From 78daea9bdcb6bf06c1669d85142f1381c3388935 Mon Sep 17 00:00:00 2001 From: markmandel Date: Mon, 18 Sep 2023 22:02:25 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20googlefo?= =?UTF-8?q?rgames/quilkin@de4988956bdf27e6277b449324599b112fb86cb7=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main/api/quilkin/cli/proxy/index.html | 2 +- main/api/quilkin/cli/proxy/struct.Proxy.html | 9 ++- main/api/quilkin/cli/relay/index.html | 2 +- main/api/quilkin/cli/relay/struct.Relay.html | 9 ++- main/api/quilkin/struct.Proxy.html | 9 ++- main/api/quilkin/xds/index.html | 2 +- .../trait.AggregatedDiscoveryService.html | 2 +- main/api/quilkin/xds/struct.Client.html | 5 +- main/api/quilkin/xds/struct.ControlPlane.html | 10 +-- main/api/quilkin/xds/type.AdsClient.html | 5 +- main/api/search-index.js | 2 +- main/api/src/quilkin/cli/proxy.rs.html | 14 +++- main/api/src/quilkin/cli/relay.rs.html | 12 ++++ .../out/built.rs.html | 4 +- main/api/src/quilkin/xds.rs.html | 8 ++- main/api/src/quilkin/xds/client.rs.html | 62 +++++++++++++++-- main/api/src/quilkin/xds/server.rs.html | 66 +++++++++++++++++-- main/book/installation.html | 2 +- main/book/print.html | 15 +++-- main/book/searchindex.js | 2 +- main/book/searchindex.json | 2 +- main/book/services/proxy.html | 2 + main/book/services/relay.html | 11 +++- 23 files changed, 206 insertions(+), 51 deletions(-) diff --git a/main/api/quilkin/cli/proxy/index.html b/main/api/quilkin/cli/proxy/index.html index a19e521efb..7261a466da 100644 --- a/main/api/quilkin/cli/proxy/index.html +++ b/main/api/quilkin/cli/proxy/index.html @@ -1 +1 @@ -quilkin::cli::proxy - Rust

Module quilkin::cli::proxy

source ·

Structs

  • Run Quilkin as a UDP reverse proxy.

Constants

Functions

\ No newline at end of file +quilkin::cli::proxy - Rust

Module quilkin::cli::proxy

source ·

Structs

  • Run Quilkin as a UDP reverse proxy.

Constants

Functions

\ No newline at end of file diff --git a/main/api/quilkin/cli/proxy/struct.Proxy.html b/main/api/quilkin/cli/proxy/struct.Proxy.html index c1e34c51c6..f83dfd4545 100644 --- a/main/api/quilkin/cli/proxy/struct.Proxy.html +++ b/main/api/quilkin/cli/proxy/struct.Proxy.html @@ -1,21 +1,24 @@ -Proxy in quilkin::cli::proxy - Rust

Struct quilkin::cli::proxy::Proxy

source ·
pub struct Proxy {
+Proxy in quilkin::cli::proxy - Rust

Struct quilkin::cli::proxy::Proxy

source ·
pub struct Proxy {
     pub management_server: Vec<Endpoint>,
     pub mmdb: Option<Source>,
     pub port: u16,
     pub qcmp_port: u16,
     pub to: Vec<SocketAddr>,
+    pub idle_request_interval_secs: u64,
 }
Expand description

Run Quilkin as a UDP reverse proxy.

Fields§

§management_server: Vec<Endpoint>

One or more quilkin manage endpoints to listen to for config changes

§mmdb: Option<Source>

The remote URL or local file path to retrieve the Maxmind database.

§port: u16

The port to listen on.

§qcmp_port: u16

The port to listen on.

§to: Vec<SocketAddr>

One or more socket addresses to forward packets to.

-

Implementations§

source§

impl Proxy

source

pub async fn run( +

§idle_request_interval_secs: u64

The interval in seconds at which the relay will send a discovery request +to an management server after receiving no updates.

+

Implementations§

source§

impl Proxy

source

pub async fn run( &self, config: Arc<Config>, shutdown_rx: Receiver<()> ) -> Result<()>

Start and run a proxy.

-

Trait Implementations§

source§

impl Args for Proxy

source§

fn group_id() -> Option<Id>

Report the [ArgGroup::id][crate::ArgGroup::id] for this set of arguments
source§

fn augment_args<'b>(__clap_app: Command) -> Command

Append to [Command] so it can instantiate Self. Read more
source§

fn augment_args_for_update<'b>(__clap_app: Command) -> Command

Append to [Command] so it can update self. Read more
source§

impl Clone for Proxy

source§

fn clone(&self) -> Proxy

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
source§

impl Debug for Proxy

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for Proxy

source§

fn default() -> Self

Returns the “default value” for a type. Read more
source§

impl FromArgMatches for Proxy

source§

fn from_arg_matches(__clap_arg_matches: &ArgMatches) -> Result<Self, Error>

Instantiate Self from [ArgMatches], parsing the arguments as needed. Read more
source§

fn from_arg_matches_mut( +

Trait Implementations§

source§

impl Args for Proxy

source§

fn group_id() -> Option<Id>

Report the [ArgGroup::id][crate::ArgGroup::id] for this set of arguments
source§

fn augment_args<'b>(__clap_app: Command) -> Command

Append to [Command] so it can instantiate Self. Read more
source§

fn augment_args_for_update<'b>(__clap_app: Command) -> Command

Append to [Command] so it can update self. Read more
source§

impl Clone for Proxy

source§

fn clone(&self) -> Proxy

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
source§

impl Debug for Proxy

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for Proxy

source§

fn default() -> Self

Returns the “default value” for a type. Read more
source§

impl FromArgMatches for Proxy

source§

fn from_arg_matches(__clap_arg_matches: &ArgMatches) -> Result<Self, Error>

Instantiate Self from [ArgMatches], parsing the arguments as needed. Read more
source§

fn from_arg_matches_mut( __clap_arg_matches: &mut ArgMatches ) -> Result<Self, Error>

Instantiate Self from [ArgMatches], parsing the arguments as needed. Read more
source§

fn update_from_arg_matches( &mut self, diff --git a/main/api/quilkin/cli/relay/index.html b/main/api/quilkin/cli/relay/index.html index 7db6fbf0be..6a513505eb 100644 --- a/main/api/quilkin/cli/relay/index.html +++ b/main/api/quilkin/cli/relay/index.html @@ -1,4 +1,4 @@ -quilkin::cli::relay - Rust

Module quilkin::cli::relay

source ·

Structs

source§

impl Client<AggregatedControlPlaneDiscoveryServiceClient<TonicChannel>>

source

pub fn mds_client_stream( &self, config: Arc<Config> -) -> BidirectionalStream<AggregatedControlPlaneDiscoveryServiceClient<TonicChannel>>

source§

impl Client<AggregatedDiscoveryServiceClient<Channel>>

source

pub fn xds_client_stream( +) -> BidirectionalStream<AggregatedControlPlaneDiscoveryServiceClient<TonicChannel>>

source§

impl Client<AggregatedDiscoveryServiceClient<Channel>>

source

pub fn xds_client_stream( &self, - config: Arc<Config> + config: Arc<Config>, + idle_request_interval_secs: u64 ) -> BidirectionalStream<AggregatedDiscoveryServiceClient<TonicChannel>>

Starts a new stream to the xDS management server.

Trait Implementations§

source§

impl<C: Clone + ServiceClient> Clone for Client<C>

source§

fn clone(&self) -> Client<C>

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<C> !RefUnwindSafe for Client<C>

§

impl<C> Send for Client<C>

§

impl<C> Sync for Client<C>where C: Sync,

§

impl<C> Unpin for Client<C>where diff --git a/main/api/quilkin/xds/struct.ControlPlane.html b/main/api/quilkin/xds/struct.ControlPlane.html index b09417ee11..787351a442 100644 --- a/main/api/quilkin/xds/struct.ControlPlane.html +++ b/main/api/quilkin/xds/struct.ControlPlane.html @@ -1,19 +1,19 @@ -ControlPlane in quilkin::xds - Rust

Struct quilkin::xds::ControlPlane

source ·
pub struct ControlPlane { /* private fields */ }

Implementations§

source§

impl ControlPlane

source

pub fn new(config: Config) -> Self

Creates a new server for managing Config.

-
source

pub fn from_arc(config: Arc<Config>) -> Self

source

pub async fn stream_aggregated_resources<S>( +ControlPlane in quilkin::xds - Rust

Struct quilkin::xds::ControlPlane

source ·
pub struct ControlPlane { /* private fields */ }

Implementations§

source§

impl ControlPlane

source

pub fn new(config: Config, idle_request_interval_secs: u64) -> Self

Creates a new server for managing Config.

+
source

pub fn from_arc(config: Arc<Config>, idle_request_interval_secs: u64) -> Self

source

pub async fn stream_aggregated_resources<S>( &self, streaming: S ) -> Result<impl Stream<Item = Result<DiscoveryResponse, Status>> + Send, Status>where - S: Stream<Item = Result<DiscoveryRequest, Status>> + Send + Unpin + 'static,

Trait Implementations§

source§

impl AggregatedDiscoveryService for ControlPlane

§

type StreamAggregatedResourcesStream = Pin<Box<dyn Stream<Item = Result<DiscoveryResponse, Status>> + Send, Global>>

Server streaming response type for the StreamAggregatedResources method.
§

type DeltaAggregatedResourcesStream = ReceiverStream<Result<DeltaDiscoveryResponse, Status>>

Server streaming response type for the DeltaAggregatedResources method.
source§

fn stream_aggregated_resources<'life0, 'async_trait>( + S: Stream<Item = Result<DiscoveryRequest, Status>> + Send + Unpin + 'static,

Trait Implementations§

source§

impl AggregatedDiscoveryService for ControlPlane

§

type StreamAggregatedResourcesStream = Pin<Box<dyn Stream<Item = Result<DiscoveryResponse, Status>> + Send, Global>>

Server streaming response type for the StreamAggregatedResources method.
§

type DeltaAggregatedResourcesStream = ReceiverStream<Result<DeltaDiscoveryResponse, Status>>

Server streaming response type for the DeltaAggregatedResources method.
source§

fn stream_aggregated_resources<'life0, 'async_trait>( &'life0 self, request: Request<Streaming<DiscoveryRequest>> ) -> Pin<Box<dyn Future<Output = Result<Response<Self::StreamAggregatedResourcesStream>, Status>> + Send + 'async_trait>>where Self: 'async_trait, - 'life0: 'async_trait,

This is a gRPC-only API.
source§

fn delta_aggregated_resources<'life0, 'async_trait>( + 'life0: 'async_trait,

This is a gRPC-only API.
source§

fn delta_aggregated_resources<'life0, 'async_trait>( &'life0 self, _request: Request<Streaming<DeltaDiscoveryRequest>> ) -> Pin<Box<dyn Future<Output = Result<Response<Self::DeltaAggregatedResourcesStream>, Status>> + Send + 'async_trait>>where Self: 'async_trait, - 'life0: 'async_trait,

source§

impl Clone for ControlPlane

source§

fn clone(&self) -> ControlPlane

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§

Blanket Implementations§

source§

impl<T> Any for Twhere + 'life0: 'async_trait,

source§

impl Clone for ControlPlane

source§

fn clone(&self) -> ControlPlane

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§

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

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

source§

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

Mutably borrows from an owned value. Read more
source§

impl<T> DynClone for Twhere diff --git a/main/api/quilkin/xds/type.AdsClient.html b/main/api/quilkin/xds/type.AdsClient.html index 8678f48ddd..13801fe7e3 100644 --- a/main/api/quilkin/xds/type.AdsClient.html +++ b/main/api/quilkin/xds/type.AdsClient.html @@ -1,5 +1,6 @@ -AdsClient in quilkin::xds - Rust

Type Definition quilkin::xds::AdsClient

source ·
pub type AdsClient = Client<AggregatedDiscoveryServiceClient<TonicChannel>>;

Implementations§

source§

impl AdsClient

source

pub fn xds_client_stream( +AdsClient in quilkin::xds - Rust

Type Definition quilkin::xds::AdsClient

source ·
pub type AdsClient = Client<AggregatedDiscoveryServiceClient<TonicChannel>>;

Implementations§

source§

impl AdsClient

source

pub fn xds_client_stream( &self, - config: Arc<Config> + config: Arc<Config>, + idle_request_interval_secs: u64 ) -> BidirectionalStream<AggregatedDiscoveryServiceClient<TonicChannel>>

Starts a new stream to the xDS management server.

\ No newline at end of file diff --git a/main/api/search-index.js b/main/api/search-index.js index fb1ab081f9..f68061ae86 100644 --- a/main/api/search-index.js +++ b/main/api/search-index.js @@ -1,6 +1,6 @@ var searchIndex = JSON.parse('{\ "agones":{"doc":"","t":"DRLLLLLFFLLFFLLFFFFMMLLFFMLLLLL","n":["Client","GAMESERVER_IMAGE","__clone_box","borrow","borrow_mut","clone","clone_into","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","to_owned","try_from","try_into","type_id","vzip"],"q":[[0,"agones"]],"d":["","A simple udp server that returns packets that are sent to …","","","","","","","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","","","","",""],"i":[0,0,2,2,2,2,2,0,0,2,2,0,0,2,2,0,0,0,0,2,2,2,2,0,0,2,2,2,2,2,2],"f":[0,0,[1],[[]],[[]],[2,2],[[]],[[2,3]],[[],4],[[]],[[]],[[],5],[5,3],[[]],[[],6],[[],[[8,[7]]]],[[],[[8,[4]]]],[[],[[8,[5]]]],[[],[[8,[9]]]],0,0,[2,[[11,[10]]]],[[],2],[12,13],[[2,[15,[[14,[3]]]],[15,[3]]],16],0,[[]],[[],17],[[],17],[[],18],[[]]],"c":[],"p":[[3,"Private"],[3,"Client"],[3,"String"],[3,"Fleet"],[3,"GameServer"],[3,"Request"],[3,"Deployment"],[8,"Condition"],[3,"Pod"],[8,"Resource"],[3,"Api"],[15,"str"],[3,"ConfigMap"],[3,"Vec"],[4,"Option"],[3,"Container"],[4,"Result"],[3,"TypeId"]]},\ -"quilkin":{"doc":"","t":"DDDGLLMLLLLLLLLLLALLLLAMLMLAMLLLALAMLLLLLLLLLLLLLLMOLLLLLLLMMAMMMAMMLLLMLLLLLLLLLLLLLLLMLLLACNNDECNNECNNNCNCNCNLLMLALLLLLLLLLLMMLLLLLLLLLLLLLLLLLLALLLLLMAMAAMALLLLLLLLLLLLLLDRLLLLLLLLFLLLLLLLLMMMMLMLLLLLLLMDLLLLLLLMLLLLLLLLLMLLLLLLLDRLLLLLLLFLLLLLLLLLMMMMMLLLLLLLMRDFMMMMLMDNELLMLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLRDLLLLLLLLLLLLLLLLMMLLLLLLLLMDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLMLLLLLLLLLLLLLLLLLLLLLLLEDENNDNNCDNNENECLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLMLLMLLALLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLALLLNNELLLLLLLLLLLLLLLALLLLLLLLLMMMAFFNNNNNNNNDEDDDDEDDDEDDDDNDNNNNEENNNNNNEDENNNNNNNLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLMMLLLLMMMMMLLLLLLLLMLLLLLLMMMMMMMMMMLLMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLMMMLLMLMMLMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDDLACLLLLLLLLLLLLLLLLLLLLLLLLLLFLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFDDGNNSDDDDENSLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLMLMLLLLLLLLLLMLLMLLLLLLLLLLLLLLLLLLMLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMQDDDQNDDEDNDGNIDDIDGDDDNNDDDNNSNDDIDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLALLLLLLLLAALMKMMKALLLLMALKKMMLLLLLLLLLLLLLLLLALLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLAAALMMALKLLLLLLLAALLLLLLLLLLLLLLLLLLLLLLLMMALLLLLLLALLLLLLLLLLLLLLLLLLLLLLLLLLLLKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMDIDDNDNEDNLLLLLLLLLLKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMLLLLLLLLLLLLLLLMMMLLLLLLLLLLLLLLLLLLLLEDNDNNENLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMLLLLLLLLLLLLLLLLLLLLLLLLNDDNNELLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLDDLLLLLLMLLLLLLLLLLDDRLLLLLLLLLLLLLLLENDNDNDDEDLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMDNDENNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLDDRLLLLLLLLLLLLLLMMLLLLLLLDDDDDLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLMMMLLLLLLLLLLLLLLLLLLLLLLLLMLLLLDDLLLLLLLLLLLLLLLCCCCCCCCCDDLLLLLLLLLLLLLLLLLLMLLLLLLLLLLDENNNDLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLNNGRDNNDNDNNEELLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLENNNNNENLLLLLLLLLLLLLLLLLLLLLLLLLLLFLLLLLLLLLLMMMMMMGDDNNDNNNNNEENNNNSNLLLLLLLLLLLLLLLLLLLLLLALALLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLALLLLLLLLLLLLLLLLLLLALLLLLLLLLLLLAAAAAAAADDDDDDDDDDDDDDDLLLLLLLLLLLLLLLAALLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMAMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMAMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLAMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMLMMLMLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLENLLLLLLLLLLLLLLLLLLLNNNENNNNNNNNNLLLLLLLLLLLLLLLLLLLNNNELLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLENLLLLLLLLLLLLLLLLLLLNNNNNNNNNNNNNENNNNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLADDDDDDDDDLLLLLLLLLMMLLLLLLLLLLLLLLLLLLAMMLLLLLLLLLLLLLLLLLLLLLLLLLLLMAMMMMMMMMLLLLLLLLLMLMMMMMLLLLLLLLLMMMMMMMMLLLLLLLLLMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMLLLLLLLLLLLLLLLLLLMLMMMAMMMMMMMMMMMMMLMMMLLLMMMMMMMMLLLLLLLLLMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMMMLLLLLLLLLMDLLLLLLLLLLLLLLMMMMMLMMLALMLLLLDLLLMLLLLLLLLLLLMLLLLLNNEENNDDEENDEEDNDNNNNDNNDNDNDNDNNDNDNNDNNNNNNLLLLLLLLLLLLLLLLLLLMMLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLALLLLMLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLAMMMMMMLLMMMMMMLLLLMMAMMLLMMMMMLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMLLLLLLLLLLLLLLLLLLLDEDNDNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLMLLLLLLLLLMMLLLLLLLLLLLLLLLLMLLLLNNEDNLLLLLLLLLLLLLLLLLLLLLLLLMLMLLLLLLLLLLLLLLMALLMLLLLLLLLLLLNNNENNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLENNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLMLAADDDDMMAAAMMMMDAMNENNNNNNNNNDNNEMDNDNEDMAAMAMMDDMMAMNENNDDNMMMANENNNDNEMNNEADDDDEDNDDDDDNDDNNNDDNDDDDNDDNDDDDEDNNDDDDDNDDDNDNNNDDNDNDDDDDEDEDDDDDDDDDDDNNEDDDNNNDNNDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMAMMMMMMMMMMAMALMMLMMLLLLLAMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLAMMMMMMMMMALLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMMMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLALLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMAMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLAMLLLLLMMAMLMAMMMMAAMAMAMMMMMMMMMMMMMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMAMMMMMMLLLLLMMMMMMMLMALMMMMMMMLMMMMMMMMMALLLMLLLLLLMAAMMMMLMLMMMMMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLMMAMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMMMMMMMMLMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMENNNLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLMLLMLLLLLNNENNNNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLNNELLLLLLLLLLLLLLLLLLLNNENNNLLLLLLLLLLLLLLLLLLLNNNNELLLLLLLLLLLLLLLLLLLENLLLLLLLLLLLLLLLLLLLENLLLLLLLLLLLLLLLLLLLDNDNELLLMLLLLLLMMMLLLLLLLLMMMLLLLLLLLLLLLLLLLLLALLLLLLLMMMLLLLLLLLLLLLLLLDDDDDLLLLLMLLLLLLLLLLAMAALLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLNENNNDNDNDDNLLLLLMMMMMLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLAMMMMMMLLLLLMMLLLLLLLLLLLLLLLLLLLLENLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLAMLNNELLLLLLLLLLLLLLLLLLLENNNLLLLLLLLLLLLLLLLLLLNNENLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDNDNEDNDDDNDLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMALLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLMLMMAMMMMMMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLENLLLLLLLLLLLLLLLLLLLNENLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLMALLLLLLLEDNNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLMLLLLLLMLNNENLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLNELLLLLLLLLLLLLLLLLLLNNELLLLLLLLLLLLLLLLLLLNNELLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLNELLLLLLLLLLLLLLLLLLLNENENNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLNNENNNELLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLENLLLLLLLLLLLLLLLLLLLADDDDDLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLAMLLLLLLLLLLAMLLLLLLLLLLLLLLLLLLLLLLLLMLMMMLLLLLLLLLLMAMMMMMMAMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLMLMLLLLLLMALLLLLDLLLMLLLLMLLLLLLLLLLLLDLLLLLLLLLLLLMLLMLLLLLNNELLLLLLLLLLLLLLLLLLLEDNNLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLADDDDDDDDDDDLLLLLLLLLLLMMMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMLLLLLLLLLLLMMMMMLMMMMLLLLLLLLLLLMLLLLLLLLLLLAAAMMMMLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLAAAMMMMMMMMMMMMMMMMMMMLLLMMMLMMMMMLLLLLLLLLLLLMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMLLLLLLLLLLLNENLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLMLLLLLNENNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDNDENDENLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLALLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLEDNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLNENLLLLLLLLLLLLLLLLLLLNNNDNNELLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLADDDDDDDDDDDDDDDDDDDDDDDLLLLLLLLLLLLLLLLLLLLLLLMMMMMMMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMMMAMMLLLLLLLLLLLLLLLLLLLLLLLMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMAMMMMMMMMMMMMMMLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMLMMMAMMMAMMMAMMMMMMMMMLMLMMMMMMMMMMMMMMAMMMMMAAAMMMMLLLLLMMMMMMLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMAMLLLLLLLLLLLLLLLLLLLLLLLAENLLLLLLLLLLLLLLLLLLLNNENNNNNNLLLLLLLLLLLLLLLLLLLNENLLLLLLLLLLLLLLLLLLLDDLLAMLLLLLLLLLLLLLLLLLLLLLLLLLLAMLLLLLLLLLLEDNDNNDNDNDNDNDNDNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMMMLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLAMMLMLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLNNELLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDNELLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLNNNNENNENNENNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDEDDDNNLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMLMAALLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLENLLLLLLLLLLLLLLLLLLLENLLLLLLLLLLLLLLLLLLLENNNNNLLLLLLLLLLLLLLLLLLLNNNEENNDNNNEEDNNDNDNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLMLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLALLLLLLLLLLLLLLLLLLMLLLLMMMLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLAMLLLLLLLLDNDNDNDNEDNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLMLMMMMMLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLDLMLLLLLLLLLLLLLMLLLLLDNDNENNDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLMLLLLNNNELLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDNELLLLLLLLLLLMALLLLLLLLLLLLMLLLLLMMMMMMLLLLLLLLMLLMNELLLLLLLLLLLLLLLLLLLAAADLLLLLLAALLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLLLIDQQLLLLLLLLKKLLLLLLLLLLLLLKLLLLLLADDDDDDLLLLLLAAMLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLMMMMMMAMMMMMMMMMLLLLLLLLLLLLLLLLLLLMLLLLLLMMMMMMMLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLLIDQQLLLLLLLLKLLLLLLLLLLLLLKLLLLLLDLLLLLLLMLLLLLLLLLLLLAAAAADDDDDDDDDDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLALLLLLLLLLLLLMLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMAMLLLLLLLLLLLLLLLLLLLLLLLLMAMMMMAAMAMMMMMMAMAMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMALLLLLLLLLLLLNENLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLALLMLLLLLNENLLLLLLLLLLLLLLLLLLLENLLLLLLLLLLLLLLLLLLLNNNNNNNNDNNELLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLDNDNEDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLAAMLAMLLLLMLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMAMLLLLLLLLLLNENNDDNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLMLMALLLLLLLLLLLLLLLNENLLLLLLLLLLLLLLLLLLLNNDNELLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLNNELLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLAMLLLLLNELLLLLLLLLLLLLLLLLLLEDNLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLNNENNNLLLLLLLLLLLLLLLLLLLNNNEDNNNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLADDLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMAAMLLLLLLLLLLDLLLLLLLLLLLLLLAMLLLLLNELLLLLLLLLLLLLLLLLLLDNDNEDNDNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLADLLLLLLALLLLLLLLMLLLMLLDNDDNDNNELLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLMMMLLLLLLLLLLLLLLLLLLLLMLLLLLEDDNNNDDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLMMMLLLLLLLLLLLLLLLLLLLALLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMLMLMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLENNNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL","n":["Cli","Config","Proxy","Result","__clone_box","__clone_box","admin_address","augment_args","augment_args","augment_args_for_update","augment_args_for_update","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","cli","clone","clone","clone_into","clone_into","cluster","clusters","command","command","command_for_update","config","config","default","default","deserialize","endpoint","eq","filters","filters","fmt","fmt","fmt","from","from","from","from_arg_matches","from_arg_matches","from_arg_matches_mut","from_arg_matches_mut","from_ref","from_ref","group_id","group_id","id","include_proto","into","into","into","into_request","into_request","into_request","json_schema","log_format","management_server","metadata","mmdb","no_admin","port","protocol","qcmp_port","quiet","schema_id","schema_name","serialize","to","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","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","xds","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","admin_mode","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","__clone_box","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","into","into_request","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","__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","manage","port","provider","region","relay","sub_zone","to_owned","try_from","try_into","type_id","update_from_arg_matches","update_from_arg_matches_mut","vzip","zone","PORT","Proxy","default_port","management_server","mmdb","port","qcmp_port","run","to","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","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","into","into_request","mds_port","providers","relay","to_owned","try_from","try_into","type_id","update_from_arg_matches","update_from_arg_matches_mut","vzip","xds_port","Cluster","ClusterMap","__clone_box","__clone_box","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","contains_only_unique_endpoints","default","default","default_cluster_mut","default_entry","deserialize","deserialize","endpoints","endpoints","entry","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","from","from","from","from","from_iter","from_iter","from_ref","from_ref","get","get_default","get_default_mut","get_mut","insert","insert","insert_default","into","into","into_request","into_request","is_referenceable","iter","json_schema","json_schema","localities","localities","merge","merge","name","new","new_default","new_with_default_cluster","remove_endpoint","remove_endpoint_if","schema_id","schema_name","schema_name","serialize","serialize","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","type_id","type_id","update_locality","update_unlocated_endpoints","vzip","vzip","Base64Standard","Config","ConfigType","Dynamic","EmptyList","Filter","FilterInvalid","NotUnique","Providers","Slot","Static","V1Alpha1","ValidationError","ValueInvalid","Version","Watch","__clone_box","__clone_box","__clone_box","__clone_box","apply","apply_metrics","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","clusters","config","default","default","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","discovery_request","empty","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","filters","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from_reader","from_ref","from_ref","from_ref","from_ref","id","into","into","into","into","into","into","into_request","into_request","into_request","into_request","into_request","into_request","is_referenceable","is_some","json_schema","json_schema","json_schema","json_schema","label","load","modify","name","new","provide","providers","read","remove","schema_id","schema_id","schema_id","schema_name","schema_name","schema_name","schema_name","serialize","serialize","serialize","serialize","serialize","source","store","store_if_unset","to_owned","to_owned","to_owned","to_owned","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","try_into","try_replace","type_id","type_id","type_id","type_id","type_id","type_id","version","vzip","vzip","vzip","vzip","vzip","vzip","watch","watch","with_default","write","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","FleetScheduling","FleetSpec","FleetStatus","FleetStrategy","FleetStrategyRollingUpdate","FleetStrategyType","GameServer","GameServerPort","GameServerSpec","GameServerState","GameServerStatus","GameServerStatusPort","GameServerTemplateSpec","Health","Info","Inner","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","address","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_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_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","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","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","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_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","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_any","name_any","name_unchecked","name_unchecked","namespace","namespace","new","new","node_name","owner_references","owner_references","owner_references_mut","owner_references_mut","plural","plural","port","port_policy","ports","ports","protocol","ready_replicas","replicas","replicas","reserved_replicas","reserved_until","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_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","tokens","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","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","uid","uid","version","version","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","ReadGuard","Watch","WatchGuard","__clone_box","agones","agones","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","check_for_changes","clone","clone_into","default","deref","deref","deserialize","drop","drop","eq","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from","from","from_ref","fs","has_changed","into","into","into","into_request","into_request","into_request","is_referenceable","json_schema","load","load","load","load","modify","new","read","schema_name","serialize","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","watch","write","watch","Endpoint","EndpointAddress","EndpointMetadata","InvalidBase64","InvalidType","LOCALHOST","Locality","LocalityEndpoints","LocalitySet","Metadata","MetadataError","MissingKey","UNSPECIFIED","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","address","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","colon_separated_string","compare","compare","compare","compare","default","default","default","default","default","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","endpoints","eq","eq","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","equivalent","equivalent","equivalent","equivalent","equivalent","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_iter","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_str","from_str","get","get_mut","hash","hash","host","index","index_mut","insert","into","into","into","into","into","into","into","into_iter","into_request","into_request","into_request","into_request","into_request","into_request","into_request","is_referenceable","iter","iter_mut","json_schema","json_schema","json_schema","json_schema","json_schema","locality","merge","metadata","new","new","new","new","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","port","port","provide","region","region","remove","remove","schema_id","schema_id","schema_id","schema_id","schema_name","schema_name","schema_name","schema_name","schema_name","serialize","serialize","serialize","serialize","serialize","serialize","sub_zone","sub_zone","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_socket_addr","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_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","with_locality","with_metadata","zone","zone","expected","key","BinaryConfiguration","Capture","Compress","ConcatenateBytes","Configuration","ConvertProtoConfig","ConvertProtoConfigError","CreateFilterArgs","CreationError","Debug","DeserializeFailed","Drop","DynFilterFactory","FieldInvalid","Filter","FilterChain","FilterError","FilterFactory","FilterInstance","FilterMap","FilterRegistry","FilterSet","Firewall","Infallible","InitializeMetricsFailed","LoadBalancer","LocalRateLimit","Match","MismatchedTypes","MissingConfig","NAME","NotFound","Pass","ReadContext","StaticFilter","Timestamp","TokenRouter","WriteContext","__clone_box","__clone_box","__clone_box","__clone_box","as_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_bytes","config","config","config_schema","contents","contents","create_filter","debug","default","default","default_with","deserialize","dest","drop","dynamic","encode_config_to_json","encode_config_to_protobuf","endpoint","endpoints","ensure_config_exists","eq","eq","eq","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","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","metadata","metrics","missing_field","name","new","new","new","new","new","new","new","pass","prelude","provide","provide","provide","read","read","read","read","read","read","read","read","read","read","read","read","read","read","register","require_config","require_config","schema_name","serialize","source","source","source","timestamp","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","token_router","try_create","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","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","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_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","Config","Decompress","DoNothing","Mode","Snappy","__clone_box","__clone_box","__clone_box","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","default","default","default","deserialize","deserialize","deserialize","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from_ref","from_ref","from_ref","into","into","into","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","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","Append","ConcatenateBytes","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","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_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_into","type_id","vzip","Action","Allow","Config","Deny","Firewall","InvalidRange","PacketDenied","PortRange","PortRangeError","Rule","__clone_box","__clone_box","__clone_box","__clone_box","action","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","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","fmt","fmt","from","from","from","from","from","from","from_ref","from_ref","from_ref","from_ref","into","into","into","into","into","into","into_request","into_request","into_request","into_request","into_request","into_request","json_schema","json_schema","json_schema","json_schema","new","on_read","on_write","ports","provide","provide","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","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","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","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_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_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_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_into","type_id","vzip","Config","Error","InvalidType","NoEndpointMatch","NoTokenFound","TokenRouter","borrow","borrow","borrow_mut","borrow_mut","default","deserialize","eq","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","into","into","into_request","into_request","json_schema","metadata_key","provide","schema_id","schema_name","serialize","to_string","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","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","Error","InvalidCommand","LengthMismatch","Parse","Ping","PingReply","Protocol","UnknownVersion","__clone_box","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","encode","encode_into_buffer","fmt","fmt","fmt","from","from","from","from_ref","into","into","into_request","into_request","nonce","parse","ping","ping_reply","ping_with_nonce","provide","round_trip_delay","spawn","to_owned","to_string","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","client_timestamp","client_timestamp","nonce","nonce","server_start_timestamp","server_transmit_timestamp","AdsClient","AggregatedDiscoveryServiceClient","Client","Cluster","Cluster","ControlPlane","Endpoint","Endpoint","ExtensionConfig","Listener","Listener","Resource","ResourceType","Route","Runtime","ScopedRoute","Secret","VARIANTS","VirtualHost","__clone_box","__clone_box","__clone_box","__clone_box","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","compare","config","connect","core","delta_aggregated_resources","encode_to_any","eq","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","from_arc","from_ref","from_ref","from_ref","from_ref","from_str","from_usize","hash","into","into","into","into","into_request","into_request","into_request","into_request","into_usize","mds_client_stream","name","new","partial_cmp","resource_type","service","stream_aggregated_resources","stream_aggregated_resources","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type","type_id","type_id","type_id","type_id","type_url","type_url","vzip","vzip","vzip","vzip","xds_client_stream","xds_client_stream","accesslog","cluster","common","core","endpoint","listener","route","v3","AccessLog","AccessLogFilter","AndFilter","ComparisonFilter","DurationFilter","ExtensionFilter","GrpcStatusFilter","HeaderFilter","MetadataFilter","NotHealthCheckFilter","OrFilter","ResponseFlagFilter","RuntimeFilter","StatusCodeFilter","TraceableFilter","__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","access_log","access_log_filter","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","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","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","comparison","comparison","comparison_filter","config_type","config_type","default","default","default","default","default","default","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","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","exclude","extension_filter","filter","filter_specifier","filters","filters","flags","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_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","grpc_status_filter","header","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","match_if_key_not_found","matcher","name","name","op","op","percent_sampled","push_statuses","runtime_key","set_op","statuses","statuses","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_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","use_independent_randomness","value","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","ConfigType","TypedConfig","__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","AndFilter","DurationFilter","ExtensionFilter","FilterSpecifier","GrpcStatusFilter","HeaderFilter","MetadataFilter","NotHealthCheckFilter","OrFilter","ResponseFlagFilter","RuntimeFilter","StatusCodeFilter","TraceableFilter","__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","Eq","Ge","Le","Op","__clone_box","as_str_name","borrow","borrow_mut","clone","clone_into","cmp","compare","default","eq","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from_i32","from_ref","from_str_name","hash","into","into_request","is_valid","partial_cmp","to_owned","try_from","try_from","try_into","type_id","vzip","ConfigType","TypedConfig","__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","Aborted","AlreadyExists","Canceled","DataLoss","DeadlineExceeded","FailedPrecondition","Internal","InvalidArgument","NotFound","Ok","OutOfRange","PermissionDenied","ResourceExhausted","Status","Unauthenticated","Unavailable","Unimplemented","Unknown","__clone_box","as_str_name","borrow","borrow_mut","clone","clone_into","cmp","compare","default","eq","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from_i32","from_ref","from_str_name","hash","into","into_request","is_valid","partial_cmp","to_owned","try_from","try_from","try_into","type_id","vzip","v3","CircuitBreakers","Cluster","ClusterCollection","Filter","LoadBalancingPolicy","OutlierDetection","TrackClusterStats","UpstreamBindConfig","UpstreamConnectionOptions","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","alt_stat_name","base_ejection_time","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","circuit_breakers","circuit_breakers","cleanup_interval","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","close_connections_on_host_health_failure","cluster","cluster_discovery_type","common_http_protocol_options","common_lb_config","connect_timeout","connection_pool_per_downstream_connection","consecutive_5xx","consecutive_gateway_failure","consecutive_local_origin_failure","default","default","default","default","default","default","default","default","default","dns_failure_refresh_rate","dns_lookup_family","dns_lookup_family","dns_refresh_rate","dns_resolution_config","dns_resolvers","eds_cluster_config","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","enforcing_consecutive_5xx","enforcing_consecutive_gateway_failure","enforcing_consecutive_local_origin_failure","enforcing_failure_percentage","enforcing_failure_percentage_local_origin","enforcing_local_origin_success_rate","enforcing_success_rate","entries","eq","eq","eq","eq","eq","eq","eq","eq","eq","failure_percentage_minimum_hosts","failure_percentage_request_volume","failure_percentage_threshold","filters","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","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","health_checks","http2_protocol_options","http_protocol_options","ignore_health_on_host_removal","interval","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","lb_config","lb_policy","lb_policy","lb_subset_config","load_assignment","load_balancing_policy","load_balancing_policy","lrs_server","max_ejection_percent","max_ejection_time","max_ejection_time_jitter","max_requests_per_connection","metadata","name","name","outlier_detection","per_connection_buffer_limit_bytes","policies","preconnect_policy","protocol_selection","protocol_selection","request_response_sizes","respect_dns_ttl","set_dns_lookup_family","set_lb_policy","set_protocol_selection","source_address","split_external_local_origin_errors","success_rate_minimum_hosts","success_rate_request_volume","success_rate_stdev_factor","tcp_keepalive","thresholds","timeout_budgets","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","track_cluster_stats","track_timeout_budgets","transport_socket","transport_socket_matches","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","typed_config","typed_dns_resolver_config","typed_extension_protocol_options","upstream_bind_config","upstream_config","upstream_connection_options","upstream_http_protocol_options","use_tcp_for_dns_lookups","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","wait_for_warm_on_init","Thresholds","__clone_box","borrow","borrow_mut","clear","clone","clone_into","default","encoded_len","eq","fmt","from","from_ref","into","into_request","max_connection_pools","max_connections","max_pending_requests","max_requests","max_retries","priority","priority","retry_budget","set_priority","thresholds","to_owned","track_remaining","try_from","try_into","type_id","vzip","RetryBudget","__clone_box","borrow","borrow_mut","budget_percent","clear","clone","clone_into","default","encoded_len","eq","fmt","from","from_ref","into","into_request","min_retry_concurrency","to_owned","try_from","try_into","type_id","vzip","All","Auto","ClusterDiscoveryType","ClusterProtocolSelection","ClusterProvided","ClusterType","CommonLbConfig","CustomClusterType","DiscoveryType","DnsLookupFamily","Eds","EdsClusterConfig","LbConfig","LbPolicy","LbSubsetConfig","LeastRequest","LeastRequestLbConfig","LeastRequestLbConfig","LoadBalancingPolicyConfig","LogicalDns","Maglev","MaglevLbConfig","MaglevLbConfig","OriginalDst","OriginalDstLbConfig","OriginalDstLbConfig","PreconnectPolicy","Random","RefreshRate","RingHash","RingHashLbConfig","RingHashLbConfig","RoundRobin","RoundRobinLbConfig","RoundRobinLbConfig","SlowStartConfig","Static","StrictDns","TransportSocketMatch","Type","UseConfiguredProtocol","UseDownstreamProtocol","V4Only","V4Preferred","V6Only","__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","active_request_bias","aggression","as_str_name","as_str_name","as_str_name","as_str_name","base_interval","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","choice_count","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","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","close_connections_on_host_set_change","cmp","cmp","cmp","cmp","common_lb_config","compare","compare","compare","compare","consistent_hashing_lb_config","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default_subset","eds_config","encode","encode","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","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","fallback_policy","fallback_policy","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_i32","from_i32","from_i32","from_i32","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_str_name","from_str_name","from_str_name","from_str_name","hash","hash","hash","hash","hash_function","hash_function","healthy_panic_threshold","ignore_new_hosts_until_first_hc","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","is_valid","is_valid","is_valid","is_valid","lb_subset_config","list_as_any","locality_config_specifier","locality_weight_aware","match","max_interval","maximum_ring_size","merge","merge","min_weight_percent","minimum_ring_size","name","name","override_host_status","panic_mode_any","partial_cmp","partial_cmp","partial_cmp","partial_cmp","per_upstream_preconnect_ratio","predictive_preconnect_ratio","ring_hash_lb_config","scale_locality_weight","service_name","set_fallback_policy","set_hash_function","slow_start_config","slow_start_config","slow_start_window","subset_selectors","table_size","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","transport_socket","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_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","typed_config","update_merge_window","use_http_header","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","ConsistentHashingLbConfig","LocalityConfigSpecifier","LocalityWeightedLbConfig","LocalityWeightedLbConfig","ZoneAwareLbConfig","ZoneAwareLbConfig","__clone_box","__clone_box","__clone_box","__clone_box","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","default","default","default","encode","encoded_len","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","fail_traffic_on_panic","fmt","fmt","fmt","fmt","from","from","from","from","from_ref","from_ref","from_ref","from_ref","hash_balance_factor","into","into","into","into","into_request","into_request","into_request","into_request","merge","min_cluster_size","routing_enabled","to_owned","to_owned","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","use_hostname_for_hashing","vzip","vzip","vzip","vzip","AnyEndpoint","DefaultSubset","LbSubsetFallbackPolicy","LbSubsetSelector","NoFallback","__clone_box","__clone_box","as_str_name","borrow","borrow","borrow_mut","borrow_mut","clear","clone","clone","clone_into","clone_into","cmp","compare","default","default","encoded_len","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","fallback_keys_subset","fallback_policy","fallback_policy","fmt","fmt","from","from","from_i32","from_ref","from_ref","from_str_name","hash","into","into","into_request","into_request","is_valid","keys","lb_subset_selector","partial_cmp","set_fallback_policy","single_host_per_subset","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","AnyEndpoint","DefaultSubset","KeysSubset","LbSubsetSelectorFallbackPolicy","NoFallback","NotDefined","__clone_box","as_str_name","borrow","borrow_mut","clone","clone_into","cmp","compare","default","eq","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from_i32","from_ref","from_str_name","hash","into","into_request","is_valid","partial_cmp","to_owned","try_from","try_from","try_into","type_id","vzip","HashFunction","MurmurHash2","XxHash","__clone_box","as_str_name","borrow","borrow_mut","clone","clone_into","cmp","compare","default","eq","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from_i32","from_ref","from_str_name","hash","into","into_request","is_valid","partial_cmp","to_owned","try_from","try_from","try_into","type_id","vzip","Policy","__clone_box","borrow","borrow_mut","clear","clone","clone_into","default","encoded_len","eq","fmt","from","from_ref","into","into_request","to_owned","try_from","try_into","type_id","typed_extension_config","vzip","matcher","v3","HttpGenericBodyMatch","HttpHeadersMatch","MatchPredicate","Matcher","bytes_limit","headers","http_generic_body_match","match_predicate","matcher","matcher_type","on_no_match","patterns","rule","GenericTextMatch","generic_text_match","rule","BinaryMatch","Rule","StringMatch","AndMatch","AnyMatch","HttpRequestGenericBodyMatch","HttpRequestHeadersMatch","HttpRequestTrailersMatch","HttpResponseGenericBodyMatch","HttpResponseHeadersMatch","HttpResponseTrailersMatch","MatchSet","NotMatch","OrMatch","Rule","rules","MatcherList","MatcherList","MatcherTree","MatcherTree","MatcherType","OnMatch","input","matcher_list","matcher_tree","matchers","on_match","on_match","tree_type","FieldMatcher","Predicate","match_type","on_match","predicate","predicate","AndMatcher","MatchType","NotMatcher","OrMatcher","PredicateList","SinglePredicate","SinglePredicate","input","matcher","predicate","single_predicate","CustomMatch","Matcher","ValueMatch","CustomMatch","ExactMatchMap","MatchMap","PrefixMatchMap","TreeType","map","Action","Matcher","OnMatch","v3","Address","AggregatedConfigSource","AlternateProtocolsCacheOptions","ApiConfigSource","ApiVersion","AsyncDataSource","Auto","BackoffStrategy","BindConfig","BuildVersion","CidrRange","ConfigSource","Connect","ControlPlane","DataSource","Default","Degraded","Delete","DnsResolutionConfig","DnsResolverOptions","Draining","EnvoyInternalAddress","EventServiceConfig","Extension","ExtensionConfigSource","Get","GrpcProtocolOptions","GrpcService","Head","HeaderMap","HeaderValue","HeaderValueOption","HealthCheck","HealthStatus","HealthStatusSet","Healthy","High","Http1ProtocolOptions","Http2ProtocolOptions","Http3ProtocolOptions","HttpProtocolOptions","HttpUri","Inbound","KeepaliveSettings","Locality","Metadata","MethodUnspecified","Node","Options","Outbound","Patch","PathConfigSource","Pipe","Post","ProxyProtocolConfig","Put","QueryParameter","QuicKeepAliveSettings","QuicProtocolOptions","RateLimitSettings","RemoteDataSource","RequestMethod","RetryPolicy","RoutingPriority","RuntimeDouble","RuntimeFeatureFlag","RuntimeFractionalPercent","RuntimePercent","RuntimeUInt32","SchemeHeaderTransformation","SelfConfigSource","SocketAddress","SocketOption","TcpKeepalive","TcpProtocolOptions","Timeout","Trace","TrafficDirection","TransportSocket","TypedExtensionConfig","UdpSocketConfig","Unhealthy","Unknown","Unspecified","UpstreamHttpProtocolOptions","V2","V3","WatchedDirectory","__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","__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","__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","accept_http_10","address","address","address","address_name_specifier","address_prefix","allow_absolute_url","allow_chunked_length","allow_connect","allow_extended_connect","allow_metadata","alt_port","alternate_protocols_cache_options","always_log_health_check_failures","api_config_source","api_type","api_type","append","append_action","append_action","apply_default_config_without_warming","as_str_name","as_str_name","as_str_name","as_str_name","as_str_name","async_data_source","authorities","auto_san_validation","auto_sni","base_interval","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","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","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","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","category","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","client_features","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","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","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","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","cluster","cluster_names","cmp","cmp","cmp","cmp","cmp","compare","compare","compare","compare","compare","config_source","config_source","config_source_specifier","config_source_specifier","config_type","config_validators","connection_idle_interval","connection_keepalive","connection_keepalive","custom_settings_parameters","data_source","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default_config","default_host_for_http_10","default_value","default_value","default_value","default_value","default_value","description","disabled","dns_resolver_options","dynamic_parameters","enable_trailers","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","envoy_internal_address","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","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","event_log_path","event_service","event_service_config","extensions","fill_rate","filter_metadata","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","freebind","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","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","from","from","from_i32","from_i32","from_i32","from_i32","from_i32","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","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","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_str_name","from_str_name","from_str_name","from_str_name","from_str_name","grpc_service","grpc_services","hash","hash","hash","hash","hash","header","header_key_format","header_value_option","headers","headers_with_underscores_action","headers_with_underscores_action","health_check","health_checker","healthy_edge_interval","healthy_threshold","hpack_table_size","http1_protocol_options","http2_protocol_options","http2_protocol_options","http_protocol_options","http_upstream_type","http_uri","http_uri","id","identifier","idle_timeout","initial_connection_window_size","initial_connection_window_size","initial_fetch_timeout","initial_interval","initial_jitter","initial_metadata","initial_stream_window_size","initial_stream_window_size","interval","interval","interval_jitter","interval_jitter","interval_jitter_percent","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","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","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","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","ipv4_compat","is_valid","is_valid","is_valid","is_valid","is_valid","keepalive_interval","keepalive_probes","keepalive_time","key","key","key_value_store_config","level","listening_addresses","locality","max_concurrent_streams","max_concurrent_streams","max_connection_duration","max_consecutive_inbound_frames_with_empty_payload","max_entries","max_headers_count","max_inbound_priority_frames_per_stream","max_inbound_window_update_frames_per_data_frame_sent","max_interval","max_interval","max_outbound_control_frames","max_outbound_frames","max_requests_per_connection","max_rx_datagram_size","max_stream_duration","max_tokens","metadata","metadata","mode","name","name","name","name","name","no_default_search_domain","no_traffic_healthy_interval","no_traffic_interval","node","num_retries","num_timeouts_to_trigger_port_migration","override_auto_sni_header","override_stream_error_on_invalid_http_message","override_stream_error_on_invalid_http_message","override_stream_error_on_invalid_http_message","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","path","path","path","port_specifier","prefer_gro","prefix_len","prepopulated_entries","protocol","protocol","proxy_protocol_config","push_statuses","quic_protocol_options","rate_limit_settings","refresh_delay","region","request_timeout","resolver_name","resolvers","resource_api_version","resource_api_version","retry_back_off","retry_policy","reuse_connection","runtime_key","runtime_key","runtime_key","runtime_key","runtime_key","scheme_header_transformation","set_api_type","set_append_action","set_headers_with_underscores_action","set_node_on_first_message_only","set_protocol","set_resource_api_version","set_state","set_transport_api_version","set_transport_api_version","set_version","sha256","socket_address","socket_option","socket_options","source_address","specifier","specifier","state","state","statuses","statuses","stream_error_on_invalid_http_messaging","sub_zone","target_specifier","timeout","timeout","timeout","timeout","tls_options","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","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","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","transformation","transport_api_version","transport_api_version","transport_api_version","transport_api_version","transport_socket","transport_socket_match_criteria","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","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","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","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","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_descriptor","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","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","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_urls","typed_config","typed_filter_metadata","unhealthy_edge_interval","unhealthy_interval","unhealthy_threshold","uri","use_tcp_for_dns_lookups","user_agent_name","user_agent_version_type","value","value","value","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","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","watched_directory","zone","Address","EnvoyInternalAddress","Pipe","SocketAddress","__clone_box","borrow","borrow_mut","clone","clone_into","encode","encoded_len","eq","fmt","from","from","from_ref","into","into_request","merge","to_owned","try_from","try_into","type_id","vzip","AlternateProtocolsCacheEntry","__clone_box","borrow","borrow_mut","clear","clone","clone_into","default","encoded_len","eq","fmt","from","from_ref","hostname","into","into_request","port","to_owned","try_from","try_into","type_id","vzip","AggregatedDeltaGrpc","AggregatedGrpc","ApiType","DeltaGrpc","DeprecatedAndUnavailableDoNotUse","Grpc","Rest","__clone_box","as_str_name","borrow","borrow_mut","clone","clone_into","cmp","compare","default","eq","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from_i32","from_ref","from_str_name","hash","into","into_request","is_valid","partial_cmp","to_owned","try_from","try_from","try_into","type_id","vzip","Local","Remote","Specifier","__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","Ads","ApiConfigSource","ConfigSourceSpecifier","Path","PathConfigSource","Self_","__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","EnvironmentVariable","Filename","InlineBytes","InlineString","Specifier","__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","AddressNameSpecifier","ServerListenerName","__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","ConfigSourceSpecifier","GrpcService","__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","EnvoyGrpc","EnvoyGrpc","GoogleGrpc","GoogleGrpc","TargetSpecifier","__clone_box","__clone_box","__clone_box","authority","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","call_credentials","channel_args","channel_credentials","clear","clear","clone","clone","clone","clone_into","clone_into","clone_into","cluster_name","config","credentials_factory_name","default","default","encode","encoded_len","encoded_len","encoded_len","eq","eq","eq","fmt","fmt","fmt","from","from","from","from_ref","from_ref","from_ref","google_grpc","into","into","into","into_request","into_request","into_request","merge","per_stream_buffer_limit_bytes","stat_prefix","target_uri","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","CallCredentials","ChannelArgs","ChannelCredentials","GoogleLocalCredentials","SslCredentials","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","args","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","call_credentials","cert_chain","channel_args","channel_credentials","clear","clear","clear","clear","clear","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","credential_specifier","credential_specifier","default","default","default","default","default","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","eq","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from_ref","from_ref","from_ref","from_ref","from_ref","into","into","into","into","into","into_request","into_request","into_request","into_request","into_request","private_key","root_certs","to_owned","to_owned","to_owned","to_owned","to_owned","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","AccessToken","CredentialSpecifier","FromPlugin","GoogleComputeEngine","GoogleIam","GoogleIamCredentials","GoogleRefreshToken","MetadataCredentialsFromPlugin","ServiceAccountJwtAccess","ServiceAccountJwtAccessCredentials","StsService","StsService","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","actor_token_path","actor_token_type","audience","authority_selector","authorization_token","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clear","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","config_type","default","default","default","default","encode","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","eq","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from_ref","from_ref","from_ref","from_ref","from_ref","into","into","into","into","into","into_request","into_request","into_request","into_request","into_request","json_key","merge","metadata_credentials_from_plugin","name","requested_token_type","resource","scope","subject_token_path","subject_token_type","to_owned","to_owned","to_owned","to_owned","to_owned","token_exchange_service_uri","token_lifetime_seconds","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","ConfigType","TypedConfig","__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","Value","__clone_box","borrow","borrow_mut","clear","clone","clone_into","default","encoded_len","eq","fmt","from","from_ref","into","into_request","to_owned","try_from","try_into","type_id","value","value_specifier","vzip","IntValue","StringValue","ValueSpecifier","__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","CredentialSpecifier","GoogleDefault","LocalCredentials","SslCredentials","__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","AddIfAbsent","AppendIfExistsOrAdd","HeaderAppendAction","OverwriteIfExistsOrAdd","__clone_box","as_str_name","borrow","borrow_mut","clone","clone_into","cmp","compare","default","eq","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from_i32","from_ref","from_str_name","hash","into","into_request","is_valid","partial_cmp","to_owned","try_from","try_from","try_into","type_id","vzip","CustomHealthCheck","CustomHealthCheck","GrpcHealthCheck","GrpcHealthCheck","HealthChecker","HttpHealthCheck","HttpHealthCheck","Payload","RedisHealthCheck","TcpHealthCheck","TcpHealthCheck","TlsOptions","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","alpn_protocols","authority","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clear","clear","clear","clear","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","codec_client_type","codec_client_type","config_type","custom_health_check","default","default","default","default","default","default","default","encode","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","eq","eq","eq","eq","expected_statuses","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","host","initial_metadata","into","into","into","into","into","into","into","into","into_request","into_request","into_request","into_request","into_request","into_request","into_request","into_request","key","merge","name","path","payload","payload","receive","receive","request_headers_to_add","request_headers_to_remove","retriable_statuses","send","send","service_name","service_name_matcher","set_codec_client_type","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_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","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","ConfigType","TypedConfig","__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","Binary","Payload","Text","__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","HeaderKeyFormat","__clone_box","borrow","borrow_mut","clear","clone","clone_into","default","encoded_len","eq","fmt","from","from_ref","header_format","header_key_format","into","into_request","to_owned","try_from","try_into","type_id","vzip","HeaderFormat","ProperCaseWords","ProperCaseWords","StatefulFormatter","__clone_box","__clone_box","borrow","borrow","borrow_mut","borrow_mut","clear","clone","clone","clone_into","clone_into","default","encode","encoded_len","encoded_len","eq","eq","fmt","fmt","from","from","from_ref","from_ref","into","into","into_request","into_request","merge","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","SettingsParameter","__clone_box","borrow","borrow_mut","clear","clone","clone_into","default","encoded_len","eq","fmt","from","from_ref","identifier","into","into_request","to_owned","try_from","try_into","type_id","value","vzip","Allow","DropHeader","HeadersWithUnderscoresAction","RejectRequest","__clone_box","as_str_name","borrow","borrow_mut","clone","clone_into","cmp","compare","default","eq","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from_i32","from_ref","from_str_name","hash","into","into_request","is_valid","partial_cmp","to_owned","try_from","try_from","try_into","type_id","vzip","Cluster","HttpUpstreamType","__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","UserAgentBuildVersion","UserAgentVersion","UserAgentVersionType","__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","V1","V2","Version","__clone_box","as_str_name","borrow","borrow_mut","clone","clone_into","cmp","compare","default","eq","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from_i32","from_ref","from_str_name","hash","into","into_request","is_valid","partial_cmp","to_owned","try_from","try_from","try_into","type_id","vzip","SchemeToOverwrite","Transformation","__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","NamedPort","PortSpecifier","PortValue","Protocol","Tcp","Udp","__clone_box","__clone_box","as_str_name","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","compare","default","encode","encoded_len","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","from_i32","from_ref","from_ref","from_str_name","hash","into","into","into_request","into_request","is_valid","merge","partial_cmp","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","BufValue","IntValue","SocketState","StateBound","StateListening","StatePrebind","Value","__clone_box","__clone_box","as_str_name","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","compare","default","encode","encoded_len","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","from_i32","from_ref","from_ref","from_str_name","hash","into","into","into_request","into_request","is_valid","merge","partial_cmp","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","ConfigType","TypedConfig","__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","v3","ClusterLoadAssignment","Endpoint","LbEndpoint","LedsClusterLocalityConfig","LocalityLbEndpoints","__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","clear","clear","clear","clear","clear","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","cluster_load_assignment","cluster_name","default","default","default","default","default","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","endpoint","endpoints","eq","eq","eq","eq","eq","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from_ref","from_ref","from_ref","from_ref","from_ref","health_check_config","health_status","health_status","host_identifier","hostname","into","into","into","into","into","into_request","into_request","into_request","into_request","into_request","lb_config","lb_endpoint","lb_endpoints","leds_collection_name","leds_config","load_balancing_weight","load_balancing_weight","locality","locality_lb_endpoints","metadata","named_endpoints","policy","priority","proximity","set_health_status","to_owned","to_owned","to_owned","to_owned","to_owned","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","Policy","__clone_box","borrow","borrow_mut","clear","clone","clone_into","default","drop_overloads","encoded_len","endpoint_stale_after","eq","fmt","from","from_ref","into","into_request","overprovisioning_factor","policy","to_owned","try_from","try_into","type_id","vzip","DropOverload","__clone_box","borrow","borrow_mut","category","clear","clone","clone_into","default","drop_percentage","encoded_len","eq","fmt","from","from_ref","into","into_request","to_owned","try_from","try_into","type_id","vzip","HealthCheckConfig","__clone_box","borrow","borrow_mut","clear","clone","clone_into","default","encoded_len","eq","fmt","from","from_ref","hostname","into","into_request","port_value","to_owned","try_from","try_into","type_id","vzip","Endpoint","EndpointName","HostIdentifier","__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","LbConfig","LbEndpointList","LedsClusterLocalityConfig","LoadBalancerEndpoints","__clone_box","__clone_box","borrow","borrow","borrow_mut","borrow_mut","clear","clone","clone","clone_into","clone_into","default","encode","encoded_len","encoded_len","eq","eq","fmt","fmt","from","from","from_ref","from_ref","into","into","into_request","into_request","lb_endpoints","merge","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","v3","ActiveRawUdpListenerConfig","ApiListener","Filter","FilterChain","FilterChainMatch","Listener","ListenerCollection","ListenerFilter","ListenerFilterChainMatchPredicate","QuicProtocolOptions","UdpListenerConfig","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","access_log","address","address_suffix","api_listener","api_listener","application_protocols","bind_to_port","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","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","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","config_type","config_type","connection_balance_config","continue_on_listener_filters_timeout","crypto_handshake_timeout","crypto_stream_config","default","default","default","default","default","default","default","default","default","default","default","default_filter_chain","deprecated_v1","destination_port","direct_source_prefix_ranges","downstream_socket_config","drain_type","drain_type","enable_mptcp","enable_reuse_port","enabled","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","entries","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","filter","filter_chain","filter_chain_match","filter_chain_match","filter_chains","filter_disabled","filters","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","freebind","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","idle_timeout","ignore_global_conn_limit","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","listener","listener_filter","listener_filter_chain_match_predicate","listener_filters","listener_filters_timeout","listener_specifier","metadata","metadata","name","name","name","name","on_demand_configuration","packets_to_read_to_connection_count_ratio","per_connection_buffer_limit_bytes","prefix_ranges","proof_source_config","quic_options","quic_protocol_options","reuse_port","rule","server_names","set_drain_type","set_source_type","set_traffic_direction","socket_options","source_ports","source_prefix_ranges","source_type","source_type","stat_prefix","suffix_len","tcp_backlog_size","tcp_fast_open_queue_length","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","traffic_direction","traffic_direction","transparent","transport_protocol","transport_socket","transport_socket_connect_timeout","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","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","udp_listener_config","use_original_dst","use_proxy_proto","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","ConfigDiscovery","ConfigType","TypedConfig","__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","OnDemandConfiguration","__clone_box","borrow","borrow_mut","clear","clone","clone_into","default","encoded_len","eq","fmt","from","from_ref","into","into_request","rebuild_timeout","to_owned","try_from","try_into","type_id","vzip","Any","ConnectionSourceType","External","SameIpOrLoopback","__clone_box","as_str_name","borrow","borrow_mut","clone","clone_into","cmp","compare","default","eq","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from_i32","from_ref","from_str_name","hash","into","into_request","is_valid","partial_cmp","to_owned","try_from","try_from","try_into","type_id","vzip","ConnectionBalanceConfig","Default","DeprecatedV1","DrainType","InternalListener","InternalListenerConfig","ListenerSpecifier","ModifyOnly","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","as_str_name","balance_type","bind_to_port","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","compare","connection_balance_config","default","default","default","default","encode","encoded_len","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from_i32","from_ref","from_ref","from_ref","from_ref","from_ref","from_str_name","hash","into","into","into","into","into","into_request","into_request","into_request","into_request","into_request","is_valid","merge","partial_cmp","to_owned","to_owned","to_owned","to_owned","to_owned","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","BalanceType","ExactBalance","ExactBalance","__clone_box","__clone_box","borrow","borrow","borrow_mut","borrow_mut","clear","clone","clone","clone_into","clone_into","default","encode","encoded_len","encoded_len","eq","eq","fmt","fmt","from","from","from_ref","from_ref","into","into","into_request","into_request","merge","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","ConfigDiscovery","ConfigType","TypedConfig","__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","AndMatch","AnyMatch","DestinationPortRange","MatchSet","NotMatch","OrMatch","Rule","__clone_box","__clone_box","borrow","borrow","borrow_mut","borrow_mut","clear","clone","clone","clone_into","clone_into","default","encode","encoded_len","encoded_len","eq","eq","fmt","fmt","from","from","from_ref","from_ref","into","into","into_request","into_request","merge","rules","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","v3","ClusterSpecifierPlugin","CorsPolicy","Decorator","DirectResponseAction","FilterAction","FilterConfig","HeaderMatcher","HedgePolicy","InternalRedirectPolicy","NonForwardingAction","QueryParameterMatcher","RateLimit","RedirectAction","RetryPolicy","Route","RouteAction","RouteConfiguration","RouteMatch","Tracing","Vhds","VirtualCluster","VirtualHost","WeightedCluster","__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","__clone_box","action","action","actions","additional_request_chance","allow_credentials","allow_cross_scheme_redirect","allow_headers","allow_methods","allow_origin_string_match","append_x_forwarded_host","body","borrow","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","borrow_mut","case_sensitive","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","client_sampling","clone","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","clone_into","cluster_not_found_response_code","cluster_not_found_response_code","cluster_specifier","cluster_specifier_plugins","clusters","config","config_source","cors","cors","cors_policy","custom_tags","decorator","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","disable_key","domains","dynamic_metadata","enabled_specifier","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","expose_headers","extension","fmt","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","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","from_ref","grpc","grpc_timeout_offset","hash_policy","header_match_specifier","header_matcher","headers","headers","hedge_on_per_try_timeout","hedge_policy","hedge_policy","host_redirect","host_rewrite_specifier","host_selection_retry_max_attempts","idle_timeout","include_attempt_count_in_response","include_request_attempt_count","include_vh_rate_limits","initial_requests","internal_only_headers","internal_redirect_action","internal_redirect_action","internal_redirect_policy","into","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","into_request","invert_match","is_optional","limit","match","matcher","max_age","max_direct_response_body_size_bytes","max_grpc_timeout","max_internal_redirects","max_internal_redirects","max_stream_duration","metadata","metadata_match","most_specific_header_mutations_wins","name","name","name","name","name","name","num_retries","operation","overall_sampling","path_rewrite_specifier","path_specifier","per_request_buffer_limit_bytes","per_request_buffer_limit_bytes","per_try_idle_timeout","per_try_timeout","port_redirect","predicates","prefix_rewrite","priority","priority","propagate","query_parameter_match_specifier","query_parameter_matcher","query_parameters","random_sampling","random_value_specifier","rate_limit","rate_limited_retry_back_off","rate_limits","rate_limits","redirect_action","redirect_response_codes","regex_rewrite","request_headers_to_add","request_headers_to_add","request_headers_to_add","request_headers_to_remove","request_headers_to_remove","request_headers_to_remove","request_mirror_policies","require_tls","require_tls","response_code","response_code","response_headers_to_add","response_headers_to_add","response_headers_to_add","response_headers_to_remove","response_headers_to_remove","response_headers_to_remove","retriable_headers","retriable_request_headers","retriable_status_codes","retry_back_off","retry_host_predicate","retry_on","retry_options_predicates","retry_policy","retry_policy","retry_policy","retry_policy_typed_config","retry_policy_typed_config","retry_priority","route","route_action","route_match","routes","runtime_fraction","runtime_key_prefix","scheme_rewrite_specifier","set_cluster_not_found_response_code","set_internal_redirect_action","set_priority","set_require_tls","set_response_code","shadow_enabled","stage","status","strip_query","timeout","tls_context","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","to_owned","total_weight","tracing","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_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","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","type_id","typed_per_filter_config","typed_per_filter_config","upgrade_configs","validate_clusters","vhds","virtual_clusters","virtual_host","virtual_hosts","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","weighted_cluster","EnabledSpecifier","FilterEnabled","__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","ContainsMatch","ExactMatch","HeaderMatchSpecifier","PrefixMatch","PresentMatch","RangeMatch","SafeRegexMatch","StringMatch","SuffixMatch","__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","PresentMatch","QueryParameterMatchSpecifier","StringMatch","__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","Action","Override","__clone_box","__clone_box","action","action_specifier","borrow","borrow","borrow_mut","borrow_mut","clear","clear","clone","clone","clone_into","clone_into","default","default","encoded_len","encoded_len","eq","eq","fmt","fmt","from","from","from_ref","from_ref","into","into","into_request","into_request","override","override_specifier","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","ActionSpecifier","DestinationCluster","DestinationCluster","DynamicMetaData","DynamicMetadata","Extension","GenericKey","GenericKey","HeaderValueMatch","HeaderValueMatch","MetaData","Metadata","RemoteAddress","RemoteAddress","RequestHeaders","RequestHeaders","SourceCluster","SourceCluster","__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","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","default","default","default","default","default","default","default","default","default_value","default_value","descriptor_key","descriptor_key","descriptor_key","descriptor_key","descriptor_value","descriptor_value","encode","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","eq","eq","eq","eq","eq","expect_match","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","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","header_name","headers","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","merge","meta_data","metadata_key","metadata_key","set_source","skip_if_absent","source","source","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_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","Dynamic","RouteEntry","Source","__clone_box","as_str_name","borrow","borrow_mut","clone","clone_into","cmp","compare","default","eq","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from_i32","from_ref","from_str_name","hash","into","into_request","is_valid","partial_cmp","to_owned","try_from","try_from","try_into","type_id","vzip","DynamicMetadata","DynamicMetadata","OverrideSpecifier","__clone_box","__clone_box","borrow","borrow","borrow_mut","borrow_mut","clear","clone","clone","clone_into","clone_into","default","encode","encoded_len","encoded_len","eq","eq","fmt","fmt","from","from","from_ref","from_ref","into","into","into_request","into_request","merge","metadata_key","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","Found","HttpsRedirect","MovedPermanently","PathRedirect","PathRewriteSpecifier","PermanentRedirect","PrefixRewrite","RedirectResponseCode","RegexRewrite","SchemeRedirect","SchemeRewriteSpecifier","SeeOther","TemporaryRedirect","__clone_box","__clone_box","__clone_box","as_str_name","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","cmp","compare","default","encode","encode","encoded_len","encoded_len","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from_i32","from_ref","from_ref","from_ref","from_str_name","hash","into","into","into","into_request","into_request","into_request","is_valid","merge","merge","partial_cmp","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","RateLimitedRetryBackOff","ResetHeader","ResetHeaderFormat","RetryBackOff","RetryHostPredicate","RetryPriority","Seconds","UnixTimestamp","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","as_str_name","base_interval","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clear","clear","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","compare","config_type","config_type","default","default","default","default","default","default","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","format","format","from","from","from","from","from","from","from_i32","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_str_name","hash","into","into","into","into","into","into","into_request","into_request","into_request","into_request","into_request","into_request","is_valid","max_interval","max_interval","name","name","name","partial_cmp","reset_headers","retry_host_predicate","retry_priority","set_format","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_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","ConfigType","TypedConfig","__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","ConfigType","TypedConfig","__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","Action","DirectResponse","FilterAction","NonForwardingAction","Redirect","Route","__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","AutoHostRewrite","Cluster","ClusterHeader","ClusterNotFoundResponseCode","ClusterSpecifier","ClusterSpecifierPlugin","HandleInternalRedirect","HashPolicy","HostRewriteHeader","HostRewriteLiteral","HostRewritePathRegex","HostRewriteSpecifier","InternalRedirectAction","MaxStreamDuration","NotFound","PassThroughInternalRedirect","RequestMirrorPolicy","ServiceUnavailable","UpgradeConfig","WeightedClusters","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","as_str_name","as_str_name","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clear","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cluster","cmp","cmp","compare","compare","connect_config","default","default","default","default","default","default","enabled","encode","encode","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","eq","eq","eq","eq","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_i32","from_i32","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_str_name","from_str_name","grpc_timeout_header_max","grpc_timeout_header_offset","hash","hash","hash_policy","into","into","into","into","into","into","into","into","into_request","into_request","into_request","into_request","into_request","into_request","into_request","into_request","is_valid","is_valid","max_stream_duration","merge","merge","partial_cmp","partial_cmp","policy_specifier","runtime_fraction","terminal","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","trace_sampled","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","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upgrade_config","upgrade_type","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","ConnectionProperties","ConnectionProperties","Cookie","Cookie","FilterState","FilterState","Header","Header","PolicySpecifier","QueryParameter","QueryParameter","__clone_box","__clone_box","__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","clear","clear","clear","clear","clear","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","default","default","default","default","default","encode","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","eq","eq","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","header_name","into","into","into","into","into","into","into_request","into_request","into_request","into_request","into_request","into_request","key","merge","name","name","path","regex_rewrite","source_ip","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_into","try_into","try_into","try_into","try_into","try_into","ttl","type_id","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","vzip","ConnectConfig","__clone_box","allow_post","borrow","borrow_mut","clear","clone","clone_into","default","encoded_len","eq","fmt","from","from_ref","into","into_request","proxy_protocol_config","to_owned","try_from","try_into","type_id","vzip","ConnectMatcher","ConnectMatcher","GrpcRouteMatchOptions","Path","PathSpecifier","Prefix","SafeRegex","TlsContextMatchOptions","__clone_box","__clone_box","__clone_box","__clone_box","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","default","default","default","encode","encoded_len","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","fmt","fmt","fmt","fmt","from","from","from","from","from_ref","from_ref","from_ref","from_ref","into","into","into","into","into_request","into_request","into_request","into_request","merge","presented","to_owned","to_owned","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","validated","vzip","vzip","vzip","vzip","All","ExternalOnly","None","TlsRequirementType","__clone_box","as_str_name","borrow","borrow_mut","clone","clone_into","cmp","compare","default","eq","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from_i32","from_ref","from_str_name","hash","into","into_request","is_valid","partial_cmp","to_owned","try_from","try_from","try_into","type_id","vzip","ClusterWeight","HeaderName","RandomValueSpecifier","__clone_box","__clone_box","borrow","borrow","borrow_mut","borrow_mut","clear","clone","clone","clone_into","clone_into","cluster_header","cluster_weight","default","encode","encoded_len","encoded_len","eq","eq","fmt","fmt","from","from","from_ref","from_ref","host_rewrite_specifier","into","into","into_request","into_request","merge","metadata_match","name","request_headers_to_add","request_headers_to_remove","response_headers_to_add","response_headers_to_remove","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","typed_per_filter_config","vzip","vzip","weight","HostRewriteLiteral","HostRewriteSpecifier","__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","cluster","discovery","v3","CdsDummy","__clone_box","borrow","borrow_mut","clear","clone","clone_into","cluster_discovery_service_client","cluster_discovery_service_server","default","encoded_len","eq","fmt","from","from_ref","into","into_request","to_owned","try_from","try_into","type_id","vzip","ClusterDiscoveryServiceClient","__clone_box","accept_compressed","borrow","borrow_mut","clone","clone_into","connect","delta_clusters","fetch_clusters","fmt","from","from_ref","into","into_request","max_decoding_message_size","max_encoding_message_size","new","send_compressed","stream_clusters","to_owned","try_from","try_into","type_id","vzip","with_interceptor","with_origin","ClusterDiscoveryService","ClusterDiscoveryServiceServer","DeltaClustersStream","StreamClustersStream","__clone_box","accept_compressed","borrow","borrow_mut","call","call","clone","clone_into","delta_clusters","fetch_clusters","fmt","from","from_arc","from_ref","into","into_make_service","into_request","max_decoding_message_size","max_encoding_message_size","new","poll_ready","poll_ready","send_compressed","stream_clusters","to_owned","try_from","try_into","type_id","vzip","with_interceptor","v3","AdsDummy","DeltaDiscoveryRequest","DeltaDiscoveryResponse","DiscoveryRequest","DiscoveryResponse","Resource","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","aggregated_discovery_service_client","aggregated_discovery_service_server","aliases","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","cache_control","canary","clear","clear","clear","clear","clear","clear","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","control_plane","control_plane","default","default","default","default","default","default","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","eq","eq","error_detail","error_detail","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","initial_resource_versions","into","into","into","into","into","into","into_request","into_request","into_request","into_request","into_request","into_request","name","node","node","nonce","nonce","removed_resources","resource","resource","resource_names","resource_names_subscribe","resource_names_unsubscribe","resources","resources","response_nonce","response_nonce","system_version_info","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_into","try_into","try_into","try_into","try_into","try_into","ttl","type_id","type_id","type_id","type_id","type_id","type_id","type_url","type_url","type_url","type_url","version","version_info","version_info","vzip","vzip","vzip","vzip","vzip","vzip","AggregatedDiscoveryServiceClient","__clone_box","accept_compressed","borrow","borrow_mut","clone","clone_into","connect","delta_aggregated_resources","fmt","from","from_ref","into","into_request","max_decoding_message_size","max_encoding_message_size","new","send_compressed","stream_aggregated_resources","to_owned","try_from","try_into","type_id","vzip","with_interceptor","with_origin","AggregatedDiscoveryService","AggregatedDiscoveryServiceServer","DeltaAggregatedResourcesStream","StreamAggregatedResourcesStream","__clone_box","accept_compressed","borrow","borrow_mut","call","call","clone","clone_into","delta_aggregated_resources","fmt","from","from_arc","from_ref","into","into_make_service","into_request","max_decoding_message_size","max_encoding_message_size","new","poll_ready","poll_ready","send_compressed","stream_aggregated_resources","to_owned","try_from","try_into","type_id","vzip","with_interceptor","CacheControl","__clone_box","borrow","borrow_mut","clear","clone","clone_into","default","do_not_cache","encoded_len","eq","fmt","from","from_ref","into","into_request","to_owned","try_from","try_into","type_id","vzip","matcher","metadata","tracing","v3","v3","DoubleMatcher","HttpGenericBodyMatch","HttpHeadersMatch","ListMatcher","ListStringMatcher","MatchPredicate","Matcher","MetadataMatcher","RegexMatchAndSubstitute","RegexMatcher","StringMatcher","ValueMatcher","__clone_box","__clone_box","__clone_box","__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","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","bytes_limit","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","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","default","default","default","default","default","default","default","default","default","default","default","default","double_matcher","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","engine_type","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","filter","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_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","headers","http_generic_body_match","ignore_case","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","invert","list_matcher","match_pattern","match_pattern","match_pattern","match_pattern","match_predicate","matcher","matcher_type","metadata_matcher","on_no_match","path","pattern","patterns","patterns","regex","regex_matcher","rule","string_matcher","substitution","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_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","value","value_matcher","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","Exact","MatchPattern","Range","__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","GenericTextMatch","__clone_box","borrow","borrow_mut","clear","clone","clone_into","default","encoded_len","eq","fmt","from","from_ref","generic_text_match","into","into_request","rule","to_owned","try_from","try_into","type_id","vzip","BinaryMatch","Rule","StringMatch","__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","MatchPattern","OneOf","__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","AndMatch","AnyMatch","HttpRequestGenericBodyMatch","HttpRequestHeadersMatch","HttpRequestTrailersMatch","HttpResponseGenericBodyMatch","HttpResponseHeadersMatch","HttpResponseTrailersMatch","MatchSet","NotMatch","OrMatch","Rule","__clone_box","__clone_box","borrow","borrow","borrow_mut","borrow_mut","clear","clone","clone","clone_into","clone_into","default","encode","encoded_len","encoded_len","eq","eq","fmt","fmt","from","from","from_ref","from_ref","into","into","into_request","into_request","merge","rules","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","MatcherList","MatcherList","MatcherTree","MatcherTree","MatcherType","OnMatch","__clone_box","__clone_box","__clone_box","__clone_box","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","default","default","default","encode","encoded_len","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","fmt","fmt","fmt","fmt","from","from","from","from","from_ref","from_ref","from_ref","from_ref","input","into","into","into","into","into_request","into_request","into_request","into_request","matcher_list","matcher_tree","matchers","merge","on_match","on_match","to_owned","to_owned","to_owned","to_owned","tree_type","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","FieldMatcher","Predicate","__clone_box","__clone_box","borrow","borrow","borrow_mut","borrow_mut","clear","clear","clone","clone","clone_into","clone_into","default","default","encoded_len","encoded_len","eq","eq","fmt","fmt","from","from","from_ref","from_ref","into","into","into_request","into_request","match_type","on_match","predicate","predicate","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","AndMatcher","MatchType","NotMatcher","OrMatcher","PredicateList","SinglePredicate","SinglePredicate","__clone_box","__clone_box","__clone_box","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","clear","clone","clone","clone","clone_into","clone_into","clone_into","default","default","encode","encoded_len","encoded_len","encoded_len","eq","eq","eq","fmt","fmt","fmt","from","from","from","from_ref","from_ref","from_ref","input","into","into","into","into_request","into_request","into_request","matcher","merge","predicate","single_predicate","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","CustomMatch","Matcher","ValueMatch","__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","CustomMatch","ExactMatchMap","MatchMap","PrefixMatchMap","TreeType","__clone_box","__clone_box","borrow","borrow","borrow_mut","borrow_mut","clear","clone","clone","clone_into","clone_into","default","encode","encoded_len","encoded_len","eq","eq","fmt","fmt","from","from","from_ref","from_ref","into","into","into_request","into_request","map","merge","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","Action","Matcher","OnMatch","__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","PathSegment","__clone_box","borrow","borrow_mut","clear","clone","clone_into","default","encoded_len","eq","fmt","from","from_ref","into","into_request","path_segment","segment","to_owned","try_from","try_into","type_id","vzip","Key","Segment","__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","EngineType","GoogleRe2","GoogleRe2","__clone_box","__clone_box","borrow","borrow","borrow_mut","borrow_mut","clear","clone","clone","clone_into","clone_into","default","encode","encoded_len","encoded_len","eq","eq","fmt","fmt","from","from","from_ref","from_ref","into","into","into_request","into_request","max_program_size","merge","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","Contains","Exact","MatchPattern","Prefix","SafeRegex","Suffix","__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","BoolMatch","DoubleMatch","ListMatch","MatchPattern","NullMatch","NullMatch","PresentMatch","StringMatch","__clone_box","__clone_box","borrow","borrow","borrow_mut","borrow_mut","clear","clone","clone","clone_into","clone_into","default","encode","encoded_len","encoded_len","eq","eq","fmt","fmt","from","from","from_ref","from_ref","into","into","into_request","into_request","merge","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","v3","MetadataKey","MetadataKind","__clone_box","__clone_box","borrow","borrow","borrow_mut","borrow_mut","clear","clear","clone","clone","clone_into","clone_into","default","default","encoded_len","encoded_len","eq","eq","fmt","fmt","from","from","from_ref","from_ref","into","into","into_request","into_request","key","kind","metadata_key","metadata_kind","path","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","PathSegment","__clone_box","borrow","borrow_mut","clear","clone","clone_into","default","encoded_len","eq","fmt","from","from_ref","into","into_request","path_segment","segment","to_owned","try_from","try_into","type_id","vzip","Key","Segment","__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","Cluster","Cluster","Host","Host","Kind","Request","Request","Route","Route","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clear","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","default","default","default","default","encode","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","eq","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from_ref","from_ref","from_ref","from_ref","from_ref","into","into","into","into","into","into_request","into_request","into_request","into_request","into_request","merge","to_owned","to_owned","to_owned","to_owned","to_owned","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","v3","CustomTag","__clone_box","borrow","borrow_mut","clear","clone","clone_into","custom_tag","default","encoded_len","eq","fmt","from","from_ref","into","into_request","tag","to_owned","try_from","try_into","type","type_id","vzip","Environment","Environment","Header","Literal","Literal","Metadata","Metadata","RequestHeader","Type","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clear","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","default","default","default","default","default_value","default_value","default_value","encode","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","eq","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from_ref","from_ref","from_ref","from_ref","from_ref","into","into","into","into","into","into_request","into_request","into_request","into_request","into_request","kind","merge","metadata_key","name","name","to_owned","to_owned","to_owned","to_owned","to_owned","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","value","vzip","vzip","vzip","vzip","vzip","CodecClientType","DoubleRange","FractionalPercent","Http1","Http2","Http3","Int32Range","Int64Range","Percent","SemanticVersion","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","as_str_name","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clear","clear","clear","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","compare","default","default","default","default","default","default","default","denominator","denominator","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","end","end","end","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fractional_percent","from","from","from","from","from","from","from","from_i32","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_str_name","hash","into","into","into","into","into","into","into","into_request","into_request","into_request","into_request","into_request","into_request","into_request","is_valid","major_number","minor_number","numerator","partial_cmp","patch","set_denominator","start","start","start","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_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","value","vzip","vzip","vzip","vzip","vzip","vzip","vzip","DenominatorType","Hundred","Million","TenThousand","__clone_box","as_str_name","borrow","borrow_mut","clone","clone_into","cmp","compare","default","eq","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from_i32","from_ref","from_str_name","hash","into","into_request","is_valid","partial_cmp","to_owned","try_from","try_from","try_into","type_id","vzip"],"q":[[0,"quilkin"],[92,"quilkin::cli"],[173,"quilkin::cli::agent"],[206,"quilkin::cli::generate_config_schema"],[232,"quilkin::cli::manage"],[264,"quilkin::cli::proxy"],[273,"quilkin::cli::qcmp"],[323,"quilkin::cli::relay"],[352,"quilkin::cluster"],[436,"quilkin::config"],[607,"quilkin::config::providers"],[635,"quilkin::config::providers::Providers"],[638,"quilkin::config::providers::k8s"],[641,"quilkin::config::providers::k8s::agones"],[1222,"quilkin::config::watch"],[1288,"quilkin::config::watch::agones"],[1289,"quilkin::endpoint"],[1558,"quilkin::endpoint::MetadataError"],[1560,"quilkin::filters"],[1969,"quilkin::filters::CreationError"],[1973,"quilkin::filters::capture"],[2088,"quilkin::filters::compress"],[2180,"quilkin::filters::concatenate_bytes"],[2233,"quilkin::filters::debug"],[2252,"quilkin::filters::drop"],[2270,"quilkin::filters::firewall"],[2418,"quilkin::filters::firewall::PortRangeError"],[2420,"quilkin::filters::load_balancer"],[2471,"quilkin::filters::local_rate_limit"],[2497,"quilkin::filters::match"],[2595,"quilkin::filters::pass"],[2612,"quilkin::filters::prelude"],[2621,"quilkin::filters::timestamp"],[2652,"quilkin::filters::token_router"],[2694,"quilkin::metadata"],[2891,"quilkin::protocol"],[2937,"quilkin::protocol::Protocol"],[2943,"quilkin::xds"],[3057,"quilkin::xds::config"],[3064,"quilkin::xds::config::accesslog"],[3065,"quilkin::xds::config::accesslog::v3"],[3395,"quilkin::xds::config::accesslog::v3::access_log"],[3416,"quilkin::xds::config::accesslog::v3::access_log_filter"],[3448,"quilkin::xds::config::accesslog::v3::comparison_filter"],[3483,"quilkin::xds::config::accesslog::v3::extension_filter"],[3504,"quilkin::xds::config::accesslog::v3::grpc_status_filter"],[3553,"quilkin::xds::config::cluster"],[3554,"quilkin::xds::config::cluster::v3"],[3821,"quilkin::xds::config::cluster::v3::circuit_breakers"],[3852,"quilkin::xds::config::cluster::v3::circuit_breakers::thresholds"],[3874,"quilkin::xds::config::cluster::v3::cluster"],[4372,"quilkin::xds::config::cluster::v3::cluster::common_lb_config"],[4459,"quilkin::xds::config::cluster::v3::cluster::lb_subset_config"],[4521,"quilkin::xds::config::cluster::v3::cluster::lb_subset_config::lb_subset_selector"],[4558,"quilkin::xds::config::cluster::v3::cluster::ring_hash_lb_config"],[4592,"quilkin::xds::config::cluster::v3::load_balancing_policy"],[4613,"quilkin::xds::config::common"],[4614,"quilkin::xds::config::common::matcher"],[4615,"quilkin::xds::config::common::matcher::v3"],[4628,"quilkin::xds::config::common::matcher::v3::http_generic_body_match"],[4631,"quilkin::xds::config::common::matcher::v3::http_generic_body_match::generic_text_match"],[4634,"quilkin::xds::config::common::matcher::v3::match_predicate"],[4647,"quilkin::xds::config::common::matcher::v3::matcher"],[4660,"quilkin::xds::config::common::matcher::v3::matcher::matcher_list"],[4666,"quilkin::xds::config::common::matcher::v3::matcher::matcher_list::predicate"],[4677,"quilkin::xds::config::common::matcher::v3::matcher::matcher_list::predicate::single_predicate"],[4680,"quilkin::xds::config::common::matcher::v3::matcher::matcher_tree"],[4686,"quilkin::xds::config::common::matcher::v3::matcher::on_match"],[4689,"quilkin::xds::config::core"],[4690,"quilkin::xds::config::core::v3"],[6284,"quilkin::xds::config::core::v3::address"],[6308,"quilkin::xds::config::core::v3::alternate_protocols_cache_options"],[6330,"quilkin::xds::config::core::v3::api_config_source"],[6368,"quilkin::xds::config::core::v3::async_data_source"],[6390,"quilkin::xds::config::core::v3::config_source"],[6415,"quilkin::xds::config::core::v3::data_source"],[6439,"quilkin::xds::config::core::v3::envoy_internal_address"],[6460,"quilkin::xds::config::core::v3::event_service_config"],[6481,"quilkin::xds::config::core::v3::grpc_service"],[6554,"quilkin::xds::config::core::v3::grpc_service::google_grpc"],[6663,"quilkin::xds::config::core::v3::grpc_service::google_grpc::call_credentials"],[6786,"quilkin::xds::config::core::v3::grpc_service::google_grpc::call_credentials::metadata_credentials_from_plugin"],[6807,"quilkin::xds::config::core::v3::grpc_service::google_grpc::channel_args"],[6829,"quilkin::xds::config::core::v3::grpc_service::google_grpc::channel_args::value"],[6851,"quilkin::xds::config::core::v3::grpc_service::google_grpc::channel_credentials"],[6874,"quilkin::xds::config::core::v3::header_value_option"],[6909,"quilkin::xds::config::core::v3::health_check"],[7097,"quilkin::xds::config::core::v3::health_check::custom_health_check"],[7118,"quilkin::xds::config::core::v3::health_check::payload"],[7140,"quilkin::xds::config::core::v3::http1_protocol_options"],[7162,"quilkin::xds::config::core::v3::http1_protocol_options::header_key_format"],[7204,"quilkin::xds::config::core::v3::http2_protocol_options"],[7226,"quilkin::xds::config::core::v3::http_protocol_options"],[7261,"quilkin::xds::config::core::v3::http_uri"],[7282,"quilkin::xds::config::core::v3::node"],[7304,"quilkin::xds::config::core::v3::proxy_protocol_config"],[7338,"quilkin::xds::config::core::v3::scheme_header_transformation"],[7359,"quilkin::xds::config::core::v3::socket_address"],[7415,"quilkin::xds::config::core::v3::socket_option"],[7472,"quilkin::xds::config::core::v3::transport_socket"],[7493,"quilkin::xds::config::endpoint"],[7494,"quilkin::xds::config::endpoint::v3"],[7623,"quilkin::xds::config::endpoint::v3::cluster_load_assignment"],[7647,"quilkin::xds::config::endpoint::v3::cluster_load_assignment::policy"],[7669,"quilkin::xds::config::endpoint::v3::endpoint"],[7691,"quilkin::xds::config::endpoint::v3::lb_endpoint"],[7713,"quilkin::xds::config::endpoint::v3::locality_lb_endpoints"],[7756,"quilkin::xds::config::listener"],[7757,"quilkin::xds::config::listener::v3"],[8058,"quilkin::xds::config::listener::v3::filter"],[8080,"quilkin::xds::config::listener::v3::filter_chain"],[8101,"quilkin::xds::config::listener::v3::filter_chain_match"],[8136,"quilkin::xds::config::listener::v3::listener"],[8254,"quilkin::xds::config::listener::v3::listener::connection_balance_config"],[8295,"quilkin::xds::config::listener::v3::listener_filter"],[8317,"quilkin::xds::config::listener::v3::listener_filter_chain_match_predicate"],[8363,"quilkin::xds::config::route"],[8364,"quilkin::xds::config::route::v3"],[8983,"quilkin::xds::config::route::v3::cors_policy"],[9004,"quilkin::xds::config::route::v3::header_matcher"],[9032,"quilkin::xds::config::route::v3::query_parameter_matcher"],[9054,"quilkin::xds::config::route::v3::rate_limit"],[9098,"quilkin::xds::config::route::v3::rate_limit::action"],[9305,"quilkin::xds::config::route::v3::rate_limit::action::meta_data"],[9339,"quilkin::xds::config::route::v3::rate_limit::override"],[9381,"quilkin::xds::config::route::v3::redirect_action"],[9463,"quilkin::xds::config::route::v3::retry_policy"],[9611,"quilkin::xds::config::route::v3::retry_policy::retry_host_predicate"],[9632,"quilkin::xds::config::route::v3::retry_policy::retry_priority"],[9653,"quilkin::xds::config::route::v3::route"],[9678,"quilkin::xds::config::route::v3::route_action"],[9887,"quilkin::xds::config::route::v3::route_action::hash_policy"],[10020,"quilkin::xds::config::route::v3::route_action::upgrade_config"],[10042,"quilkin::xds::config::route::v3::route_match"],[10128,"quilkin::xds::config::route::v3::virtual_host"],[10163,"quilkin::xds::config::route::v3::weighted_cluster"],[10215,"quilkin::xds::config::route::v3::weighted_cluster::cluster_weight"],[10236,"quilkin::xds::service"],[10238,"quilkin::xds::service::cluster"],[10239,"quilkin::xds::service::cluster::v3"],[10261,"quilkin::xds::service::cluster::v3::cluster_discovery_service_client"],[10288,"quilkin::xds::service::cluster::v3::cluster_discovery_service_server"],[10322,"quilkin::xds::service::discovery"],[10323,"quilkin::xds::service::discovery::v3"],[10478,"quilkin::xds::service::discovery::v3::aggregated_discovery_service_client"],[10504,"quilkin::xds::service::discovery::v3::aggregated_discovery_service_server"],[10537,"quilkin::xds::service::discovery::v3::resource"],[10558,"quilkin::xds::type"],[10562,"quilkin::xds::type::matcher"],[10563,"quilkin::xds::type::matcher::v3"],[10832,"quilkin::xds::type::matcher::v3::double_matcher"],[10854,"quilkin::xds::type::matcher::v3::http_generic_body_match"],[10876,"quilkin::xds::type::matcher::v3::http_generic_body_match::generic_text_match"],[10898,"quilkin::xds::type::matcher::v3::list_matcher"],[10919,"quilkin::xds::type::matcher::v3::match_predicate"],[10970,"quilkin::xds::type::matcher::v3::matcher"],[11059,"quilkin::xds::type::matcher::v3::matcher::matcher_list"],[11103,"quilkin::xds::type::matcher::v3::matcher::matcher_list::predicate"],[11171,"quilkin::xds::type::matcher::v3::matcher::matcher_list::predicate::single_predicate"],[11193,"quilkin::xds::type::matcher::v3::matcher::matcher_tree"],[11237,"quilkin::xds::type::matcher::v3::matcher::on_match"],[11259,"quilkin::xds::type::matcher::v3::metadata_matcher"],[11281,"quilkin::xds::type::matcher::v3::metadata_matcher::path_segment"],[11302,"quilkin::xds::type::matcher::v3::regex_matcher"],[11344,"quilkin::xds::type::matcher::v3::string_matcher"],[11369,"quilkin::xds::type::matcher::v3::value_matcher"],[11415,"quilkin::xds::type::metadata"],[11416,"quilkin::xds::type::metadata::v3"],[11461,"quilkin::xds::type::metadata::v3::metadata_key"],[11483,"quilkin::xds::type::metadata::v3::metadata_key::path_segment"],[11504,"quilkin::xds::type::metadata::v3::metadata_kind"],[11608,"quilkin::xds::type::tracing"],[11609,"quilkin::xds::type::tracing::v3"],[11632,"quilkin::xds::type::tracing::v3::custom_tag"],[11744,"quilkin::xds::type::v3"],[11914,"quilkin::xds::type::v3::fractional_percent"]],"d":["The Command-Line Interface for Quilkin.","Config is the configuration of a proxy","Run Quilkin as a UDP reverse proxy.","","","","The port to bind for the admin server","","","","","","","","","","","","","","","","","","","","","Quilkin configuration.","The path to the configuration file for the Quilkin …","","","","Types representing where the data is the sent.","","Filters for processing packets.","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","Includes generated Protobuf definitions from tonic.","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.","Logic for parsing and generating Quilkin Control Message …","The port to listen on.","Whether Quilkin will report any results to stdout/stderr.","","","","One or more socket addresses to forward packets to.","","","","","","","","","","","","","","","","","","","","","","","","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 …","","","","","","","","","","","","Returns the argument unchanged.","","","","","Calls U::from(self).","","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.","","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.","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.","","","","","Calls U::from(self).","","Port for mDS service.","","","","","","","","","","Port for xDS management_server service","","Represents a full snapshot of all clusters.","","","","","","","","","","","","","","","","","","Provides a flat iterator over the list of endpoints.","","","","","","","","","","","","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","","","","","","Adds a new set of endpoints to the cluster.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Creates a new Cluster called name containing localities.","Creates a new Cluster called "default" containing endpoints…","Creates a new Cluster called name containing endpoints.","","","","","","","","","","","","","","","","","","Updates the locality of any endpoints which have no …","","","","Config is the configuration of a proxy","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","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","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.","","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).","","","","","","","","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.","Auto-generated derived type for FleetSpec via …","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.","","","","","","","","","","","","","","","","","","","","","","","","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).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","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.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A destination endpoint with any associated metadata.","A valid socket address. This differs from …","","","","","The location of an Endpoint.","A set of endpoints optionally grouped by a Locality.","Set around LocalityEndpoints to ensure that all unique …","Metadata specific to endpoints.","","","","","","","","","","","","","","","","","","","","","","","","","","Removes all localities.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","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 endpoints associated with the …","Returns a mutable reference to endpoints associated with …","","","A valid name or IP address that resolves to a address.","","","Inserts a new locality of endpoints.","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 an iterator over the set of localities.","Returns a mutable iterator over the set of localities.","","","","","","","","","","Creates a new set of endpoints with no Locality.","Creates a new set from the provided localities.","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.","","","The geographic region.","Removes an endpoint.","Removes the specified locality or all endpoints with no …","","","","","","","","","","","","","","","","","The subzone within the zone, if applicable.","","","","","","","","Returns the socket address for the endpoint, resolving any …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adds a Locality to the set of endpoints.","Creates a new Endpoint with the specified metadata.","","The zone within the region, if applicable.","","","The binary configuration of the filter. Must be prost …","","Filter for compressing and decompressing packet data","The ConcatenateBytes filter’s job is to add a byte …","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.","","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.","","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 endpoint that we’re expecting packets from.","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 …","","","","","","","","","","","","","","","","","","","","","","","","","","","","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 …","","","","","","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","","","","","The library to use when compressing.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The ConcatenateBytes filter’s job is to add a byte …","Config represents a ConcatenateBytes 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.","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).","","","","","","","","","","","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’…","","","","","","","","","","","","","","","","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 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.","","","","","","","","","Encodes the protocol command into a buffer of bytes for …","Encodes the protocol command into a buffer of bytes for …","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","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.","","See https://github.com/envoyproxy/envoy-api#apis for a …","Client that can talk to an XDS server using the aDS …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","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).","","","","","","","","Creates a new server for managing Config.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the corresponding type URL for the response type.","","","","","Starts a new stream to the xDS management server.","Starts a new stream to the xDS management server.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Nested message and enum types in AccessLog.","Nested message and enum types in AccessLogFilter.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Nested message and enum types in ComparisonFilter.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Nested message and enum types in ExtensionFilter.","","","","","","","","","","","","","","","","","","","","","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.","","","","","","","","","","","","","","","","Nested message and enum types in GrpcStatusFilter.","","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 the enum value of op, or the default if the field …","","","Appends the provided enum value to statuses.","","Sets op to the provided enum value.","Returns an iterator which yields the valid enum values …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","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 …","","","","","","","","","","","","","","","","","","","","","","","","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 …","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","","","","","","","","","","","","","","","Returns the argument unchanged.","Converts an i32 to a Op, or None if value is not a valid …","","Creates an enum from field names used in the ProtoBuf …","","Calls U::from(self).","","Returns true if value is a variant of Op.","","","","","","","","","","","","","","","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 …","","","","","","","","","","","","","","","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","","","","","","","","","","","","","","","Returns the argument unchanged.","Converts an i32 to a Status, or None if value is not a …","","Creates an enum from field names used in the ProtoBuf …","","Calls U::from(self).","","Returns true if value is a variant of Status.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Nested message and enum types in CircuitBreakers.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Nested message and enum types in Cluster.","","","","","","","","","","","","","","","","","","","Returns the enum value of dns_lookup_family, or the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","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.","","","","","","","","","","","","","","","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 enum value of lb_policy, or the default if the …","","","","Nested message and enum types in LoadBalancingPolicy.","","","","","","","","","","","","","","Returns the enum value of protocol_selection, or the …","","","","Sets dns_lookup_family to the provided enum value.","Sets lb_policy to the provided enum value.","Sets protocol_selection to the provided enum value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","Returns the enum value of priority, or the default if the …","","","Sets priority to the provided enum value.","Nested message and enum types in Thresholds.","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","String value of the enum field names used in the ProtoBuf …","String value of the enum field names used in the ProtoBuf …","String value of the enum field names used in the ProtoBuf …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Nested message and enum types in CommonLbConfig.","","","","","","","","","","","","","","","","","","","","","","","","","Encodes the message to a buffer.","Encodes the message to a buffer.","","","","","","","","","","","","","","Returns the encoded length of the message without a length …","Returns the encoded length of the message without a length …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the enum value of fallback_policy, or the default …","","","","","","","","","","","","","","","","","","","","","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.","Converts an i32 to a DiscoveryType, or None if value is …","Converts an i32 to a LbPolicy, or None if value is not a …","Converts an i32 to a DnsLookupFamily, or None if value is …","Converts an i32 to a ClusterProtocolSelection, or None if …","","","","","","","","","","","","","","","","","","","","Creates an enum from field names used in the ProtoBuf …","Creates an enum from field names used in the ProtoBuf …","Creates an enum from field names used in the ProtoBuf …","Creates an enum from field names used in the ProtoBuf …","","","","","Returns the enum value of hash_function, or the default if …","","","","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 true if value is a variant of DiscoveryType.","Returns true if value is a variant of LbPolicy.","Returns true if value is a variant of DnsLookupFamily.","Returns true if value is a variant of …","Nested message and enum types in LbSubsetConfig.","","","","","","","Decodes an instance of the message from a buffer, and …","Decodes an instance of the message from a buffer, and …","","","","","","","","","","","","","Nested message and enum types in RingHashLbConfig.","","","Sets fallback_policy to the provided enum value.","Sets hash_function to the provided enum value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Encodes the message to a buffer.","","","","Returns the encoded length of the message without a length …","","","","","","","","","","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).","","","","","Decodes an instance of the message from a buffer, and …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","","","","","","","","","","","","","","","","","","","","","","","Returns the enum value of fallback_policy, or the default …","","","","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i32 to a LbSubsetFallbackPolicy, or None if …","","","Creates an enum from field names used in the ProtoBuf …","","Calls U::from(self).","Calls U::from(self).","","","Returns true if value is a variant of …","","Nested message and enum types in LbSubsetSelector.","","Sets fallback_policy to the provided enum value.","","","","","","","","","","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","","","","","","","","","","","","","","","Returns the argument unchanged.","Converts an i32 to a LbSubsetSelectorFallbackPolicy, or …","","Creates an enum from field names used in the ProtoBuf …","","Calls U::from(self).","","Returns true if value is a variant of …","","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","","","","","","","","","","","","","","","Returns the argument unchanged.","Converts an i32 to a HashFunction, or None if value is not …","","Creates an enum from field names used in the ProtoBuf …","","Calls U::from(self).","","Returns true if value is a variant of HashFunction.","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","Nested message and enum types in HttpGenericBodyMatch.","Nested message and enum types in MatchPredicate.","Nested message and enum types in Matcher.","","","","","","Nested message and enum types in GenericTextMatch.","","","","","","","","","","","","","","","","","","","","","","","","","Nested message and enum types in MatcherList.","Nested message and enum types in MatcherTree.","","Nested message and enum types in OnMatch.","","","","","","","Nested message and enum types in Predicate.","","","","","","","","","","","","Nested message and enum types in SinglePredicate.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Nested message and enum types in Address.","","","","","","","","","","","Nested message and enum types in …","","Nested message and enum types in ApiConfigSource.","Returns the enum value of api_type, or the default if the …","","","Returns the enum value of append_action, or the default if …","","","String value of the enum field names used in the ProtoBuf …","String value of the enum field names used in the ProtoBuf …","String value of the enum field names used in the ProtoBuf …","String value of the enum field names used in the ProtoBuf …","String value of the enum field names used in the ProtoBuf …","Nested message and enum types in AsyncDataSource.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Nested message and enum types in ConfigSource.","","","","","","","","","","Nested message and enum types in DataSource.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Nested message and enum types in EnvoyInternalAddress.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Nested message and enum types in EventServiceConfig.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","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.","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.","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.","Converts an i32 to a RoutingPriority, or None if value is …","Converts an i32 to a RequestMethod, or None if value is …","Converts an i32 to a TrafficDirection, or None if value is …","Converts an i32 to a ApiVersion, or None if value is not a …","Converts an i32 to a HealthStatus, or None if value is not …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Creates an enum from field names used in the ProtoBuf …","Creates an enum from field names used in the ProtoBuf …","Creates an enum from field names used in the ProtoBuf …","Creates an enum from field names used in the ProtoBuf …","Creates an enum from field names used in the ProtoBuf …","Nested message and enum types in GrpcService.","","","","","","","","","Nested message and enum types in HeaderValueOption.","","Returns the enum value of headers_with_underscores_action, …","","Nested message and enum types in HealthCheck.","","","","","Nested message and enum types in Http1ProtocolOptions.","Nested message and enum types in Http2ProtocolOptions.","","Nested message and enum types in HttpProtocolOptions.","","Nested message and enum types in HttpUri.","","","","","","","","","","","","","","","","","","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).","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).","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 true if value is a variant of RoutingPriority.","Returns true if value is a variant of RequestMethod.","Returns true if value is a variant of TrafficDirection.","Returns true if value is a variant of ApiVersion.","Returns true if value is a variant of HealthStatus.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Nested message and enum types in Node.","","","","","","","","","","","","","","","","","","","Returns the enum value of protocol, or the default if the …","","Nested message and enum types in ProxyProtocolConfig.","Appends the provided enum value to statuses.","","","","","","","","Returns the enum value of resource_api_version, or the …","","","","","","","","","","Nested message and enum types in SchemeHeaderTransformation…","Sets api_type to the provided enum value.","Sets append_action to the provided enum value.","Sets headers_with_underscores_action to the provided enum …","","Sets protocol to the provided enum value.","Sets resource_api_version to the provided enum value.","Sets state to the provided enum value.","Sets transport_api_version to the provided enum value.","Sets transport_api_version to the provided enum value.","Sets version to the provided enum value.","","Nested message and enum types in SocketAddress.","Nested message and enum types in SocketOption.","","","","","Returns the enum value of state, or the default if the …","","Returns an iterator which yields the valid enum values …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the enum value of transport_api_version, or the …","Returns the enum value of transport_api_version, or the …","","","Nested message and enum types in TransportSocket.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the enum value of version, or the default if the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","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 …","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","","","","","","","","","","","","","","","Returns the argument unchanged.","Converts an i32 to a ApiType, or None if value is not a …","","Creates an enum from field names used in the ProtoBuf …","","Calls U::from(self).","","Returns true if value is a variant of ApiType.","","","","","","","","","","","","","","","","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 …","","","","","","","","","","","","","","","","","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 …","","","","","","","","","","","","","","","","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 …","","","","","","","","","","","","","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 …","","","","","","","","","","","","","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 …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Encodes the message to a buffer.","","","Returns the encoded length of the message without a length …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Nested message and enum types in GoogleGrpc.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","Decodes an instance of the message from a buffer, and …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Nested message and enum types in CallCredentials.","","Nested message and enum types in ChannelArgs.","Nested message and enum types in ChannelCredentials.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","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).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Encodes the message to a buffer.","","","","","Returns the encoded length of the message without a length …","","","","","","","","","","","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).","","","","","","","Decodes an instance of the message from a buffer, and …","Nested message and enum types in …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","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 …","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","Nested message and enum types in Value.","","","","","","","","","","","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 …","","","","","","","","","","","","","","","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 …","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","","","","","","","","","","","","","","","Returns the argument unchanged.","Converts an i32 to a HeaderAppendAction, or None if value …","","Creates an enum from field names used in the ProtoBuf …","","Calls U::from(self).","","Returns true if value is a variant of HeaderAppendAction.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the enum value of codec_client_type, or the …","","","Nested message and enum types in CustomHealthCheck.","","","","","","","","Encodes the message to a buffer.","","","","","","","","Returns the encoded length of the message without a length …","","","","","","","","","","","","","","","","","","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.","","","","","","","","","","","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).","","","","","","","","","","Decodes an instance of the message from a buffer, and …","","","Nested message and enum types in Payload.","","","","","","","","","","","Sets codec_client_type to the provided enum value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","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 …","","","","","","","","","","","","","","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 …","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Nested message and enum types in HeaderKeyFormat.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Encodes the message to a buffer.","","Returns the encoded length of the message without a length …","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","Decodes an instance of the message from a buffer, and …","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","","","","","","","","","","","","","","","Returns the argument unchanged.","Converts an i32 to a HeadersWithUnderscoresAction, or None …","","Creates an enum from field names used in the ProtoBuf …","","Calls U::from(self).","","Returns true if value is a variant of …","","","","","","","","","","","","","","","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 …","","","","","","","","","","","","","","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 …","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","","","","","","","","","","","","","","","Returns the argument unchanged.","Converts an i32 to a Version, or None if value is not a …","","Creates an enum from field names used in the ProtoBuf …","","Calls U::from(self).","","Returns true if value is a variant of Version.","","","","","","","","","","","","","","","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 …","","","","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","","","","","","","","","","","","Encodes the message to a buffer.","Returns the encoded length of the message without a length …","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i32 to a Protocol, or None if value is not a …","","","Creates an enum from field names used in the ProtoBuf …","","Calls U::from(self).","Calls U::from(self).","","","Returns true if value is a variant of Protocol.","Decodes an instance of the message from a buffer, and …","","","","","","","","","","","","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","","","","","","","","","","","","Encodes the message to a buffer.","Returns the encoded length of the message without a length …","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i32 to a SocketState, or None if value is not …","","","Creates an enum from field names used in the ProtoBuf …","","Calls U::from(self).","Calls U::from(self).","","","Returns true if value is a variant of SocketState.","Decodes an instance of the message from a buffer, and …","","","","","","","","","","","","","","","","","","","","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 …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Nested message and enum types in ClusterLoadAssignment.","","","","","","","","","","","","Nested message and enum types in Endpoint.","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Returns the argument unchanged.","","","","","","","Returns the enum value of health_status, or the default if …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","Nested message and enum types in LbEndpoint.","","","","","","","Nested message and enum types in LocalityLbEndpoints.","","","","","","Sets health_status to the provided enum value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","Nested message and enum types in Policy.","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","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 …","","","","","","","","","","","","","","","","","","","","","","Encodes the message to a buffer.","","Returns the encoded length of the message without a length …","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","Decodes an instance of the message from a buffer, and …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the enum value of drain_type, or the default if …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Nested message and enum types in Filter.","Nested message and enum types in FilterChain.","Nested message and enum types in FilterChainMatch.","","","","","","","","","","","","","","","","","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.","","","","","","","","","","","","","","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).","","","","","","","","","","","","Nested message and enum types in Listener.","Nested message and enum types in ListenerFilter.","Nested message and enum types in …","","","","","","","","","","","","","","","","","","","","Sets drain_type to the provided enum value.","Sets source_type to the provided enum value.","Sets traffic_direction to the provided enum value.","","","","Returns the enum value of source_type, or the default if …","","","","","","","","","","","","","","","","","Returns the enum value of traffic_direction, or the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","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 …","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","","","","","","","","","","","","","","","Returns the argument unchanged.","Converts an i32 to a ConnectionSourceType, or None if value…","","Creates an enum from field names used in the ProtoBuf …","","Calls U::from(self).","","Returns true if value is a variant of ConnectionSourceType.","","","","","","","","","","","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Nested message and enum types in ConnectionBalanceConfig.","","","","","Encodes the message to a buffer.","","","","Returns the encoded length of the message without a length …","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i32 to a DrainType, or None if value is not a …","","","","","","Creates an enum from field names used in the ProtoBuf …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","Returns true if value is a variant of DrainType.","Decodes an instance of the message from a buffer, and …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Encodes the message to a buffer.","","Returns the encoded length of the message without a length …","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","Decodes an instance of the message from a buffer, and …","","","","","","","","","","","","","","","","","","","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 …","","","","","","","","","","","","","","","","","","","","","","","","","Encodes the message to a buffer.","","Returns the encoded length of the message without a length …","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","Decodes an instance of the message from a buffer, and …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the enum value of cluster_not_found_response_code, …","","","","","","","","","Nested message and enum types in CorsPolicy.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","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.","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Nested message and enum types in HeaderMatcher.","","","","","","","","","","","","","","","Returns the enum value of internal_redirect_action, or 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).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the enum value of priority, or the default if the …","","","","Nested message and enum types in QueryParameterMatcher.","","","","Nested message and enum types in RateLimit.","","","","Nested message and enum types in RedirectAction.","","","","","","","","","","Returns the enum value of require_tls, or the default if …","","Returns the enum value of response_code, or the default if …","","","","","","","","","","","","","","","Nested message and enum types in RetryPolicy.","","","","","","Nested message and enum types in Route.","Nested message and enum types in RouteAction.","Nested message and enum types in RouteMatch.","","","","","Sets cluster_not_found_response_code to the provided enum …","Sets internal_redirect_action to the provided enum value.","Sets priority to the provided enum value.","Sets require_tls to the provided enum value.","Sets response_code to the provided enum value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Nested message and enum types in VirtualHost.","","","","","","","","","","","","","","","","","","","","","","","","","Nested message and enum types in WeightedCluster.","","","","","","","","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 …","","","","","","","","","","","","","","","","","","","","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 …","","","","","","","","","","","","","","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 …","","","","","","","","","","Nested message and enum types in Action.","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","Nested message and enum types in Override.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Encodes the message to a buffer.","","","","","","","","","Returns the encoded length of the message without a length …","","","","","","","","","","","","","","","","","","","","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.","","","","","","","","","","","","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).","","","","","","","","","","Decodes an instance of the message from a buffer, and …","Nested message and enum types in MetaData.","","","Sets source to the provided enum value.","","Returns the enum value of source, or the default if the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","","","","","","","","","","","","","","","Returns the argument unchanged.","Converts an i32 to a Source, or None if value is not a …","","Creates an enum from field names used in the ProtoBuf …","","Calls U::from(self).","","Returns true if value is a variant of Source.","","","","","","","","","","","","","","","","","","","","","","","Encodes the message to a buffer.","","Returns the encoded length of the message without a length …","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","Decodes an instance of the message from a buffer, and …","","","","","","","","","","","","","","","","","","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","","","","","","","","","","","","","","","","Encodes the message to a buffer.","Encodes the message to a buffer.","Returns the encoded length of the message without a length …","Returns the encoded length of the message without a length …","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i32 to a RedirectResponseCode, or None if value…","","","","Creates an enum from field names used in the ProtoBuf …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","Returns true if value is a variant of RedirectResponseCode.","Decodes an instance of the message from a buffer, and …","Decodes an instance of the message from a buffer, and …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the enum value of format, or the default if the …","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i32 to a ResetHeaderFormat, or None if value …","","","","","","","Creates an enum from field names used in the ProtoBuf …","","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 true if value is a variant of ResetHeaderFormat.","","","","","","","","Nested message and enum types in RetryHostPredicate.","Nested message and enum types in RetryPriority.","Sets format to the provided enum value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","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 …","","","","","","","","","","","","","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 …","","","","","","","","","","","","","","","","","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 …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","String value of the enum field names used in the ProtoBuf …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Encodes the message to a buffer.","Encodes the message to a buffer.","","","","","Returns the encoded length of the message without a length …","Returns the encoded length of the message without a length …","","","","","","","","","","","","","","","","","","","","","","","","","","","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.","Converts an i32 to a ClusterNotFoundResponseCode, or None …","Converts an i32 to a InternalRedirectAction, or None if …","","","","","","","","","Creates an enum from field names used in the ProtoBuf …","Creates an enum from field names used in the ProtoBuf …","","","","","Nested message and enum types in HashPolicy.","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 true if value is a variant of …","Returns true if value is a variant of …","","Decodes an instance of the message from a buffer, and …","Decodes an instance of the message from a buffer, and …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Nested message and enum types in UpgradeConfig.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Encodes the message to a buffer.","","","","","","Returns the encoded length of the message without a length …","","","","","","","","","","","","","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).","","","","","","","","Decodes an instance of the message from a buffer, and …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Encodes the message to a buffer.","","","","Returns the encoded length of the message without a length …","","","","","","","","","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).","","","","","Decodes an instance of the message from a buffer, and …","","","","","","","","","","","","","","","","","","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","","","","","","","","","","","","","","","Returns the argument unchanged.","Converts an i32 to a TlsRequirementType, or None if value …","","Creates an enum from field names used in the ProtoBuf …","","Calls U::from(self).","","Returns true if value is a variant of TlsRequirementType.","","","","","","","","","","","","","","","","","","","","","","","Nested message and enum types in ClusterWeight.","","Encodes the message to a buffer.","","Returns the encoded length of the message without a length …","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","","Decodes an instance of the message from a buffer, and …","","","","","","","","","","","","","","","","","","","","","","","","","","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 …","","","","","","","","","","","","","","","","Generated client implementations.","Generated server implementations.","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","Return list of all clusters this proxy will load balance …","","Enable decompressing responses.","","","","","Attempt to create a new client by connecting to a given …","","","","Returns the argument unchanged.","","Calls U::from(self).","","Limits the maximum size of a decoded message.","Limits the maximum size of an encoded message.","","Compress requests with the given encoding.","","","","","","","","","Generated trait containing gRPC methods that should be …","Return list of all clusters this proxy will load balance …","Server streaming response type for the DeltaClusters …","Server streaming response type for the StreamClusters …","","Enable decompressing requests with the given encoding.","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","Limits the maximum size of a decoded message.","Limits the maximum size of an encoded message.","","","","Compress responses with the given encoding, if the client …","","","","","","","","","","","","","","","","","","","","","Generated client implementations.","Generated server implementations.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","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).","","","","","","","","","","","","","Nested message and enum types in Resource.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","See https://github.com/envoyproxy/envoy-api#apis for a …","","Enable decompressing responses.","","","","","Attempt to create a new client by connecting to a given …","","","Returns the argument unchanged.","","Calls U::from(self).","","Limits the maximum size of a decoded message.","Limits the maximum size of an encoded message.","","Compress requests with the given encoding.","This is a gRPC-only API.","","","","","","","","Generated trait containing gRPC methods that should be …","See https://github.com/envoyproxy/envoy-api#apis for a …","Server streaming response type for the …","Server streaming response type for the …","","Enable decompressing requests with the given encoding.","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","Limits the maximum size of a decoded message.","Limits the maximum size of an encoded message.","","","","Compress responses with the given encoding, if the client …","This is a gRPC-only API.","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Nested message and enum types in DoubleMatcher.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","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.","","","","","","","","","","","","","","Nested message and enum types in HttpGenericBodyMatch.","","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).","","","","","","","","","","","","","","Nested message and enum types in ListMatcher.","","","","","Nested message and enum types in MatchPredicate.","Nested message and enum types in Matcher.","","Nested message and enum types in MetadataMatcher.","","","","","","","Nested message and enum types in RegexMatcher.","","Nested message and enum types in StringMatcher.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Nested message and enum types in ValueMatcher.","","","","","","","","","","","","","","","","","","","","","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 …","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Nested message and enum types in GenericTextMatch.","Calls U::from(self).","","","","","","","","","","","","","","","","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 …","","","","","","","","","","","","","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 …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Encodes the message to a buffer.","","Returns the encoded length of the message without a length …","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","Decodes an instance of the message from a buffer, and …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Encodes the message to a buffer.","","","","Returns the encoded length of the message without a length …","","","","","","","","","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).","","","","","Nested message and enum types in MatcherList.","Nested message and enum types in MatcherTree.","","Decodes an instance of the message from a buffer, and …","Nested message and enum types in OnMatch.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","Nested message and enum types in Predicate.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Encodes the message to a buffer.","","","Returns the encoded length of the message without a length …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","Decodes an instance of the message from a buffer, and …","","Nested message and enum types in SinglePredicate.","","","","","","","","","","","","","","","","","","","","","","","","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 …","","","","","","","","","","","","","","","","","","","","","","","Encodes the message to a buffer.","","Returns the encoded length of the message without a length …","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","Decodes an instance of the message from a buffer, and …","","","","","","","","","","","","","","","","","","","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 …","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","Nested message and enum types in PathSegment.","","","","","","","","","","","","","","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 …","","","","","","","","","","","","","","","","","","","","","Encodes the message to a buffer.","","Returns the encoded length of the message without a length …","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","Decodes an instance of the message from a buffer, and …","","","","","","","","","","","","","","","","","","","","","","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 …","","","","","","","","","","","","","","","","","","","","","","","","","","Encodes the message to a buffer.","","Returns the encoded length of the message without a length …","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","Decodes an instance of the message from a buffer, and …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","Nested message and enum types in MetadataKey.","Nested message and enum types in MetadataKind.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","Nested message and enum types in PathSegment.","","","","","","","","","","","","","","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 …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Encodes the message to a buffer.","","","","","Returns the encoded length of the message without a length …","","","","","","","","","","","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).","","","","","","Decodes an instance of the message from a buffer, and …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Nested message and enum types in CustomTag.","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Encodes the message to a buffer.","","","","","Returns the encoded length of the message without a length …","","","","","","","","","","","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).","","","","","","","Decodes an instance of the message from a buffer, and …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the enum value of denominator, or the default if …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Nested message and enum types in FractionalPercent.","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.","Converts an i32 to a CodecClientType, or None if value is …","","","","","","","","Creates an enum from field names used in the ProtoBuf …","","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 true if value is a variant of CodecClientType.","","","","","","Sets denominator to the provided enum value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","","","","","","","","","","","","","","","Returns the argument unchanged.","Converts an i32 to a DenominatorType, or None if value is …","","Creates an enum from field names used in the ProtoBuf …","","Calls U::from(self).","","Returns true if value is a variant of DenominatorType.","","","","","","",""],"i":[0,0,0,0,3,4,10,3,10,3,10,3,10,4,3,10,4,0,3,4,3,4,0,4,10,10,10,0,10,3,4,4,0,4,0,4,3,10,4,3,10,4,3,10,3,10,3,4,3,10,4,0,3,10,4,3,10,4,4,10,3,0,3,10,3,0,3,10,4,4,4,3,3,4,3,10,4,3,10,4,3,10,4,3,10,3,10,4,3,10,4,0,0,23,24,0,0,0,23,24,0,0,23,24,24,0,23,0,23,0,23,24,23,10,23,0,23,23,24,23,24,23,24,23,24,23,10,10,24,10,24,24,24,24,24,24,24,24,23,24,23,23,23,24,23,24,0,23,24,23,24,23,10,0,10,0,0,10,0,24,23,24,24,24,23,24,23,24,23,23,23,24,23,0,0,27,27,27,27,27,27,27,27,0,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,0,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,0,0,32,32,32,32,32,32,32,0,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,0,0,0,3,3,3,3,3,3,0,33,0,33,34,34,34,34,33,33,33,34,33,34,33,34,33,34,34,33,34,33,34,33,34,33,34,33,34,34,33,33,34,33,34,34,33,34,33,34,33,34,33,34,33,34,33,34,33,34,0,0,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,0,0,36,37,36,37,36,37,36,37,36,37,37,36,37,37,37,36,37,36,37,37,36,37,36,36,36,36,36,36,37,36,37,37,37,37,37,37,37,36,37,37,37,37,37,36,37,37,36,37,36,37,37,37,36,37,37,36,36,37,36,36,36,37,37,37,36,36,37,36,37,36,37,36,36,37,36,37,36,37,36,37,36,37,0,0,0,54,70,0,70,70,0,0,54,57,0,70,0,0,54,56,57,58,4,4,54,70,56,607,57,58,54,70,56,607,57,58,54,56,57,58,54,56,57,58,4,58,56,57,54,54,56,607,57,58,4,56,54,56,57,58,57,57,57,57,57,58,58,58,58,58,4,54,70,70,56,57,58,54,54,70,70,56,56,56,56,607,57,58,58,4,54,56,57,58,4,54,70,56,607,57,58,54,70,56,607,57,58,56,56,54,56,57,58,58,56,56,58,56,70,0,56,56,54,57,58,54,56,57,58,54,56,607,57,58,70,56,56,54,56,57,58,70,54,70,56,607,57,58,58,54,70,56,607,57,58,56,54,70,56,607,57,58,4,54,70,56,607,57,58,0,56,56,56,90,90,0,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,0,90,90,90,90,90,90,90,90,90,608,608,609,0,0,0,103,103,106,108,112,107,103,106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,106,0,108,112,107,103,0,0,103,115,103,103,115,103,0,0,0,103,103,107,109,109,109,103,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,102,117,97,110,97,110,97,110,97,110,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,99,101,101,97,110,97,110,97,110,99,100,105,106,107,109,111,116,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,97,97,110,97,110,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,97,110,105,99,101,105,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,97,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,97,110,97,110,97,110,105,97,110,97,110,114,114,97,110,97,110,97,110,116,101,104,97,110,97,110,97,110,97,110,102,97,110,97,110,97,110,104,101,99,102,101,117,111,117,117,102,97,110,113,99,111,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,99,97,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,97,110,97,110,97,110,116,97,110,102,110,97,110,110,111,99,111,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,97,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,113,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,97,110,97,110,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,0,0,0,124,0,0,125,126,124,125,126,124,124,124,124,124,125,126,124,125,126,124,124,124,124,124,124,124,125,126,124,124,0,124,125,126,124,125,126,124,124,124,125,125,126,126,124,124,124,124,124,124,125,126,124,125,126,124,125,126,124,125,126,124,124,124,0,0,0,0,132,132,130,0,0,0,0,0,132,130,130,52,45,48,49,131,132,49,130,52,45,48,49,131,132,130,52,45,48,49,131,132,48,130,52,45,48,49,131,132,130,52,45,48,49,131,132,130,52,45,49,52,130,52,45,49,52,45,48,49,131,130,52,45,48,49,131,45,130,52,45,48,49,49,131,130,130,130,130,130,52,52,52,52,52,45,45,45,45,45,48,48,48,48,48,49,49,49,49,49,131,131,131,131,131,130,130,52,45,48,49,131,132,132,130,130,130,130,130,130,130,52,52,45,45,45,45,45,45,45,45,48,48,49,49,131,132,48,130,52,45,48,49,131,132,130,49,48,48,130,52,130,48,48,48,130,52,45,48,49,131,132,48,130,52,45,48,49,131,132,48,48,48,52,45,48,49,131,45,48,49,52,45,48,49,130,52,45,49,131,130,130,132,52,52,45,48,52,45,49,131,52,45,48,49,131,130,52,45,48,49,131,52,52,130,52,45,48,49,131,132,130,130,132,131,130,130,130,130,130,52,45,45,45,48,49,49,49,131,131,132,130,52,45,48,49,131,132,130,52,45,48,49,131,132,130,52,45,48,49,131,132,45,49,52,52,610,610,611,0,0,0,611,60,0,0,0,0,60,0,0,60,0,0,0,0,0,0,0,0,0,60,60,0,0,0,60,60,611,60,0,0,0,0,0,0,146,147,148,149,611,151,79,89,168,169,170,171,172,173,174,175,176,177,146,155,60,153,147,156,148,157,149,151,79,89,168,169,170,171,172,173,174,175,176,177,146,155,60,153,147,156,148,157,149,0,146,147,148,149,146,147,148,149,0,0,147,151,612,79,89,612,0,146,148,148,146,89,0,151,612,612,89,79,611,146,60,153,60,60,60,60,60,153,153,153,153,153,611,147,0,151,146,155,155,60,60,153,153,156,157,149,151,79,158,89,168,169,170,171,172,173,174,175,176,177,146,155,155,60,60,60,60,60,60,60,60,153,147,156,148,148,157,149,611,148,146,147,148,149,156,148,156,146,148,151,79,89,168,169,170,171,172,173,174,175,176,177,146,155,60,153,147,156,148,157,149,148,151,79,89,168,169,170,171,172,173,174,175,176,177,146,155,60,153,147,156,148,157,149,146,146,146,148,146,147,146,0,0,0,79,79,89,0,153,612,151,79,89,146,155,153,147,0,0,155,60,153,168,169,170,171,172,173,174,175,176,177,146,157,149,78,156,612,612,146,146,155,79,89,0,146,147,148,149,155,60,153,0,146,151,79,89,168,169,170,171,172,173,174,175,176,177,146,146,146,146,146,155,60,153,147,156,148,157,149,149,611,168,169,170,171,172,173,174,175,176,177,157,149,151,79,89,168,169,170,171,172,173,174,175,176,177,146,155,60,153,147,156,148,157,149,151,79,89,168,169,170,171,172,173,174,175,176,177,146,155,60,153,147,156,148,157,149,151,79,89,168,169,170,171,172,173,174,175,176,177,146,155,60,153,147,156,148,157,149,148,169,170,171,172,175,176,146,157,149,78,613,613,614,614,0,0,0,0,183,0,183,0,0,183,180,181,183,184,182,180,181,183,184,182,185,180,181,182,180,181,183,184,182,180,181,183,184,182,180,180,180,180,180,181,181,181,181,181,180,181,183,184,182,180,181,183,183,183,183,184,182,180,181,183,184,182,183,180,181,183,184,182,180,181,183,184,182,184,182,180,181,180,181,183,184,182,180,181,183,184,182,180,181,183,184,182,180,181,184,180,181,183,184,182,180,181,183,184,182,180,181,183,184,182,180,181,183,184,182,0,0,187,0,187,187,0,186,186,187,188,186,187,188,186,187,188,186,187,188,186,187,188,186,187,188,186,187,188,186,187,188,186,186,186,186,186,187,187,187,187,187,188,188,188,188,188,186,187,188,186,187,188,186,187,188,186,187,188,186,187,188,186,187,188,188,188,188,186,187,188,186,187,188,186,187,188,186,187,188,186,187,188,186,187,188,186,187,188,186,187,188,189,0,0,189,189,0,189,190,189,190,190,189,189,190,189,190,189,189,189,189,189,190,190,190,190,190,189,190,189,190,189,190,189,190,189,190,170,190,190,189,190,189,190,189,190,189,190,189,190,189,190,189,190,0,0,191,191,191,191,191,191,191,191,191,191,191,191,191,191,191,191,191,0,0,0,192,192,192,192,192,192,192,192,192,192,192,192,192,192,192,0,194,0,194,0,197,0,0,0,0,193,194,195,196,195,193,194,195,197,196,198,193,194,195,197,196,198,193,194,195,196,193,194,195,196,195,196,193,194,195,196,193,194,195,196,193,193,193,193,193,194,194,194,194,194,195,195,195,195,195,196,196,196,196,196,193,194,195,197,197,196,198,198,193,194,195,197,196,198,193,194,195,196,193,194,195,197,196,198,193,194,195,197,196,198,193,194,195,196,196,193,193,195,197,198,193,194,195,196,193,194,195,196,193,194,195,196,195,193,194,195,196,197,198,193,194,195,197,196,198,193,194,195,197,196,198,193,194,195,197,196,198,193,194,195,197,196,198,615,615,0,199,0,0,199,199,199,200,199,200,199,199,200,199,200,199,200,200,200,200,200,199,199,199,199,199,200,199,200,199,200,199,200,199,200,199,200,200,199,200,199,200,199,200,199,200,199,200,199,200,199,0,0,0,201,201,201,201,201,201,201,201,201,201,201,201,201,201,201,201,201,201,201,201,201,201,201,0,0,0,0,0,203,204,205,202,203,204,205,202,204,202,203,204,205,202,203,204,205,202,203,203,203,203,203,204,204,204,204,204,205,205,205,205,205,202,202,202,202,202,204,205,203,204,205,202,203,204,205,202,203,204,205,202,203,204,205,202,202,203,204,205,202,204,203,203,203,204,205,202,203,204,205,202,203,204,205,202,203,204,205,202,203,204,205,202,203,204,205,202,205,203,204,205,202,0,0,206,206,206,206,206,206,206,206,206,206,206,206,206,206,206,0,0,0,0,0,0,0,0,0,0,0,178,178,178,178,178,178,178,178,178,178,178,178,178,178,178,178,178,178,178,178,149,178,178,178,178,178,178,178,178,0,0,208,208,208,0,208,207,208,207,207,207,207,207,207,207,207,207,208,208,207,208,207,208,207,208,207,207,207,208,207,207,207,208,208,207,208,207,208,207,208,207,179,179,0,0,0,179,210,0,179,0,210,179,0,0,212,210,211,179,213,179,210,179,210,179,212,210,211,179,213,212,210,211,179,213,212,210,211,179,213,212,210,211,179,213,212,210,211,179,212,210,211,179,213,212,210,211,179,213,212,210,211,179,213,212,212,212,212,212,210,210,210,210,210,211,211,211,211,211,179,179,179,179,179,213,213,213,213,213,212,212,210,211,211,179,179,213,212,212,212,212,210,210,210,211,179,179,179,179,179,179,179,179,179,213,213,212,212,210,211,179,213,212,212,212,210,211,179,213,212,210,211,179,213,211,212,210,211,179,213,211,213,212,211,213,212,210,211,179,210,210,212,210,211,179,213,212,210,211,179,213,212,210,211,179,213,212,210,211,179,213,212,211,179,212,210,211,179,179,213,213,212,210,211,179,213,212,210,211,179,213,213,212,210,211,179,213,213,0,221,221,221,220,220,0,221,220,220,221,220,221,220,220,220,220,220,221,221,220,221,221,220,220,221,220,221,220,220,220,220,220,221,220,0,220,221,220,221,220,221,220,221,220,221,616,617,616,617,617,617,0,0,0,53,65,0,53,65,65,53,65,0,0,65,65,65,65,65,65,225,53,65,226,225,53,65,226,225,53,65,226,225,53,65,226,225,53,65,226,65,65,0,225,0,226,65,65,65,65,65,65,65,53,65,65,225,53,65,226,226,225,53,65,226,65,65,65,225,53,65,226,225,53,65,226,65,225,53,226,65,53,0,226,226,225,53,65,226,65,225,53,53,65,65,65,65,226,225,53,65,226,0,225,53,65,226,53,65,225,53,65,226,235,225,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,0,0,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,240,241,0,237,251,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,249,0,237,238,245,246,248,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,0,247,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,250,250,237,251,239,239,244,249,244,239,249,249,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,244,239,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,0,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,264,264,264,0,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,252,252,252,0,252,252,252,252,252,252,252,252,252,252,252,252,252,252,252,252,252,252,252,252,252,252,252,252,252,252,252,252,252,252,252,0,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,253,253,253,253,253,253,253,253,253,253,253,253,253,0,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,0,0,0,0,0,0,0,0,0,0,266,267,268,269,270,271,272,273,274,270,268,266,267,268,269,270,271,272,273,274,266,267,268,269,270,271,272,273,274,0,270,270,266,267,268,269,270,271,272,273,274,266,267,268,269,270,271,272,273,274,266,267,268,269,270,271,272,273,274,270,0,270,270,270,270,270,268,268,268,266,267,268,269,270,271,272,273,274,270,270,270,270,270,270,270,266,267,268,269,270,271,272,273,274,268,268,268,268,268,268,268,269,266,267,268,269,270,271,272,273,274,268,268,268,270,266,267,268,269,270,271,272,273,274,266,267,268,269,270,270,271,272,273,274,266,267,268,269,270,271,272,273,274,270,270,270,270,268,266,267,268,269,270,271,272,273,274,266,267,268,269,270,271,272,273,274,270,270,270,270,270,0,270,270,268,268,268,270,270,267,270,270,270,271,270,270,270,274,270,270,270,270,272,268,268,268,268,273,266,274,266,267,268,269,270,271,272,273,274,270,270,270,270,266,267,268,269,270,271,272,273,274,266,267,268,269,270,271,272,273,274,266,267,268,269,270,271,272,273,274,267,270,270,270,270,270,270,270,266,267,268,269,270,271,272,273,274,270,0,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,0,278,278,278,278,278,278,0,280,280,280,280,280,280,280,280,280,280,280,280,280,280,280,280,280,280,280,280,280,275,275,0,0,276,295,0,0,0,0,281,0,0,0,0,276,0,296,276,281,276,0,296,281,0,296,0,276,0,276,0,296,276,0,296,0,281,281,0,295,277,277,275,275,275,282,283,284,285,286,287,288,289,290,291,292,293,294,281,276,275,277,295,296,288,286,281,276,275,277,293,282,283,284,285,286,287,288,289,290,291,292,293,294,281,276,275,277,295,296,282,283,284,285,286,287,288,289,290,291,292,293,294,281,276,275,277,295,296,288,282,283,284,285,286,287,288,289,290,291,292,293,294,282,283,284,285,286,287,288,289,290,291,292,293,294,281,276,275,277,295,296,282,283,284,285,286,287,288,289,290,291,292,293,294,281,276,275,277,295,296,292,281,276,275,277,0,281,276,275,277,292,282,283,284,285,286,287,288,289,290,291,292,293,294,281,276,275,277,285,284,295,296,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,282,283,284,285,286,287,288,289,290,291,292,293,294,281,276,275,277,295,296,281,281,281,281,281,276,276,276,276,276,275,275,275,275,275,277,277,277,277,277,285,285,282,283,284,285,286,287,288,289,290,291,292,293,294,281,276,275,277,295,296,282,283,284,285,286,287,288,289,290,291,292,293,294,281,276,275,277,295,296,281,276,275,277,282,283,284,285,286,287,288,289,290,291,292,293,294,281,276,275,277,295,296,281,276,275,277,281,276,275,277,289,289,292,292,282,283,284,285,286,287,288,289,290,291,292,293,294,281,276,275,277,295,296,282,283,284,285,286,287,288,289,290,291,292,293,294,281,276,275,277,295,296,281,276,275,277,0,285,292,285,282,293,289,295,296,286,289,282,283,292,285,281,276,275,277,294,294,0,285,284,285,289,287,288,286,285,290,282,283,284,285,286,287,288,289,290,291,292,293,294,281,276,275,277,295,296,282,282,283,284,285,286,287,288,289,290,291,292,293,294,281,281,276,276,275,275,277,277,295,296,282,283,284,285,286,287,288,289,290,291,292,293,294,281,276,275,277,295,296,282,283,284,285,286,287,288,289,290,291,292,293,294,281,276,275,277,295,296,283,292,291,282,283,284,285,286,287,288,289,290,291,292,293,294,281,276,275,277,295,296,0,0,0,302,0,302,299,300,301,302,299,300,301,302,299,300,301,302,299,300,301,299,300,301,302,299,300,301,302,299,300,301,302,299,300,301,302,299,300,301,302,299,299,300,301,302,299,300,301,302,299,300,301,302,301,299,300,301,302,299,300,301,302,302,299,299,299,300,301,302,299,300,301,302,299,300,301,302,299,300,301,302,301,299,300,301,302,297,297,0,0,297,303,297,297,303,297,303,297,303,303,297,303,297,297,297,303,297,303,303,297,297,297,297,297,297,303,303,303,303,297,303,297,297,303,297,297,297,303,297,303,297,297,303,0,297,303,303,303,297,303,297,297,303,297,303,297,303,297,304,304,304,0,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,0,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,0,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,0,558,557,0,0,0,555,555,558,556,0,0,560,561,0,561,564,564,564,564,564,564,564,564,0,564,564,0,563,0,568,0,568,0,0,567,0,0,566,0,565,567,0,0,569,570,0,570,573,0,573,573,0,0,573,571,571,572,0,574,0,574,576,576,0,576,0,575,577,577,0,0,0,0,0,0,0,0,312,0,0,0,0,0,310,0,0,279,313,310,0,0,313,0,0,0,0,310,0,0,310,0,0,0,0,0,0,313,279,0,0,0,0,0,311,0,0,0,310,0,310,311,310,0,0,310,0,310,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,313,310,0,0,0,0,313,313,311,0,312,312,0,314,315,316,140,317,318,141,319,320,321,135,322,323,324,218,325,326,327,328,329,330,308,331,332,333,334,335,336,337,338,339,279,310,311,340,341,342,306,343,344,345,346,347,348,312,349,350,351,313,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,358,0,140,141,316,319,358,358,360,362,360,351,0,351,0,306,306,308,308,308,348,279,310,311,312,313,0,347,355,355,320,314,315,316,140,317,318,141,319,320,321,135,322,323,324,218,325,326,327,328,329,330,308,331,332,333,334,335,336,337,338,339,279,310,311,340,341,342,306,343,344,345,346,347,348,312,349,350,351,313,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,314,315,316,140,317,318,141,319,320,321,135,322,323,324,218,325,326,327,328,329,330,308,331,332,333,334,335,336,337,338,339,279,310,311,340,341,342,306,343,344,345,346,347,348,312,349,350,351,313,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,323,314,315,316,140,317,318,141,319,320,321,135,322,323,324,218,325,326,327,328,329,330,308,331,332,333,334,335,336,337,338,339,340,341,342,306,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,324,314,315,316,140,317,318,141,319,320,321,135,322,323,324,218,325,326,327,328,329,330,308,331,332,333,334,335,336,337,338,339,279,310,311,340,341,342,306,343,344,345,346,347,348,312,349,350,351,313,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,314,315,316,140,317,318,141,319,320,321,135,322,323,324,218,325,326,327,328,329,330,308,331,332,333,334,335,336,337,338,339,279,310,311,340,341,342,306,343,344,345,346,347,348,312,349,350,351,313,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,324,306,279,310,311,312,313,279,310,311,312,313,0,348,347,349,337,306,359,354,360,360,0,314,315,316,140,317,318,141,319,320,321,135,322,323,324,218,325,326,327,328,329,330,308,331,332,333,334,335,336,337,338,339,279,310,311,340,341,342,306,343,344,345,346,347,348,312,349,350,351,313,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,348,358,325,326,327,328,338,314,323,365,324,358,314,315,316,140,317,318,141,319,320,321,135,322,323,324,218,325,326,327,328,329,330,308,331,332,333,334,335,336,337,338,339,340,341,342,306,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,0,314,315,316,140,317,318,141,319,320,321,135,322,323,324,218,325,326,327,328,329,330,308,331,332,333,334,335,336,337,338,339,279,310,311,340,341,342,306,343,344,345,346,347,348,312,349,350,351,313,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,279,279,279,279,279,310,310,310,310,310,311,311,311,311,311,312,312,312,312,312,313,313,313,313,313,351,351,0,324,345,218,314,315,316,140,317,318,141,319,320,321,135,322,323,324,218,325,326,327,328,329,330,308,331,332,333,334,335,336,337,338,339,279,310,311,340,341,342,306,343,344,345,346,347,348,312,349,350,351,313,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,318,314,315,316,140,140,317,318,141,141,319,320,321,135,135,322,323,324,218,218,325,326,327,328,329,330,308,331,332,333,334,335,336,337,338,339,279,310,311,340,341,342,306,343,344,345,346,347,348,312,349,350,351,313,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,279,310,311,312,313,314,315,316,140,317,318,141,319,320,321,135,322,323,324,218,325,326,327,328,329,330,308,331,332,333,334,335,336,337,338,339,279,310,311,340,341,342,306,343,344,345,346,347,348,312,349,350,351,313,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,279,310,311,312,313,0,306,279,310,311,312,313,308,358,0,331,357,357,0,351,351,351,360,0,0,361,0,321,0,335,324,339,357,354,360,347,353,351,342,354,360,351,359,351,359,351,314,315,316,140,317,318,141,319,320,321,135,322,323,324,218,325,326,327,328,329,330,308,331,332,333,334,335,336,337,338,339,279,310,311,340,341,342,306,343,344,345,346,347,348,312,349,350,351,313,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,314,315,316,140,317,318,141,319,320,321,135,322,323,324,218,325,326,327,328,329,330,308,331,332,333,334,335,336,337,338,339,279,310,311,340,341,342,306,343,344,345,346,347,348,312,349,350,351,313,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,140,279,310,311,312,313,317,317,317,329,330,356,314,324,324,354,360,357,360,356,357,360,360,320,353,360,360,357,366,357,345,322,324,315,314,323,337,340,356,364,351,351,0,334,354,355,358,360,362,279,310,311,312,313,315,332,346,140,366,319,356,140,140,0,350,362,306,306,135,306,140,365,347,347,334,335,351,325,326,327,328,338,0,306,308,357,306,140,347,314,306,344,341,335,0,0,318,318,333,336,314,314,350,350,360,135,342,321,342,351,359,351,314,315,316,140,317,318,141,319,320,321,135,322,323,324,218,325,326,327,328,329,330,308,331,332,333,334,335,336,337,338,339,279,310,311,340,341,342,306,343,344,345,346,347,348,312,349,350,351,313,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,363,306,344,306,344,0,351,314,315,316,140,317,318,141,319,320,321,135,322,323,324,218,325,326,327,328,329,330,308,331,332,333,334,335,336,337,338,339,279,279,310,310,311,311,340,341,342,306,343,344,345,346,347,348,312,312,349,350,351,313,313,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,314,315,316,140,317,318,141,319,320,321,135,322,323,324,218,325,326,327,328,329,330,308,331,332,333,334,335,336,337,338,339,279,310,311,340,341,342,306,343,344,345,346,347,348,312,349,350,351,313,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,323,314,315,316,140,317,318,141,319,320,321,135,322,323,324,218,325,326,327,328,329,330,308,331,332,333,334,335,336,337,338,339,279,310,311,340,341,342,306,343,344,345,346,347,348,312,349,350,351,313,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,348,340,218,351,351,351,321,364,324,324,314,329,330,341,322,323,341,314,315,316,140,317,318,141,319,320,321,135,322,323,324,218,325,326,327,328,329,330,308,331,332,333,334,335,336,337,338,339,279,310,311,340,341,342,306,343,344,345,346,347,348,312,349,350,351,313,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,346,135,0,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,0,371,371,371,371,371,371,371,371,371,371,371,371,371,371,371,371,371,371,371,371,371,307,307,0,307,307,307,307,307,307,307,307,307,307,307,307,307,307,307,307,307,307,307,307,307,307,307,307,307,307,307,307,307,307,307,307,307,307,307,372,372,0,372,372,372,372,372,372,372,372,372,372,372,372,372,372,372,372,372,372,372,373,373,0,373,373,373,373,373,373,373,373,373,373,373,373,373,373,373,373,373,373,373,373,373,373,374,374,374,374,0,374,374,374,374,374,374,374,374,374,374,374,374,374,374,374,374,374,374,374,0,375,375,375,375,375,375,375,375,375,375,375,375,375,375,375,375,375,375,375,375,0,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,0,379,0,379,0,377,378,379,377,377,378,379,377,378,379,378,378,378,377,378,377,378,379,377,378,379,377,378,378,377,378,379,377,378,379,377,378,379,377,378,379,377,378,379,377,378,379,0,377,378,379,377,378,379,379,378,378,378,377,378,379,377,378,379,377,378,379,377,378,379,377,378,379,0,0,0,0,0,380,381,382,383,384,384,380,381,382,383,384,380,381,382,383,384,0,380,0,0,380,381,382,383,384,380,381,382,383,384,380,381,382,383,384,382,383,380,381,382,383,384,380,381,382,383,384,380,381,382,383,384,380,381,382,383,384,380,381,382,383,384,380,381,382,383,384,380,381,382,383,384,380,381,382,383,384,380,380,380,381,382,383,384,380,381,382,383,384,380,381,382,383,384,380,381,382,383,384,380,381,382,383,384,389,0,389,389,389,0,389,0,389,0,0,389,385,386,387,388,389,388,388,388,386,386,385,386,387,388,389,385,386,387,388,389,385,386,387,388,385,386,387,388,389,385,386,387,388,389,387,385,386,387,388,389,385,386,387,388,389,385,386,387,388,389,385,386,387,388,389,385,386,387,388,389,385,386,387,388,389,385,386,387,388,389,385,386,387,388,389,385,389,0,387,388,388,388,388,388,385,386,387,388,389,388,385,385,386,387,388,389,385,386,387,388,389,385,386,387,388,389,385,386,387,388,389,0,390,390,390,390,390,390,390,390,390,390,390,390,390,390,390,390,390,390,390,390,0,391,391,391,391,391,391,391,391,391,391,391,391,391,391,391,391,391,391,0,391,391,392,392,0,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,0,393,393,393,393,393,393,393,393,393,393,393,393,393,393,393,393,393,393,393,393,393,393,309,309,0,309,309,309,309,309,309,309,309,309,309,309,309,309,309,309,309,309,309,309,309,309,309,309,309,309,309,309,309,309,309,309,309,0,401,0,401,0,0,401,0,0,0,401,0,394,395,396,397,398,399,400,401,400,398,394,395,396,397,398,399,400,401,394,395,396,397,398,399,400,401,394,395,396,397,398,399,400,394,395,396,397,398,399,400,401,394,395,396,397,398,399,400,401,395,395,399,0,394,395,396,397,398,399,400,401,394,395,396,397,398,399,400,401,394,395,396,397,398,399,400,401,395,394,395,396,397,398,399,400,401,394,395,396,397,398,399,400,401,394,395,396,397,398,399,400,401,395,398,394,395,396,397,398,399,400,401,394,395,396,397,398,399,400,401,397,401,399,395,0,394,395,396,395,395,395,395,396,398,395,395,394,395,396,397,398,399,400,401,394,395,396,397,398,399,400,401,394,395,396,397,398,399,400,401,394,395,396,397,398,399,400,401,394,395,396,397,398,399,400,401,0,403,403,403,403,403,403,403,403,403,403,403,403,403,403,403,403,403,403,403,403,404,0,404,404,404,404,404,404,404,404,404,404,404,404,404,404,404,404,404,404,404,404,0,405,405,405,405,405,405,405,405,405,405,405,405,405,0,405,405,405,405,405,405,405,0,0,407,407,406,407,406,407,406,407,406,406,407,406,407,406,407,406,407,406,407,406,407,406,407,406,407,406,407,406,407,407,406,407,406,407,406,407,406,407,406,407,0,408,408,408,408,408,408,408,408,408,408,408,408,408,408,408,408,408,408,408,408,408,367,367,0,367,367,367,367,367,367,367,367,367,367,367,367,367,367,367,367,367,367,367,367,367,367,367,367,367,367,367,367,367,367,367,367,409,0,409,409,409,409,409,409,409,409,409,409,409,409,409,409,409,409,409,409,409,410,410,0,410,410,410,410,410,410,410,410,410,410,410,410,410,410,410,410,410,410,410,370,370,0,370,370,370,370,370,370,370,370,370,370,370,370,370,370,370,370,370,370,370,370,370,370,370,370,370,370,370,370,370,370,370,411,0,411,411,411,411,411,411,411,411,411,411,411,411,411,411,411,411,411,411,411,412,0,412,0,368,368,368,412,368,368,412,368,412,368,412,368,412,368,368,368,412,412,368,412,368,368,368,368,368,368,412,368,412,368,368,412,368,368,368,412,368,412,368,412,368,368,412,368,368,412,368,412,368,412,368,412,413,413,0,369,369,369,0,369,413,369,369,413,369,413,369,413,369,413,369,369,369,413,413,369,413,369,369,369,369,369,369,413,369,413,369,369,413,369,369,369,413,369,413,369,413,369,369,413,369,369,413,369,413,369,413,369,413,0,414,414,414,414,414,414,414,414,414,414,414,414,414,414,414,414,414,414,414,414,0,0,0,0,0,0,138,143,415,142,51,138,138,143,415,142,51,138,143,415,142,51,138,143,415,142,51,138,143,415,142,51,138,143,415,142,51,0,51,138,143,415,142,51,138,143,415,142,51,0,51,138,143,415,142,51,138,143,415,142,51,138,143,143,415,142,142,51,51,51,138,143,415,142,51,138,143,143,143,138,138,143,415,142,51,138,143,415,142,51,142,0,142,415,415,143,142,142,0,143,51,51,142,142,143,138,143,415,142,51,138,143,415,142,51,138,143,415,142,51,138,143,415,142,51,138,143,415,142,51,0,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,0,416,416,416,416,416,0,417,417,417,417,417,417,417,417,417,417,417,417,417,417,417,417,417,417,417,417,417,0,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,419,419,0,419,419,419,419,419,419,419,419,419,419,419,419,419,419,419,419,419,419,419,0,0,421,421,420,421,420,421,420,421,420,420,421,420,421,420,421,420,421,420,421,420,421,420,421,420,421,420,421,420,421,420,421,420,421,420,421,420,421,420,421,420,421,0,0,0,0,0,0,0,0,0,0,0,0,422,86,423,424,425,426,427,428,429,430,431,431,431,423,422,431,423,431,422,86,423,424,425,426,427,428,429,430,431,422,86,423,424,425,426,427,428,429,430,431,422,86,423,424,425,426,427,428,429,430,431,422,86,423,424,425,426,427,428,429,430,431,422,86,423,424,425,426,427,428,429,430,431,86,426,431,431,427,427,422,86,423,424,425,426,427,428,429,430,431,431,431,423,423,428,431,431,431,431,427,422,86,423,424,425,426,427,428,429,430,431,430,422,86,423,424,425,426,427,428,429,430,431,0,0,0,424,431,426,424,422,86,423,424,425,426,427,428,429,430,431,431,422,86,423,424,425,426,427,428,429,430,431,422,86,423,424,425,426,427,428,429,430,431,427,431,422,86,423,424,425,426,427,428,429,430,431,422,86,423,424,425,426,427,428,429,430,431,0,0,0,431,431,431,424,431,86,424,426,431,424,427,431,423,427,428,427,431,425,423,431,423,431,431,423,423,423,423,431,423,431,431,422,86,423,424,425,426,427,428,429,430,431,431,431,431,423,424,424,422,86,86,86,423,424,424,424,425,426,427,428,429,430,431,422,86,423,424,425,426,427,428,429,430,431,422,86,423,424,425,426,427,428,429,430,431,431,431,424,422,86,423,424,425,426,427,428,429,430,431,434,0,434,434,434,434,434,434,434,434,434,434,434,434,434,434,434,434,434,434,434,434,0,435,435,435,435,435,435,435,435,435,435,435,435,435,435,435,435,435,435,435,435,433,0,433,433,433,433,433,433,433,433,433,433,433,433,433,433,433,433,433,433,433,433,433,433,433,433,433,433,433,433,433,433,433,433,433,0,432,0,0,439,0,0,432,436,437,438,432,439,432,437,436,436,437,438,432,439,436,437,438,432,439,436,437,438,436,437,438,432,439,436,437,438,432,439,432,432,0,436,437,438,432,439,436,437,438,439,436,437,438,432,439,432,432,432,432,432,436,437,438,432,439,436,437,438,432,439,432,436,437,438,432,439,432,432,436,437,438,432,439,436,437,438,432,439,432,439,432,436,437,438,432,439,436,437,438,432,432,439,436,437,438,432,439,436,437,438,432,439,436,437,438,432,439,0,0,441,440,441,440,441,440,441,440,440,441,440,441,440,441,440,441,440,441,440,441,440,441,440,441,440,441,440,441,441,440,441,440,441,440,441,440,441,440,441,442,0,442,442,442,442,442,442,442,442,442,442,442,442,442,442,442,442,442,442,442,442,444,444,444,0,444,444,0,443,444,443,444,443,444,443,443,444,443,444,443,444,443,444,443,444,443,444,443,444,443,444,443,444,443,444,444,443,443,444,443,444,443,444,443,444,443,444,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,446,447,460,453,450,463,450,450,450,451,455,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,449,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,458,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,451,451,451,465,448,464,467,445,451,0,458,447,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,460,445,449,450,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,450,466,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,449,451,451,461,0,449,459,453,445,451,454,451,452,451,445,445,451,453,465,451,451,451,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,461,464,460,447,445,450,465,451,451,463,451,447,451,465,445,447,459,461,462,465,452,457,458,454,449,445,447,452,452,454,463,451,451,451,457,462,0,449,458,448,0,452,445,451,0,463,451,445,447,465,445,447,465,451,445,445,454,454,445,447,465,445,447,465,452,452,452,452,452,452,452,0,445,451,445,451,452,0,0,0,445,449,448,454,451,451,451,445,454,450,460,455,454,451,449,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,448,447,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,445,447,451,465,465,445,0,465,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,0,0,472,472,472,472,472,472,472,472,472,472,472,472,472,472,472,472,472,472,472,472,473,473,0,473,473,473,473,473,473,473,473,473,473,473,473,473,473,473,473,473,473,473,473,473,473,473,473,473,474,0,474,474,474,474,474,474,474,474,474,474,474,474,474,474,474,474,474,474,474,474,0,0,475,476,0,475,475,476,475,476,475,476,475,476,475,476,475,476,475,476,475,476,475,476,475,476,475,476,475,476,475,476,0,476,475,476,475,476,475,476,475,476,475,476,0,0,485,0,485,485,0,485,0,485,0,485,0,485,0,485,0,485,477,478,479,480,481,482,483,484,485,477,478,479,480,481,482,483,484,485,477,478,479,480,481,482,483,484,485,477,478,479,480,481,482,483,484,477,478,479,480,481,482,483,484,485,477,478,479,480,481,482,483,484,485,477,478,479,480,481,482,483,484,483,484,479,481,483,484,481,482,485,477,478,479,480,481,482,483,484,485,477,478,479,480,481,482,483,484,485,482,477,478,479,480,481,482,483,484,485,477,478,479,480,481,482,483,484,485,477,478,479,480,481,482,483,484,485,479,482,477,478,479,480,481,482,483,484,485,477,478,479,480,481,482,483,484,485,485,0,483,484,484,479,484,484,477,478,479,480,481,482,483,484,485,477,478,479,480,481,482,483,484,485,477,478,479,480,481,482,483,484,485,477,478,479,480,481,482,483,484,485,477,478,479,480,481,482,483,484,485,486,486,0,486,486,486,486,486,486,486,486,486,486,486,486,486,486,486,486,486,486,486,486,486,486,486,486,486,486,486,486,486,486,486,0,488,0,487,488,487,488,487,488,487,487,488,487,488,487,488,487,488,487,488,487,488,487,488,487,488,487,488,487,488,488,487,487,488,487,488,487,488,487,488,487,488,471,489,471,490,0,471,490,0,490,489,0,471,471,471,489,490,471,471,489,490,471,489,490,471,489,490,471,489,490,471,471,471,489,490,489,490,471,489,490,471,471,471,471,471,471,489,490,471,489,490,471,471,489,490,471,471,471,489,490,471,489,490,471,489,490,471,471,489,490,471,471,489,490,471,489,490,471,489,490,471,489,490,0,0,0,0,0,0,491,491,492,493,494,495,496,491,491,494,492,493,494,495,496,491,492,493,494,495,496,491,492,493,494,495,496,492,493,494,495,496,491,492,493,494,495,496,491,491,491,492,493,492,493,494,495,496,491,492,493,494,495,496,492,493,494,495,496,491,491,491,491,491,491,492,493,494,495,496,491,495,495,492,493,494,495,496,491,491,492,493,494,495,496,491,491,491,492,493,494,495,496,491,492,493,494,495,496,491,491,494,496,492,493,495,491,496,0,0,495,492,493,494,495,496,491,492,493,494,495,496,491,491,492,493,494,495,496,491,492,493,494,495,496,491,492,493,494,495,496,491,0,497,497,497,497,497,497,497,497,497,497,497,497,497,497,497,497,497,497,497,497,0,498,498,498,498,498,498,498,498,498,498,498,498,498,498,498,498,498,498,498,498,0,499,499,499,499,499,499,499,499,499,499,499,499,499,499,499,499,499,499,499,499,499,499,499,499,505,504,504,0,0,504,469,0,505,505,505,0,0,0,468,469,0,468,0,504,500,501,502,503,468,469,504,505,468,469,500,501,502,503,468,469,504,505,500,501,502,503,468,469,504,505,500,501,502,503,500,501,502,503,468,469,504,505,500,501,502,503,468,469,504,505,500,468,469,468,469,502,500,501,502,503,468,469,502,504,505,500,501,502,503,504,505,500,501,502,503,468,469,504,505,468,468,468,468,468,469,469,469,469,469,500,501,502,503,468,469,504,505,500,501,502,503,468,469,504,505,468,469,500,501,502,503,468,469,504,505,468,469,503,503,468,469,0,500,501,502,503,468,469,504,505,500,501,502,503,468,469,504,505,468,469,503,504,505,468,469,501,500,501,500,501,502,503,468,469,504,505,500,500,501,502,503,468,468,469,469,504,505,500,501,502,503,468,469,504,505,500,501,502,503,468,469,504,505,0,502,500,501,502,503,468,469,504,505,0,511,0,511,0,511,0,511,0,0,511,506,507,508,509,510,511,506,507,508,509,510,511,506,507,508,509,510,511,506,507,508,509,510,506,507,508,509,510,511,506,507,508,509,510,511,506,507,508,509,510,511,506,507,508,509,510,511,506,507,508,509,510,511,506,507,508,509,510,511,506,507,508,509,510,511,506,507,508,509,510,511,506,506,507,508,509,510,511,506,507,508,509,510,511,510,511,507,509,507,506,508,506,507,508,509,510,511,506,507,508,509,510,511,506,507,508,509,510,511,507,506,507,508,509,510,511,506,507,508,509,510,511,0,512,512,512,512,512,512,512,512,512,512,512,512,512,512,512,512,512,512,512,512,512,0,516,0,516,0,516,516,0,513,514,515,516,513,514,515,516,513,514,515,516,513,514,515,513,514,515,516,513,514,515,516,513,514,515,516,513,514,515,516,513,514,515,516,513,514,515,516,513,514,515,516,513,514,515,516,513,514,515,516,513,514,515,516,516,514,513,514,515,516,513,514,515,516,513,514,515,516,513,514,515,516,514,513,514,515,516,470,470,470,0,470,470,470,470,470,470,470,470,470,470,470,470,470,470,470,470,470,470,470,470,470,470,470,470,470,470,470,470,470,470,470,0,518,0,517,518,517,518,517,518,517,517,518,517,518,517,0,517,518,517,518,517,518,517,518,517,518,517,518,517,517,518,517,518,518,517,517,517,517,517,517,517,518,517,518,517,518,517,518,517,517,518,517,519,0,519,519,519,519,519,519,519,519,519,519,519,519,519,519,519,519,519,519,519,0,0,0,0,520,520,520,520,520,520,0,0,520,520,520,520,520,520,520,520,520,520,520,520,520,0,523,523,523,523,523,523,523,523,523,523,523,523,523,523,523,523,523,523,523,523,523,523,523,523,523,523,0,0,536,536,537,537,537,537,537,537,537,537,536,536,537,537,537,537,537,537,537,537,537,537,537,537,537,536,537,537,537,537,537,537,0,0,0,0,0,0,0,232,67,228,528,542,543,0,0,542,232,67,228,528,542,543,232,67,228,528,542,543,542,67,232,67,228,528,542,543,232,67,228,528,542,543,232,67,228,528,542,543,67,528,232,67,228,528,542,543,232,67,228,528,542,543,232,67,228,528,542,543,232,228,232,67,228,528,542,543,232,67,228,528,542,543,232,67,228,528,542,543,228,232,67,228,528,542,543,232,67,228,528,542,543,542,232,228,67,528,528,0,542,232,228,228,67,528,232,228,528,232,67,228,528,542,543,232,232,67,228,528,542,543,232,67,228,528,542,543,542,232,67,228,528,542,543,232,67,228,528,542,232,67,232,67,228,528,542,543,0,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,0,0,544,544,545,545,545,545,545,545,545,545,544,545,545,545,545,545,545,545,545,545,545,545,545,545,544,545,545,545,545,545,545,0,546,546,546,546,546,546,546,546,546,546,546,546,546,546,546,546,546,546,546,546,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,547,548,549,550,551,552,553,554,555,556,557,558,547,548,549,550,551,552,553,554,555,556,557,558,547,548,549,550,551,552,553,554,555,556,557,558,558,547,548,549,550,551,552,553,554,555,556,557,558,547,548,549,550,551,552,553,554,555,556,557,558,547,548,549,550,551,552,553,554,555,556,557,558,547,548,549,550,551,552,553,554,555,556,557,558,0,547,548,549,550,551,552,553,554,555,556,557,558,548,547,548,549,550,551,552,553,554,555,556,557,558,554,547,548,549,550,551,552,553,554,555,556,557,558,547,548,549,550,551,552,553,554,555,556,557,558,547,548,549,550,551,552,553,554,555,556,557,558,557,0,550,547,548,549,550,551,552,553,554,555,556,557,558,547,548,549,550,551,552,553,554,555,556,557,558,554,0,547,550,552,553,0,0,555,0,555,554,549,551,558,548,0,556,0,549,547,548,549,550,551,552,553,554,555,556,557,558,547,548,549,550,551,552,553,554,555,556,557,558,547,548,549,550,551,552,553,554,555,556,557,558,547,548,549,550,551,552,553,554,555,556,557,558,554,0,547,548,549,550,551,552,553,554,555,556,557,558,559,0,559,559,559,559,559,559,559,559,559,559,559,559,559,559,559,559,559,559,559,559,0,560,560,560,560,560,560,560,560,560,560,560,560,0,560,560,560,560,560,560,560,560,561,0,561,561,561,561,561,561,561,561,561,561,561,561,561,561,561,561,561,561,561,561,0,562,562,562,562,562,562,562,562,562,562,562,562,562,562,562,562,562,562,562,562,564,564,564,564,564,564,564,564,0,564,564,0,563,564,563,564,563,564,563,563,564,563,564,563,564,563,564,563,564,563,564,563,564,563,564,563,564,563,564,564,563,563,564,563,564,563,564,563,564,563,564,0,568,0,568,0,0,565,566,567,568,565,566,567,568,565,566,567,568,565,566,567,565,566,567,568,565,566,567,568,565,566,567,568,565,566,567,568,565,566,567,568,565,566,567,568,565,566,567,568,565,566,567,568,567,565,566,567,568,565,566,567,568,0,0,566,568,0,565,565,566,567,568,567,565,566,567,568,565,566,567,568,565,566,567,568,565,566,567,568,0,0,569,570,569,570,569,570,569,570,569,570,569,570,569,570,569,570,569,570,569,570,569,570,569,570,569,570,569,570,569,570,0,570,569,570,569,570,569,570,569,570,569,570,573,0,573,573,0,0,573,571,572,573,571,572,573,571,572,573,571,572,571,572,573,571,572,573,571,572,573,571,572,573,571,572,573,571,572,573,571,572,573,571,572,573,571,571,572,573,571,572,573,571,573,572,0,571,572,573,571,572,573,571,572,573,571,572,573,571,572,573,574,0,574,574,574,574,574,574,574,574,574,574,574,574,574,574,574,574,574,574,574,574,576,576,0,576,0,575,576,575,576,575,576,575,575,576,575,576,575,576,575,576,575,576,575,576,575,576,575,576,575,576,575,576,575,576,575,576,575,576,575,576,575,576,575,576,577,577,0,577,577,577,577,577,577,577,577,577,577,577,577,577,577,577,577,577,577,577,0,578,578,578,578,578,578,578,578,578,578,578,578,578,578,0,578,578,578,578,578,578,579,0,579,579,579,579,579,579,579,579,579,579,579,579,579,579,579,579,579,579,579,0,0,581,580,581,580,581,580,581,580,580,581,580,581,580,581,580,581,580,581,580,581,580,581,580,581,580,581,580,581,580,581,580,581,580,581,580,581,580,581,580,581,582,582,0,582,582,582,582,582,582,582,582,582,582,582,582,582,582,582,582,582,582,582,582,582,582,584,584,584,0,0,584,584,584,583,584,583,584,583,584,583,583,584,583,584,583,584,583,584,583,584,583,584,583,584,583,584,583,584,583,584,584,583,584,583,584,583,584,583,584,583,584,0,0,0,585,586,585,586,585,586,585,586,585,586,585,586,585,586,585,586,585,586,585,586,585,586,585,586,585,586,585,586,585,586,0,0,585,585,586,585,586,585,586,585,586,585,586,0,587,587,587,587,587,587,587,587,587,587,587,587,587,587,0,587,587,587,587,587,587,588,0,588,588,588,588,588,588,588,588,588,588,588,588,588,588,588,588,588,588,588,0,593,0,593,0,0,593,0,593,589,590,591,592,593,589,590,591,592,593,589,590,591,592,593,589,590,591,592,589,590,591,592,593,589,590,591,592,593,589,590,591,592,593,589,590,591,592,593,589,590,591,592,593,589,590,591,592,593,589,590,591,592,593,589,590,591,592,593,589,590,591,592,593,589,590,591,592,593,593,589,590,591,592,593,589,590,591,592,593,589,590,591,592,593,589,590,591,592,593,589,590,591,592,593,0,0,594,594,594,594,594,594,0,594,594,594,594,594,594,594,594,594,594,594,594,594,594,594,0,599,0,0,599,0,599,599,0,595,596,597,598,599,595,596,597,598,599,595,596,597,598,599,595,596,597,598,595,596,597,598,599,595,596,597,598,599,595,596,597,598,596,597,598,599,595,596,597,598,599,595,596,597,598,599,595,596,597,598,599,595,596,597,598,599,595,596,597,598,599,595,596,597,598,599,595,596,597,598,599,598,599,598,596,597,595,596,597,598,599,595,596,597,598,599,595,596,597,598,599,595,596,597,598,599,595,595,596,597,598,599,0,0,0,402,402,402,0,0,0,0,600,601,602,603,604,605,402,402,600,601,602,603,604,605,402,600,601,602,603,604,605,402,600,601,602,603,604,605,600,601,602,603,604,605,402,600,601,602,603,604,605,402,402,402,600,601,602,603,604,605,402,601,601,600,601,602,603,604,605,603,604,605,600,601,602,603,604,605,402,402,402,402,402,402,600,601,602,603,604,605,402,0,600,601,602,603,604,605,402,402,600,601,602,603,604,605,402,402,402,600,601,602,603,604,605,402,600,601,602,603,604,605,402,402,602,602,601,402,602,601,603,604,605,600,601,602,603,604,605,402,600,601,602,603,604,605,402,402,600,601,602,603,604,605,402,600,601,602,603,604,605,402,600,600,601,602,603,604,605,402,0,606,606,606,606,606,606,606,606,606,606,606,606,606,606,606,606,606,606,606,606,606,606,606,606,606,606,606,606,606,606,606,606,606,606],"f":[0,0,0,0,[1],[1],0,[2,2],[2,2],[2,2],[2,2],[[]],[[]],[[]],[[]],[[]],[[]],0,[3,3],[4,4],[[]],[[]],0,0,[[],2],0,[[],2],0,0,[[],3],[[],4],[5,[[6,[4]]]],0,[[4,4],7],0,0,[[3,8],9],[[10,8],9],[[4,8],9],[[]],[[]],[[]],[11,[[6,[3,12]]]],[11,[[6,[10,12]]]],[11,[[6,[3,12]]]],[11,[[6,[10,12]]]],[[]],[[]],[[],[[14,[13]]]],[[],[[14,[13]]]],0,0,[[]],[[]],[[]],[[],15],[[],15],[[],15],[16,17],0,0,0,0,0,0,0,0,0,[[],[[19,[18]]]],[[],20],[[4,21],6],0,[[]],[[]],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],22],[[],22],[[],22],[[3,11],[[6,[12]]]],[[10,11],[[6,[12]]]],[[3,11],[[6,[12]]]],[[10,11],[[6,[12]]]],0,[[]],[[]],[[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[1],[1],0,[23,[[14,[0]]]],0,[2,2],[2,2],[[]],[[]],[[]],[[]],[24,24],[23,23],[[]],[[]],0,0,[[],24],[10,25],[[24,24],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[24,8],[[6,[26]]]],[[24,8],9],[[23,8],9],[[]],[[]],[11,[[6,[23,12]]]],[11,[[6,[23,12]]]],[[]],[[]],[18,[[6,[24]]]],0,[18,7],[[]],[[]],[[],15],[[],15],0,0,0,0,0,0,0,[[]],[[]],[[],20],[18,[[6,[24]]]],[[],6],[[],6],[[],6],[[],6],[[],22],[[],22],[[23,11],[[6,[12]]]],[[23,11],[[6,[12]]]],[[]],[[]],0,0,[1],[2,2],[2,2],[[]],[[]],[27,27],[[]],[[],27],[[],28],[[27,8],9],[[]],[11,[[6,[27,12]]]],[11,[[6,[27,12]]]],[[]],[[],[[14,[13]]]],[[]],[[],15],0,0,0,0,[[27,[29,[4]],30],25],0,[[]],[[],6],[[],6],[[],22],[[27,11],[[6,[12]]]],[[27,11],[[6,[12]]]],[[]],0,0,[1],[2,2],[2,2],[[]],[[]],[31,31],[[]],0,[[31,8],9],[[]],[11,[[6,[31,12]]]],[11,[[6,[31,12]]]],[[]],[31,25],[[],[[14,[13]]]],[[]],[[],15],0,[[]],[[],6],[[],6],[[],22],[[31,11],[[6,[12]]]],[[31,11],[[6,[12]]]],[[]],0,0,[1],[2,2],[2,2],[[]],[[]],[32,32],[[]],[[],28],[[32,8],9],[[]],[11,[[6,[32,12]]]],[11,[[6,[32,12]]]],[[]],[[],[[14,[13]]]],[[]],[[],15],[[32,[29,[4]],30],25],0,0,0,0,0,[[]],[[],6],[[],6],[[],22],[[32,11],[[6,[12]]]],[[32,11],[[6,[12]]]],[[]],0,0,0,[[],28],0,0,0,0,[[3,[29,[4]],30],25],0,0,0,0,[1],[1],0,[2,2],[2,2],[2,2],[2,2],[[]],[[]],[[]],[[]],[33,33],[34,34],[[]],[[]],0,[[33,8],9],[[34,8],9],[[]],[[]],[11,[[6,[33,12]]]],[11,[[6,[34,12]]]],[11,[[6,[33,12]]]],[11,[[6,[34,12]]]],[[]],[[]],[[],[[14,[13]]]],[18,7],[[]],[[]],[[],15],[[],15],[34,25],[[]],[[]],[[],6],[[],6],[[],6],[[],6],[[],22],[[],22],[[33,11],[[6,[12]]]],[[34,11],[[6,[12]]]],[[33,11],[[6,[12]]]],[[34,11],[[6,[12]]]],[[]],[[]],0,0,[1],[2,2],[2,2],[[]],[[]],[35,35],[[]],[[],35],[[35,8],9],[[]],[11,[[6,[35,12]]]],[11,[[6,[35,12]]]],[[]],[[],[[14,[13]]]],[[]],[[],15],0,0,[[35,[29,[4]],30],25],[[]],[[],6],[[],6],[[],22],[[35,11],[[6,[12]]]],[[35,11],[[6,[12]]]],[[]],0,0,0,[1],[1],[[]],[[]],[[]],[[]],[36,36],[37,37],[[]],[[]],[37,7],[[],36],[[],37],[37,[[38,[20,36]]]],[[37,20],[[38,[20,36]]]],[5,[[6,[36]]]],[5,[[6,[37]]]],[36,39],[37,39],[[37,20],[[40,[20,36]]]],[[36,36],7],[[37,37],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[36,8],9],[[37,8],9],[[]],[36,37],[[[41,[20,36]]],37],[42,37],[[]],[[[42,[36]]],37],[43,37],[43,37],[[]],[[]],[[37,18],[[14,[[44,[20,36]]]]]],[37,[[14,[[44,[20,36]]]]]],[37,[[14,[[38,[20,36]]]]]],[[37,18],[[14,[[38,[20,36]]]]]],[[36,[46,[45]]]],[[37,36],[[14,[36]]]],[[37,[46,[45]]]],[[]],[[]],[[],15],[[],15],[[],7],[37,[[47,[20,36]]]],[16,17],[16,17],[37,39],0,[[36,36]],[[37,37]],0,[[[46,[20]],[46,[48]]],36],[[[46,[48]]],36],[[[46,[45]]],37],[[37,49],14],[[37,50],14],[[],[[19,[18]]]],[[],20],[[],20],[[36,21],6],[[37,21],6],[[]],[[]],[[],6],[51,[[6,[36]]]],[[],6],[[],6],[[],6],[[],22],[[],22],[[36,52]],[[37,52]],[[]],[[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[1],[1],[1],[1],[[4,53],25],[4],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[54,54],[[[56,[55]]],[[56,[55]]]],[57,57],[58,58],[[]],[[]],[[]],[[]],0,0,[[],[[56,[59]]]],[[],57],[[54,18],[[6,[60]]]],[5,[[6,[54]]]],[5,[[6,[[56,[61]]]]]],[5,[[6,[[64,[[63,[62]]]]]]]],[5,[[6,[57]]]],[5,[[6,[58]]]],[[4,18,65,[66,[20]]],[[6,[67,68]]]],[[],56],[[54,54],7],[[[56,[69]],[56,[69]]],7],[[57,57],7],[[58,58],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],0,[[54,8],9],[[70,8],9],[[70,8],9],[[[56,[71]],8],9],[[57,8],9],[[58,8],9],[72,54],[[]],[[]],[60,70],[[],56],[73],[14,56],[[]],[[]],[[]],[[]],[[],58],[74,[[6,[4,75]]]],[[]],[[]],[[]],[[]],0,[[]],[[]],[[]],[[]],[[]],[[]],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],7],[56,7],[16,17],[16,17],[16,17],[16,17],0,[[[56,[59]]],[[29,[59]]]],[[[56,[[0,[55,59]]]],76]],0,[[[46,[14]]],56],[77],0,[[[56,[[0,[78,59]]]],79],[[82,[[81,[80]]]]]],[[[56,[59]]]],[[],[[19,[18]]]],[[],[[19,[18]]]],[[],[[19,[18]]]],[[],20],[[],20],[[],20],[[],20],[[54,21],6],[[[56,[83]],21],6],[[[84,[[66,[62]]]],21],6],[[57,21],6],[[58,21],6],[70,[[14,[85]]]],[[[56,[59]],[29,[59]]]],[[[56,[59]],[29,[59]]]],[[]],[[]],[[]],[[]],[[],20],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[86,[[6,[58]]]],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[[56,[[0,[59,69]]]],[56,[[0,[59,69]]]]]],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],0,[[]],[[]],[[]],[[]],[[]],[[]],0,[[56,[0,[50,87,88]]]],[[],[[56,[59]]]],[[[56,[[0,[78,59]]]],89],[[82,[[81,[80]]]]]],0,0,0,[1],[2,2],[2,2],[[]],[[]],[90,90],[[]],[[90,8],9],[[]],[11,[[6,[90,12]]]],[11,[[6,[90,12]]]],[[]],[18,7],[[]],[[],15],0,[[90,[29,[4]],[14,[52]]],[[91,[25]]]],[76,25],[[]],[[],6],[[],6],[[],22],[[90,11],[[6,[12]]]],[[90,11],[[6,[12]]]],[[]],0,0,0,0,[[92,[84,[18]],[29,[4]],[14,[52]]],93],[[92,[84,[18]],[29,[4]]],93],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],0,0,[[],[[95,[20,20,94]]]],[[],[[95,[20,20,94]]]],[[],[[95,[20,20,94]]]],[[],[[95,[20,20,94]]]],[[],96],[[],96],[[],[[19,[18]]]],[[],[[19,[18]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[97,97],[98,98],[99,99],[100,100],[101,101],[102,102],[103,103],[104,104],[105,105],[106,106],[107,107],[108,108],[109,109],[110,110],[111,111],[112,112],[113,113],[114,114],[115,115],[116,116],[117,117],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,[[],118],[[],118],[[],18],[[],18],[[],[[14,[119]]]],[[],[[14,[119]]]],[[],99],[[],100],[[],105],[[],106],[[],107],[[],109],[[],111],[[],116],[5,[[6,[97]]]],[5,[[6,[98]]]],[5,[[6,[99]]]],[5,[[6,[100]]]],[5,[[6,[101]]]],[5,[[6,[102]]]],[5,[[6,[103]]]],[5,[[6,[104]]]],[5,[[6,[105]]]],[5,[[6,[106]]]],[5,[[6,[107]]]],[5,[[6,[108]]]],[5,[[6,[109]]]],[5,[[6,[110]]]],[5,[[6,[111]]]],[5,[[6,[112]]]],[5,[[6,[113]]]],[5,[[6,[114]]]],[5,[[6,[115]]]],[5,[[6,[116]]]],[5,[[6,[117]]]],[97,[[14,[49]]]],[[],[[66,[20]]]],[[],[[66,[20]]]],[[],[[63,[20,94]]]],[[],[[63,[20,94]]]],[[97,8],9],[[98,8],9],[[99,8],9],[[100,8],9],[[101,8],9],[[102,8],9],[[103,8],9],[[104,8],9],[[105,8],9],[[106,8],9],[[107,8],9],[[108,8],9],[[109,8],9],[[110,8],9],[[111,8],9],[[112,8],9],[[113,8],9],[[114,8],9],[[115,8],9],[[116,8],9],[[117,8],9],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],[[19,[18]]]],[[],[[19,[18]]]],0,0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[97,7],[16,17],[16,17],[16,17],[16,17],[16,17],[16,17],[16,17],[16,17],[16,17],[16,17],[16,17],[16,17],[16,17],[16,17],[16,17],[16,17],[16,17],[16,17],[16,17],[16,17],[16,17],[[],[[19,[18]]]],[[],[[19,[18]]]],[[],[[95,[20,20,94]]]],[[],[[95,[20,20,94]]]],[[],[[95,[20,20,94]]]],[[],[[95,[20,20,94]]]],0,[[],[[66,[120]]]],[[],[[66,[120]]]],[[],[[63,[120,94]]]],[[],[[63,[120,94]]]],0,0,[97,121],[110,121],[97,121],[110,121],0,0,0,0,0,[[],20],[[],20],[[],20],[[],20],[[],[[14,[20]]]],[[],[[14,[20]]]],[[18,99],97],[[18,111],110],0,[[],[[66,[122]]]],[[],[[66,[122]]]],[[],[[63,[122,94]]]],[[],[[63,[122,94]]]],[[],[[19,[18]]]],[[],[[19,[18]]]],0,0,0,0,0,0,0,0,0,0,[[],[[14,[20]]]],[[],[[14,[20]]]],0,0,0,[[],[[19,[18]]]],[[],[[19,[18]]]],[[],[[19,[18]]]],[[],[[19,[18]]]],[[],[[19,[18]]]],[[],[[19,[18]]]],[[],[[19,[18]]]],[[],[[19,[18]]]],[[],[[19,[18]]]],[[],[[19,[18]]]],[[],[[19,[18]]]],[[],[[19,[18]]]],[[],[[19,[18]]]],[[],[[19,[18]]]],[[],[[19,[18]]]],[[],[[19,[18]]]],[[],[[19,[18]]]],[[],[[19,[18]]]],[[],[[19,[18]]]],[[],[[19,[18]]]],[[],[[19,[18]]]],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],0,[[97,21],6],[[99,21],6],[[100,21],6],[[101,21],6],[[102,21],6],[[103,21],6],[[104,21],6],[[105,21],6],[[106,21],6],[[107,21],6],[[108,21],6],[[109,21],6],[[110,21],6],[[111,21],6],[[112,21],6],[[113,21],6],[[114,21],6],[[115,21],6],[[116,21],6],[[117,21],6],[[],[[66,[18]]]],[[],[[66,[18]]]],[97,99],[110,111],0,0,0,[97,99],[110,111],0,[110,[[14,[117]]]],0,0,[110,[[14,[117]]]],0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[97,[[123,[[63,[62]]]]]],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],0,[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],[[14,[20]]]],[[],[[14,[20]]]],[[],[[19,[18]]]],[[],[[19,[18]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,[1],0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[[124,[[0,[55,69,71]]]]]],[[[124,[55]]],[[124,[55]]]],[[]],[[],[[124,[[0,[59,55]]]]]],[[[125,[[0,[55,69,71]]]]]],[[[126,[[0,[55,69,71]]]]]],[5,[[6,[[124,[[0,[61,55]]]]]]]],[[[125,[[0,[55,69,71]]]]]],[[[126,[[0,[55,69,71]]]]]],[[[124,[69]],[124,[69]]],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[[124,[71]],8],9],[[]],[[]],[[]],[[]],[[[29,[4]],[46,[127]],[14,[52]]],25],[[[124,[[0,[55,69,71]]]]],7],[[]],[[]],[[]],[[],15],[[],15],[[],15],[[],7],[16,17],[[]],[[],128],[[]],[[],128],[[[124,[[0,[55,69,71]]]],129]],[55,[[124,[55]]]],[[[124,[[0,[55,69,71]]]]],[[125,[[0,[55,69,71]]]]]],[[],20],[[[124,[83]],21],6],[[]],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],22],[[],22],[[],22],[[]],[[]],[[]],[[[124,[55]]],[[30,[55]]]],[[[124,[[0,[55,69,71]]]]],[[126,[[0,[55,69,71]]]]]],[[[84,[18]],[84,[18]],[14,[52]],[29,[4]]],25],0,0,0,0,0,0,0,0,0,0,0,0,0,[1],[1],[1],[1],[1],[1],[1],0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[48],[130,130],[52,52],[45,45],[48,48],[49,49],[131,131],[132,132],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[130,130],133],[[52,52],133],[[45,45],133],[[49,49],133],[52,20],[[],133],[[],133],[[],133],[[],133],[[],52],[[],45],[[],48],[[],49],[[],131],[5,[[6,[130]]]],[5,[[6,[52]]]],[5,[[6,[45]]]],[5,[[6,[48]]]],[5,[[6,[49]]]],[5,[[6,[131]]]],0,[[130,130],7],[[52,52],7],[[45,45],7],[[48,48],7],[[49,49],7],[[49,130],7],[[131,131],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[130,8],9],[[130,8],9],[[52,8],9],[[45,8],9],[[48,8],9],[[49,8],9],[[131,8],9],[[132,8],9],[[132,8],9],[[],130],[[]],[[],130],[[],130],[134,130],[[],130],[[],130],[135,52],[[]],[[[123,[49]]],45],[[[63,[49]]],45],[49,45],[[],45],[[[63,[134]]],45],[[],45],[[]],[[],45],[[]],[[[46,[[63,[45]]]]],48],[[[46,[130]]],49],[[]],[[]],[[]],[43,48],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[18,[[6,[130]]]],[18,[[6,[49]]]],[[48,[14,[52]]],[[14,[45]]]],[[48,[14,[52]]],[[14,[45]]]],[[130,136]],[[52,136]],0,[[48,[14,[52]]]],[[48,[14,[52]]]],[[48,45]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[48],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],7],[48,39],[48,39],[16,17],[16,17],[16,17],[16,17],[16,17],0,[[48,48]],0,[[[46,[20]],[46,[20]],[46,[20]]],52],[[[123,[49]]],45],[[[63,[45]]],48],[130,49],[[130,130],[[14,[133]]]],[[52,52],[[14,[133]]]],[[45,45],[[14,[133]]]],[[49,49],[[14,[133]]]],[[131,131],[[14,[133]]]],[130,28],0,[77],[[[46,[20]]],52],0,[[45,49]],[[48,[14,[52]]],[[14,[45]]]],[[],[[19,[18]]]],[[],[[19,[18]]]],[[],[[19,[18]]]],[[],[[19,[18]]]],[[],20],[[],20],[[],20],[[],20],[[],20],[[130,21],6],[[52,21],6],[[45,21],6],[[48,21],6],[[49,21],6],[[131,21],6],[[52,[46,[20]]],52],0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[130,[[137,[134]]]],[[],20],[[],20],0,[138,[[6,[130]]]],[[],6],[139,[[6,[130]]]],[140,[[6,[130]]]],[141,[[6,[130]]]],[[],6],[[[63,[97]]],[[6,[45]]]],[142,[[6,[45]]]],[[],6],[[],6],[143,[[6,[49]]]],[[],6],[97,[[6,[49]]]],[[],6],[144,[[6,[131]]]],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[45,[46,[[14,[52]]]]],45],[[130,[46,[145]]],49],[[52,[46,[20]]],52],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[1],[1],[1],[1],[[[46,[14]]],[[6,[58,60]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,[146,146],[147,147],[148,148],[149,149],[[]],[[]],[[]],[[]],0,0,[147,72],0,[[],150],0,0,[151,[[6,[147,60]]]],0,[[],146],[[],148],[43,148],[5,[[6,[146]]]],0,0,[[[14,[152]]],151],[152,[[6,[72,60]]]],[72,[[6,[152,60]]]],0,0,[14,[[6,[60]]]],[[146,146],7],[[60,60],7],[[153,153],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],154],[147,78],0,[[[14,[72]]],151],[[146,8],9],[[155,8],9],[[155,8],9],[[60,8],9],[[60,8],9],[[153,8],9],[[153,8],9],[[156,8],9],[[157,8],9],[[149,8],9],[[]],[[]],[148,158],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[159,155],[153,60],[160,60],[[]],[161,60],[162,60],[75,60],[163,60],[164,60],[[]],[[]],[[]],[[]],[39,148],[[]],[[]],[14],[43,148],[[]],[[]],[[]],[[]],[[18,151],[[6,[147,60]]]],[[148,18],[[14,[[29,[154]]]]]],[18,[[14,[[29,[154]]]]]],[[146,165]],[[148,154],[[14,[[29,[154]]]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[148],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[146,7],[[],7],[146,39],0,[16,17],[147,[[14,[18]]]],[146,165],0,0,0,[[79,166],79],0,0,0,[18,153],[[],18],[[[14,[54]]],151],[[[63,[49]],130,[63,[62]]],79],[[49,130,130,[63,[62]]],89],[63,[[6,[146,60]]]],[167,155],[[167,[14,[20]]],153],[[72,[81,[78]]],147],0,0,[77],[77],[77],[[168,79],[[82,[[81,[80]]]]]],[[169,79],[[82,[[81,[80]]]]]],[[170,79],[[82,[[81,[80]]]]]],[[171,79],[[82,[[81,[80]]]]]],[[172,79],[[82,[[81,[80]]]]]],[[173,79],[[82,[[81,[80]]]]]],[[174,79],[[82,[[81,[80]]]]]],[[175,79],[[82,[[81,[80]]]]]],[[176,79],[[82,[[81,[80]]]]]],[[177,79],[[82,[[81,[80]]]]]],[[146,79],[[82,[[81,[80]]]]]],[[157,79],[[82,[[81,[80]]]]]],[[149,79],[[82,[[81,[80]]]]]],[79,[[82,[[81,[80]]]]]],[43],[[[14,[54]]],[[6,[54,60]]]],[[[14,[54]]],[[6,[54,60]]]],[[],20],[[146,21],6],[155,[[14,[85]]]],0,0,0,[[]],[[]],[[]],[[]],[[],20],[[],20],[[],20],0,[[[66,[58]]],[[6,[146,60]]]],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[[66,[58]]],[[6,[146]]]],[[[42,[58]]],[[6,[146]]]],[[[63,[58]]],[[6,[146]]]],[[[42,[58]]],[[6,[146]]]],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[178,[[6,[149]]]],[14,[[6,[60]]]],[14,[[6,[168,60]]]],[14,[[6,[169,60]]]],[14,[[6,[170,60]]]],[14,[[6,[171,60]]]],[14,[[6,[172,60]]]],[14,[[6,[173,60]]]],[14,[[6,[174,60]]]],[14,[[6,[175,60]]]],[14,[[6,[176,60]]]],[14,[[6,[177,60]]]],[14,[[6,[157,60]]]],[14,[[6,[149,60]]]],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[43,148],[[169,89],[[82,[[81,[80]]]]]],[[170,89],[[82,[[81,[80]]]]]],[[171,89],[[82,[[81,[80]]]]]],[[172,89],[[82,[[81,[80]]]]]],[[175,89],[[82,[[81,[80]]]]]],[[176,89],[[82,[[81,[80]]]]]],[[146,89],[[82,[[81,[80]]]]]],[[157,89],[[82,[[81,[80]]]]]],[[149,89],[[82,[[81,[80]]]]]],[89,[[82,[[81,[80]]]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[63,[62]]],[[14,[179]]]],[[180,[63,[62]]],[[14,[179]]]],[[181,[63,[62]]],[[14,[179]]]],[[182,[63,[62]]],[[14,[179]]]],[5,[[6,[180]]]],[5,[[6,[181]]]],[5,[[6,[183]]]],[5,[[6,[184]]]],[5,[[6,[182]]]],[[180,180],7],[[181,181],7],[[183,183],7],[[184,184],7],[[182,182],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[180,8],9],[[181,8],9],[[183,8],9],[[184,8],9],[[182,8],9],[[]],[[]],[181,183],[180,183],[182,183],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[183,[[81,[185]]]],[[],15],[[],15],[[],15],[[],15],[[],15],[16,17],[16,17],[16,17],[16,17],[16,17],0,0,0,0,[[],[[19,[18]]]],[[],[[19,[18]]]],[[],[[19,[18]]]],[[],[[19,[18]]]],[[],[[19,[18]]]],[[],20],[[],20],[[],20],[[],20],[[],20],[[180,21],6],[[181,21],6],[[183,21],6],[[184,21],6],[[182,21],6],0,0,0,[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],22],[[],22],[[],22],[[],22],[[],22],[[]],[[]],[[]],[[]],[[]],0,0,0,0,0,0,0,0,[1],[1],[1],[[]],[[]],[[]],[[]],[[]],[[]],[186,186],[187,187],[188,188],[[]],[[]],[[]],[[],186],[[],187],[[],188],[5,[[6,[186]]]],[5,[[6,[187]]]],[5,[[6,[188]]]],[[186,186],7],[[187,187],7],[[188,188],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[186,8],9],[[187,8],9],[[188,8],9],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],15],[[],15],[[],15],[16,17],[16,17],[16,17],0,0,0,[[],[[19,[18]]]],[[],[[19,[18]]]],[[],[[19,[18]]]],[[],20],[[],20],[[],20],[[186,21],6],[[187,21],6],[[188,21],6],[[]],[[]],[[]],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],22],[[],22],[[],22],[[]],[[]],[[]],0,0,0,0,0,0,[[]],[[]],[[]],[[]],0,[[],189],[5,[[6,[189]]]],[5,[[6,[190]]]],[[189,189],7],[[190,190],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[189,8],9],[[190,8],9],[[]],[[]],[[]],[[]],[[],15],[[],15],[16,17],[16,17],[190,170],0,0,[[],[[19,[18]]]],[[],[[19,[18]]]],[[],20],[[],20],[[189,21],6],[[190,21],6],[[],6],[[],6],[[],6],[[],6],[[],22],[[],22],[[]],[[]],0,0,[[]],[[]],[[],191],[5,[[6,[191]]]],[[191,8],9],[[]],0,[[]],[[],15],[16,17],[[],[[19,[18]]]],[[],20],[[191,21],6],[[],6],[[],6],[[],22],[[]],0,0,0,[[]],[[]],[5,[[6,[192]]]],[[192,8],9],[[]],[[]],[[],15],[16,17],[[],[[19,[18]]]],[[],20],[[192,21],6],[[],6],[[],6],[[],22],[[]],0,0,0,0,0,0,0,0,0,0,[1],[1],[1],[1],0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[193,193],[194,194],[195,195],[196,196],[[]],[[]],[[]],[[]],[[195,134],7],[[196,28],7],[5,[[6,[193]]]],[5,[[6,[194]]]],[5,[[6,[195]]]],[5,[[6,[196]]]],[[193,193],7],[[194,194],7],[[195,195],7],[[196,196],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[193,8],9],[[194,8],9],[[195,8],9],[[197,8],9],[[197,8],9],[[196,8],9],[[198,8],9],[[198,8],9],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[16,17],[16,17],[16,17],[16,17],[[28,28],[[6,[196,197]]]],0,0,0,[77],[77],[[],[[19,[18]]]],[[],[[19,[18]]]],[[],[[19,[18]]]],[[],[[19,[18]]]],[[],20],[[],20],[[],20],[[],20],[[193,21],6],[[194,21],6],[[195,21],6],[[196,21],6],0,[[]],[[]],[[]],[[]],[[],20],[[],20],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,0,0,0,0,0,[199,[[81,[0]]]],[[]],[[]],[[]],[[]],[[],199],[5,[[6,[200]]]],[5,[[6,[199]]]],[[200,200],7],[[199,199],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[200,8],9],[[199,8],9],[[]],[[]],[[]],[[]],[[],15],[[],15],[16,17],[16,17],0,[[],[[19,[18]]]],[[],[[19,[18]]]],[[],20],[[],20],[[200,21],6],[[199,21],6],[[],6],[[],6],[[],6],[[],6],[[],22],[[],22],[[]],[[]],0,0,0,[[]],[[]],[5,[[6,[201]]]],[[201,201],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[201,8],9],[[]],[[]],[[],15],[16,17],0,0,[[],[[19,[18]]]],[[],20],[[201,21],6],[[],6],[[],6],[[],22],[[]],0,0,0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,[[],202],[5,[[6,[203]]]],[5,[[6,[204]]]],[5,[[6,[205]]]],[5,[[6,[202]]]],[[203,203],7],[[204,204],7],[[205,205],7],[[202,202],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],0,0,[[203,8],9],[[204,8],9],[[205,8],9],[[202,8],9],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],15],[[],15],[[],15],[[],15],[[],7],[16,17],[16,17],[16,17],[16,17],0,0,0,[[],[[19,[18]]]],[[],[[19,[18]]]],[[],[[19,[18]]]],[[],[[19,[18]]]],[[],20],[[],20],[[],20],[[],20],[[203,21],6],[[204,21],6],[[205,21],6],[[202,21],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],22],[[],22],[[],22],[[],22],0,[[]],[[]],[[]],[[]],0,0,[[]],[[]],[5,[[6,[206]]]],[[206,8],9],[[]],[[]],[[],15],[16,17],[[],[[19,[18]]]],[[],20],[[206,21],6],[[],6],[[],6],[[],22],[[]],0,0,0,0,0,0,0,0,0,0,0,[1],[[]],[[]],[178,178],[[]],[5,[[6,[178]]]],[[178,178],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[178,8],9],[[]],[[]],[[]],[[],15],[16,17],0,[[[84,[18]]],178],0,[[],[[19,[18]]]],[[],20],[[178,21],6],[[]],[[],6],[[],6],[[],22],[[]],0,0,0,0,0,0,[[]],[[]],[[]],[[]],[[],207],[5,[[6,[207]]]],[[207,207],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[208,8],9],[[208,8],9],[[207,8],9],[[]],[[]],[[]],[[]],[[],15],[[],15],[16,17],0,[77],[[],[[19,[18]]]],[[],20],[[207,21],6],[[],20],[[],6],[[],6],[[],6],[[],6],[[],22],[[],22],[[]],[[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[1],[1],[1],[1],[1],[179,[[14,[209]]]],[210,[[14,[179]]]],[179,[[14,[20]]]],[210,[[14,[211]]]],[179,[[14,[18]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[212,212],[210,210],[211,211],[179,179],[[[213,[[0,[55,59]]]]],[[213,[[0,[55,59]]]]]],[[]],[[]],[[]],[[]],[[]],[[212,212],133],[[210,210],133],[[211,211],133],[[179,179],133],[[],133],[[],133],[[],133],[[],133],[[],[[213,[[0,[59,59]]]]]],[5,[[6,[212]]]],[5,[[6,[210]]]],[5,[[6,[211]]]],[5,[[6,[179]]]],[5,[[6,[[213,[[0,[61,59,59]]]]]]]],[[212,212],7],[[210,210],7],[[211,211],7],[[179,179],7],[[[213,[[0,[69,59]]]],[213,[[0,[69,59]]]]],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[212,8],9],[[212,8],9],[[210,8],9],[[211,8],9],[[211,8],9],[[179,8],9],[[179,8],9],[[[213,[[0,[71,59]]]],8],9],[214,212],[[]],[20,212],[18,212],[[]],[211,210],[179,210],[[]],[[[63,[179]]],179],[209,179],[[[42,[62]]],179],[20,179],[7,179],[215,179],[18,179],[[]],[[[42,[62]]],179],[[]],[[[0,[[216,[144]],59]]],[[213,[[0,[[216,[144]],59]]]]]],[214,212],[[]],[[]],[[]],[[]],[[]],[18,212],[[212,136]],[[]],[[]],[[]],[[]],[[]],[[],15],[[],15],[[],15],[[],15],[[],15],[[],7],[16,17],[16,17],[16,17],[16,17],[16,17],[211,212],0,[[[84,[18]]],212],[[[84,[18]]],211],[[[46,[59]]],[[213,[59]]]],[[212,212],[[14,[133]]]],[[210,210],[[14,[133]]]],[[211,211],[[14,[133]]]],[[179,179],[[14,[133]]]],[[210,166],[[14,[179]]]],[[210,166],[[14,[209]]]],[[],[[19,[18]]]],[[],[[19,[18]]]],[[],[[19,[18]]]],[[],[[19,[18]]]],[[],[[19,[18]]]],[[],20],[[],20],[[],20],[[],20],[[],20],[[212,21],6],[[210,21],6],[[211,21],6],[[179,21],6],[[[213,[[0,[83,59]]]],21],6],[[]],[[]],[[]],[[]],[[]],[[],20],[[],20],[[],20],[[],6],[[],6],[[],6],[217,[[6,[179]]]],[[],6],[[],6],[218,[[6,[[213,[[0,[[216,[144]],59]]]]]]]],[[],6],[[],6],[[],6],[[],6],[[],6],[[],22],[[],22],[[],22],[[],22],[[],22],0,[[]],[[]],[[]],[[]],[[]],[[[46,[59]],[219,[20,72]]],[[213,[59]]]],0,0,0,0,0,0,0,0,[1],[[]],[[]],[[]],[[]],[220,220],[[]],[220,[[63,[62]]]],[[220,[63,[62]]]],[[220,8],9],[[221,8],9],[[221,8],9],[[]],[[[223,[[222,[[66,[62]]]]]]],221],[[]],[[]],[[]],[[]],[[],15],[[],15],[220,62],[[[66,[62]]],[[6,[[14,[220]],221]]]],[[],220],[[62,224,224],220],[62,220],[77],[[220,224],[[14,[224]]]],[28,25],[[]],[[],20],[[],6],[[],6],[[],6],[[],6],[[],22],[[],22],[[]],[[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[1],[1],[1],[1],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[225,[[0,[55,0]]]]],[[225,[[0,[55,0]]]]]],[53,53],[65,65],[226,226],[[]],[[]],[[]],[[]],[[65,65],133],[[],133],0,[[20,[63,[227]]],[[25,[[225,[0]]]]]],0,[[226,[15,[[229,[228]]]]],[[82,[[81,[80]]]]]],[[65,230],[[6,[152,161]]]],[[65,65],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[53,8],9],[[65,8],9],[[65,8],9],[[]],[[]],[[]],[[]],[[[29,[4]]],226],[[]],[[]],[[]],[[]],[18,[[6,[65]]]],[165,65],[[65,136]],[[]],[[]],[[]],[[]],[[],15],[[],15],[[],15],[[],15],[65,165],[[[225,[[0,[231]]]],[29,[4]]],[[0,[[0,[231]]]]]],[53,18],[4,226],[[65,65],[[14,[133]]]],[53,65],0,[[226,[15,[[229,[232]]]]],[[82,[[81,[80]]]]]],[[226,[0,[93,87,233]]],[[6,[[0,[93,87]],234]]]],[[]],[[]],[[]],[[]],[[],20],[[],6],[[],6],[152,[[6,[53]]]],[20,[[6,[65,0]]]],[20,[[6,[65,0]]]],[18,[[6,[65,0]]]],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],0,[[],22],[[],22],[[],22],[[],22],[53,18],[65,18],[[]],[[]],[[]],[[]],[[235,[29,[4]]],[[0,[[236,[231]]]]]],[[[225,[[236,[231]]]],[29,[4]]],[[0,[[236,[231]]]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[237],[238],[239],[240],[241],[242],[243],[244],[245],[246],[247],[248],[249],[250],[251],[237,237],[238,238],[239,239],[240,240],[241,241],[242,242],[243,243],[244,244],[245,245],[246,246],[247,247],[248,248],[249,249],[250,250],[251,251],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,0,0,[[],237],[[],238],[[],239],[[],240],[[],241],[[],242],[[],243],[[],244],[[],245],[[],246],[[],247],[[],248],[[],249],[[],250],[[],251],[237,165],[238,165],[239,165],[240,165],[241,165],[242,165],[243,165],[244,165],[245,165],[246,165],[247,165],[248,165],[249,165],[250,165],[251,165],[[237,237],7],[[238,238],7],[[239,239],7],[[240,240],7],[[241,241],7],[[242,242],7],[[243,243],7],[[244,244],7],[[245,245],7],[[246,246],7],[[247,247],7],[[248,248],7],[[249,249],7],[[250,250],7],[[251,251],7],0,0,0,0,0,0,0,[[237,8],9],[[238,8],9],[[239,8],9],[[240,8],9],[[241,8],9],[[242,8],9],[[243,8],9],[[244,8],9],[[245,8],9],[[246,8],9],[[247,8],9],[[248,8],9],[[249,8],9],[[250,8],9],[[251,8],9],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],0,0,0,0,[239,252],0,0,[[249,253]],0,[[239,252]],[249,[[257,[[256,[[255,[254]]]]]]]],0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,[1],[[]],[[]],[258,258],[[]],[[258,259]],[258,165],[[258,258],7],[[258,8],9],[[]],[[]],[[]],[[],15],[[[14,[258]],260,261,262,263],[[6,[160]]]],[[]],[[],6],[[],6],[[],22],[[]],0,0,0,0,0,0,0,0,0,0,0,0,0,[1],[[]],[[]],[264,264],[[]],[[264,259]],[264,165],[[264,264],7],[[264,8],9],[[]],[[]],[[]],[[],15],[[[14,[264]],260,261,262,263],[[6,[160]]]],[[]],[[],6],[[],6],[[],22],[[]],0,0,0,0,[1],[252,18],[[]],[[]],[252,252],[[]],[[252,252],133],[[],133],[[],252],[[252,252],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[252,8],9],[[]],[254,[[14,[252]]]],[[]],[18,[[14,[252]]]],[[252,136]],[[]],[[],15],[254,7],[[252,252],[[14,[133]]]],[[]],[254,[[6,[252,160]]]],[[],6],[[],6],[[],22],[[]],0,0,[1],[[]],[[]],[265,265],[[]],[[265,259]],[265,165],[[265,265],7],[[265,8],9],[[]],[[]],[[]],[[],15],[[[14,[265]],260,261,262,263],[[6,[160]]]],[[]],[[],6],[[],6],[[],22],[[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[1],[253,18],[[]],[[]],[253,253],[[]],[[253,253],133],[[],133],[[],253],[[253,253],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[253,8],9],[[]],[254,[[14,[253]]]],[[]],[18,[[14,[253]]]],[[253,136]],[[]],[[],15],[254,7],[[253,253],[[14,[133]]]],[[]],[[],6],[254,[[6,[253,160]]]],[[],6],[[],22],[[]],0,0,0,0,0,0,0,0,0,0,[1],[1],[1],[1],[1],[1],[1],[1],[1],0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,[266],[267],[268],[269],[270],[271],[272],[273],[274],[266,266],[267,267],[268,268],[269,269],[270,270],[271,271],[272,272],[273,273],[274,274],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,0,0,0,0,0,0,0,[[],266],[[],267],[[],268],[[],269],[[],270],[[],271],[[],272],[[],273],[[],274],0,[270,275],0,0,0,0,0,[266,165],[267,165],[268,165],[269,165],[270,165],[271,165],[272,165],[273,165],[274,165],0,0,0,0,0,0,0,0,[[266,266],7],[[267,267],7],[[268,268],7],[[269,269],7],[[270,270],7],[[271,271],7],[[272,272],7],[[273,273],7],[[274,274],7],0,0,0,0,[[266,8],9],[[267,8],9],[[268,8],9],[[269,8],9],[[270,8],9],[[271,8],9],[[272,8],9],[[273,8],9],[[274,8],9],[[]],[[]],[[]],[[]],[36,270],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],0,[270,276],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[270,277],0,0,0,[[270,275]],[[270,276]],[[270,277]],0,0,0,0,0,0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,0,[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],0,0,0,0,0,0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,[1],[[]],[[]],[278],[278,278],[[]],[[],278],[278,165],[[278,278],7],[[278,8],9],[[]],[[]],[[]],[[],15],0,0,0,0,0,[278,279],0,0,[[278,279]],0,[[]],0,[[],6],[[],6],[[],22],[[]],0,[1],[[]],[[]],0,[280],[280,280],[[]],[[],280],[280,165],[[280,280],7],[[280,8],9],[[]],[[]],[[]],[[],15],0,[[]],[[],6],[[],6],[[],22],[[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],0,0,[281,18],[276,18],[275,18],[277,18],0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,[282],[283],[284],[285],[286],[287],[288],[289],[290],[291],[292],[293],[294],[282,282],[283,283],[284,284],[285,285],[286,286],[287,287],[288,288],[289,289],[290,290],[291,291],[292,292],[293,293],[294,294],[281,281],[276,276],[275,275],[277,277],[295,295],[296,296],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,[[281,281],133],[[276,276],133],[[275,275],133],[[277,277],133],0,[[],133],[[],133],[[],133],[[],133],0,[[],282],[[],283],[[],284],[[],285],[[],286],[[],287],[[],288],[[],289],[[],290],[[],291],[[],292],[[],293],[[],294],[[],281],[[],276],[[],275],[[],277],0,0,[[295,259]],[[296,259]],[282,165],[283,165],[284,165],[285,165],[286,165],[287,165],[288,165],[289,165],[290,165],[291,165],[292,165],[293,165],[294,165],[295,165],[296,165],[[282,282],7],[[283,283],7],[[284,284],7],[[285,285],7],[[286,286],7],[[287,287],7],[[288,288],7],[[289,289],7],[[290,290],7],[[291,291],7],[[292,292],7],[[293,293],7],[[294,294],7],[[281,281],7],[[276,276],7],[[275,275],7],[[277,277],7],[[295,295],7],[[296,296],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[285,297],0,[[282,8],9],[[283,8],9],[[284,8],9],[[285,8],9],[[286,8],9],[[287,8],9],[[288,8],9],[[289,8],9],[[290,8],9],[[291,8],9],[[292,8],9],[[293,8],9],[[294,8],9],[[281,8],9],[[276,8],9],[[275,8],9],[[277,8],9],[[295,8],9],[[296,8],9],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[254,[[14,[281]]]],[254,[[14,[276]]]],[254,[[14,[275]]]],[254,[[14,[277]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[18,[[14,[281]]]],[18,[[14,[276]]]],[18,[[14,[275]]]],[18,[[14,[277]]]],[[281,136]],[[276,136]],[[275,136]],[[277,136]],[289,298],0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[254,7],[254,7],[254,7],[254,7],0,0,0,0,0,0,0,[[[14,[295]],260,261,262,263],[[6,[160]]]],[[[14,[296]],260,261,262,263],[[6,[160]]]],0,0,0,0,0,0,[[281,281],[[14,[133]]]],[[276,276],[[14,[133]]]],[[275,275],[[14,[133]]]],[[277,277],[[14,[133]]]],0,0,0,0,0,[[285,297]],[[289,298]],0,0,0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[254,[[6,[281,160]]]],[254,[[6,[276,160]]]],[[],6],[[],6],[254,[[6,[275,160]]]],[254,[[6,[277,160]]]],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,0,0,0,[1],[1],[1],[1],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[299],[300],[301],[299,299],[300,300],[301,301],[302,302],[[]],[[]],[[]],[[]],[[],299],[[],300],[[],301],[[302,259]],[299,165],[300,165],[301,165],[302,165],[[299,299],7],[[300,300],7],[[301,301],7],[[302,302],7],0,[[299,8],9],[[300,8],9],[[301,8],9],[[302,8],9],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,[[]],[[]],[[]],[[]],[[],15],[[],15],[[],15],[[],15],[[[14,[302]],260,261,262,263],[[6,[160]]]],0,0,[[]],[[]],[[]],[[]],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],22],[[],22],[[],22],[[],22],0,[[]],[[]],[[]],[[]],0,0,0,0,0,[1],[1],[297,18],[[]],[[]],[[]],[[]],[303],[303,303],[297,297],[[]],[[]],[[297,297],133],[[],133],[[],303],[[],297],[303,165],[[303,303],7],[[297,297],7],[[],7],[[],7],[[],7],[[],7],[[],7],0,[303,304],0,[[303,8],9],[[297,8],9],[[]],[[]],[254,[[14,[297]]]],[[]],[[]],[18,[[14,[297]]]],[[297,136]],[[]],[[]],[[],15],[[],15],[254,7],0,0,[[297,297],[[14,[133]]]],[[303,304]],0,[[]],[[]],[[],6],[[],6],[254,[[6,[297,160]]]],[[],6],[[],6],[[],22],[[],22],[[]],[[]],0,0,0,0,0,0,[1],[304,18],[[]],[[]],[304,304],[[]],[[304,304],133],[[],133],[[],304],[[304,304],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[304,8],9],[[]],[254,[[14,[304]]]],[[]],[18,[[14,[304]]]],[[304,136]],[[]],[[],15],[254,7],[[304,304],[[14,[133]]]],[[]],[254,[[6,[304,160]]]],[[],6],[[],6],[[],22],[[]],0,0,0,[1],[298,18],[[]],[[]],[298,298],[[]],[[298,298],133],[[],133],[[],298],[[298,298],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[298,8],9],[[]],[254,[[14,[298]]]],[[]],[18,[[14,[298]]]],[[298,136]],[[]],[[],15],[254,7],[[298,298],[[14,[133]]]],[[]],[254,[[6,[298,160]]]],[[],6],[[],6],[[],22],[[]],0,[1],[[]],[[]],[305],[305,305],[[]],[[],305],[305,165],[[305,305],7],[[305,8],9],[[]],[[]],[[]],[[],15],[[]],[[],6],[[],6],[[],22],0,[[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[306,307],0,0,[308,309],0,0,[279,18],[310,18],[311,18],[312,18],[313,18],0,0,0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,[314],[315],[316],[140],[317],[318],[141],[319],[320],[321],[135],[322],[323],[324],[218],[325],[326],[327],[328],[329],[330],[308],[331],[332],[333],[334],[335],[336],[337],[338],[339],[340],[341],[342],[306],[343],[344],[345],[346],[347],[348],[349],[350],[351],[352],[353],[354],[355],[356],[357],[358],[359],[360],[361],[362],[363],[364],[365],[366],0,[314,314],[315,315],[316,316],[140,140],[317,317],[318,318],[141,141],[319,319],[320,320],[321,321],[135,135],[322,322],[323,323],[324,324],[218,218],[325,325],[326,326],[327,327],[328,328],[329,329],[330,330],[308,308],[331,331],[332,332],[333,333],[334,334],[335,335],[336,336],[337,337],[338,338],[339,339],[279,279],[310,310],[311,311],[340,340],[341,341],[342,342],[306,306],[343,343],[344,344],[345,345],[346,346],[347,347],[348,348],[312,312],[349,349],[350,350],[351,351],[313,313],[352,352],[353,353],[354,354],[355,355],[356,356],[357,357],[358,358],[359,359],[360,360],[361,361],[362,362],[363,363],[364,364],[365,365],[366,366],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,[[279,279],133],[[310,310],133],[[311,311],133],[[312,312],133],[[313,313],133],[[],133],[[],133],[[],133],[[],133],[[],133],0,0,0,0,0,0,0,0,0,0,0,[[],314],[[],315],[[],316],[[],140],[[],317],[[],318],[[],141],[[],319],[[],320],[[],321],[[],135],[[],322],[[],323],[[],324],[[],218],[[],325],[[],326],[[],327],[[],328],[[],329],[[],330],[[],308],[[],331],[[],332],[[],333],[[],334],[[],335],[[],336],[[],337],[[],338],[[],339],[[],279],[[],310],[[],311],[[],340],[[],341],[[],342],[[],306],[[],343],[[],344],[[],345],[[],346],[[],347],[[],348],[[],312],[[],349],[[],350],[[],351],[[],313],[[],352],[[],353],[[],354],[[],355],[[],356],[[],357],[[],358],[[],359],[[],360],[[],361],[[],362],[[],363],[[],364],[[],365],[[],366],0,0,0,0,0,0,0,0,0,0,0,0,[314,165],[315,165],[316,165],[140,165],[317,165],[318,165],[141,165],[319,165],[320,165],[321,165],[135,165],[322,165],[323,165],[324,165],[218,165],[325,165],[326,165],[327,165],[328,165],[329,165],[330,165],[308,165],[331,165],[332,165],[333,165],[334,165],[335,165],[336,165],[337,165],[338,165],[339,165],[340,165],[341,165],[342,165],[306,165],[343,165],[344,165],[345,165],[346,165],[347,165],[348,165],[349,165],[350,165],[351,165],[352,165],[353,165],[354,165],[355,165],[356,165],[357,165],[358,165],[359,165],[360,165],[361,165],[362,165],[363,165],[364,165],[365,165],[366,165],0,[[314,314],7],[[315,315],7],[[316,316],7],[[140,140],7],[[317,317],7],[[318,318],7],[[141,141],7],[[319,319],7],[[320,320],7],[[321,321],7],[[135,135],7],[[322,322],7],[[323,323],7],[[324,324],7],[[218,218],7],[[325,325],7],[[326,326],7],[[327,327],7],[[328,328],7],[[329,329],7],[[330,330],7],[[308,308],7],[[331,331],7],[[332,332],7],[[333,333],7],[[334,334],7],[[335,335],7],[[336,336],7],[[337,337],7],[[338,338],7],[[339,339],7],[[279,279],7],[[310,310],7],[[311,311],7],[[340,340],7],[[341,341],7],[[342,342],7],[[306,306],7],[[343,343],7],[[344,344],7],[[345,345],7],[[346,346],7],[[347,347],7],[[348,348],7],[[312,312],7],[[349,349],7],[[350,350],7],[[351,351],7],[[313,313],7],[[352,352],7],[[353,353],7],[[354,354],7],[[355,355],7],[[356,356],7],[[357,357],7],[[358,358],7],[[359,359],7],[[360,360],7],[[361,361],7],[[362,362],7],[[363,363],7],[[364,364],7],[[365,365],7],[[366,366],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],0,0,0,0,0,0,[[314,8],9],[[315,8],9],[[316,8],9],[[140,8],9],[[317,8],9],[[318,8],9],[[141,8],9],[[319,8],9],[[320,8],9],[[321,8],9],[[135,8],9],[[322,8],9],[[323,8],9],[[324,8],9],[[218,8],9],[[325,8],9],[[326,8],9],[[327,8],9],[[328,8],9],[[329,8],9],[[330,8],9],[[308,8],9],[[331,8],9],[[332,8],9],[[333,8],9],[[334,8],9],[[335,8],9],[[336,8],9],[[337,8],9],[[338,8],9],[[339,8],9],[[279,8],9],[[310,8],9],[[311,8],9],[[340,8],9],[[341,8],9],[[342,8],9],[[306,8],9],[[343,8],9],[[344,8],9],[[345,8],9],[[346,8],9],[[347,8],9],[[348,8],9],[[312,8],9],[[349,8],9],[[350,8],9],[[351,8],9],[[313,8],9],[[352,8],9],[[353,8],9],[[354,8],9],[[355,8],9],[[356,8],9],[[357,8],9],[[358,8],9],[[359,8],9],[[360,8],9],[[361,8],9],[[362,8],9],[[363,8],9],[[364,8],9],[[365,8],9],[[366,8],9],0,[[]],[[]],[[]],[[]],[130,140],[[]],[[]],[[]],[130,141],[[]],[[]],[[]],[[]],[52,135],[[]],[[]],[[]],[[[213,[[0,[[46,[144]],59]]]]],218],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[254,[[14,[279]]]],[254,[[14,[310]]]],[254,[[14,[311]]]],[254,[[14,[312]]]],[254,[[14,[313]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[18,[[14,[279]]]],[18,[[14,[310]]]],[18,[[14,[311]]]],[18,[[14,[312]]]],[18,[[14,[313]]]],0,0,[[279,136]],[[310,136]],[[311,136]],[[312,136]],[[313,136]],0,0,0,0,[357,367],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],0,[254,7],[254,7],[254,7],[254,7],[254,7],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[279,279],[[14,[133]]]],[[310,310],[[14,[133]]]],[[311,311],[[14,[133]]]],[[312,312],[[14,[133]]]],[[313,313],[[14,[133]]]],0,0,0,0,0,0,0,[140,368],0,0,[[350,313]],0,0,0,0,0,0,0,[347,312],0,0,0,0,0,0,0,0,0,0,[[306,307]],[[308,309]],[[357,367]],0,[[140,368]],[[347,312]],[[314,369]],[[306,312]],[[344,312]],[[341,370]],0,0,0,0,0,0,0,[314,369],0,[350,[[257,[[256,[[255,[254]]]]]]]],0,0,0,0,0,0,0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,[306,312],[344,312],0,0,0,0,[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[254,[[6,[279,160]]]],[254,[[6,[310,160]]]],[[],6],[254,[[6,[311,160]]]],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[254,[[6,[312,160]]]],[[],6],[[],6],[[],6],[254,[[6,[313,160]]]],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],0,[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],0,0,0,0,0,0,0,0,0,0,0,0,0,[341,370],0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,0,0,0,[1],[[]],[[]],[139,139],[[]],[[139,259]],[139,165],[[139,139],7],[[139,8],9],[130,139],[[]],[[]],[[]],[[],15],[[[14,[139]],260,261,262,263],[[6,[160]]]],[[]],[[],6],[[],6],[[],22],[[]],0,[1],[[]],[[]],[371],[371,371],[[]],[[],371],[371,165],[[371,371],7],[[371,8],9],[[]],[[]],0,[[]],[[],15],0,[[]],[[],6],[[],6],[[],22],[[]],0,0,0,0,0,0,0,[1],[307,18],[[]],[[]],[307,307],[[]],[[307,307],133],[[],133],[[],307],[[307,307],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[307,8],9],[[]],[254,[[14,[307]]]],[[]],[18,[[14,[307]]]],[[307,136]],[[]],[[],15],[254,7],[[307,307],[[14,[133]]]],[[]],[[],6],[254,[[6,[307,160]]]],[[],6],[[],22],[[]],0,0,0,[1],[[]],[[]],[372,372],[[]],[[372,259]],[372,165],[[372,372],7],[[372,8],9],[[]],[[]],[[]],[[],15],[[[14,[372]],260,261,262,263],[[6,[160]]]],[[]],[[],6],[[],6],[[],22],[[]],0,0,0,0,0,0,[1],[[]],[[]],[373,373],[[]],[[373,259]],[373,165],[[373,373],7],[[373,8],9],[[]],[[]],[[]],[[],15],[[[14,[373]],260,261,262,263],[[6,[160]]]],[[]],[[],6],[[],6],[[],22],[[]],0,0,0,0,0,[1],[[]],[[]],[374,374],[[]],[[374,259]],[374,165],[[374,374],7],[[374,8],9],[[]],[[]],[[]],[[],15],[[[14,[374]],260,261,262,263],[[6,[160]]]],[[]],[[],6],[[],6],[[],22],[[]],0,0,[1],[[]],[[]],[375,375],[[]],[[375,259]],[375,165],[[375,375],7],[[375,8],9],[[]],[[]],[[]],[[],15],[[[14,[375]],260,261,262,263],[[6,[160]]]],[[]],[[],6],[[],6],[[],22],[[]],0,0,[1],[[]],[[]],[376,376],[[]],[[376,259]],[376,165],[[376,376],7],[[376,8],9],[[]],[[]],[[]],[[],15],[[[14,[376]],260,261,262,263],[[6,[160]]]],[[]],[[],6],[[],6],[[],22],[[]],0,0,0,0,0,[1],[1],[1],0,[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,[377],[378],[377,377],[378,378],[379,379],[[]],[[]],[[]],0,0,0,[[],377],[[],378],[[379,259]],[377,165],[378,165],[379,165],[[377,377],7],[[378,378],7],[[379,379],7],[[377,8],9],[[378,8],9],[[379,8],9],[[]],[[]],[[]],[[]],[[]],[[]],0,[[]],[[]],[[]],[[],15],[[],15],[[],15],[[[14,[379]],260,261,262,263],[[6,[160]]]],0,0,0,[[]],[[]],[[]],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],22],[[],22],[[],22],[[]],[[]],[[]],0,0,0,0,0,[1],[1],[1],[1],[1],0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,0,[380],[381],[382],[383],[384],[380,380],[381,381],[382,382],[383,383],[384,384],[[]],[[]],[[]],[[]],[[]],0,0,[[],380],[[],381],[[],382],[[],383],[[],384],[380,165],[381,165],[382,165],[383,165],[384,165],[[380,380],7],[[381,381],7],[[382,382],7],[[383,383],7],[[384,384],7],[[380,8],9],[[381,8],9],[[382,8],9],[[383,8],9],[[384,8],9],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],15],[[],15],[[],15],[[],15],[[],15],0,0,[[]],[[]],[[]],[[]],[[]],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],22],[[],22],[[],22],[[],22],[[],22],[[]],[[]],[[]],[[]],[[]],0,0,0,0,0,0,0,0,0,0,0,0,[1],[1],[1],[1],[1],0,0,0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[385],[386],[387],[388],[385,385],[386,386],[387,387],[388,388],[389,389],[[]],[[]],[[]],[[]],[[]],0,[[],385],[[],386],[[],387],[[],388],[[389,259]],[385,165],[386,165],[387,165],[388,165],[389,165],[[385,385],7],[[386,386],7],[[387,387],7],[[388,388],7],[[389,389],7],[[385,8],9],[[386,8],9],[[387,8],9],[[388,8],9],[[389,8],9],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],15],[[],15],[[],15],[[],15],[[],15],0,[[[14,[389]],260,261,262,263],[[6,[160]]]],0,0,0,0,0,0,0,[[]],[[]],[[]],[[]],[[]],0,0,[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],22],[[],22],[[],22],[[],22],[[],22],[[]],[[]],[[]],[[]],[[]],0,0,[1],[[]],[[]],[390,390],[[]],[[390,259]],[390,165],[[390,390],7],[[390,8],9],[[]],[[]],[[]],[[],15],[[[14,[390]],260,261,262,263],[[6,[160]]]],[[]],[[],6],[[],6],[[],22],[[]],0,[1],[[]],[[]],[391],[391,391],[[]],[[],391],[391,165],[[391,391],7],[[391,8],9],[[]],[[]],[[]],[[],15],[[]],[[],6],[[],6],[[],22],0,0,[[]],0,0,0,[1],[[]],[[]],[392,392],[[]],[[392,259]],[392,165],[[392,392],7],[[392,8],9],[[]],[[]],[[]],[[],15],[[[14,[392]],260,261,262,263],[[6,[160]]]],[[]],[[],6],[[],6],[[],22],[[]],0,0,0,0,[1],[[]],[[]],[393,393],[[]],[[393,259]],[393,165],[[393,393],7],[[393,8],9],[[]],[[]],[[]],[[],15],[[[14,[393]],260,261,262,263],[[6,[160]]]],[[]],[[],6],[[],6],[[],22],[[]],0,0,0,0,[1],[309,18],[[]],[[]],[309,309],[[]],[[309,309],133],[[],133],[[],309],[[309,309],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[309,8],9],[[]],[254,[[14,[309]]]],[[]],[18,[[14,[309]]]],[[309,136]],[[]],[[],15],[254,7],[[309,309],[[14,[133]]]],[[]],[[],6],[254,[[6,[309,160]]]],[[],6],[[],22],[[]],0,0,0,0,0,0,0,0,0,0,0,0,[1],[1],[1],[1],[1],[1],[1],[1],0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[394],[395],[396],[397],[398],[399],[400],[394,394],[395,395],[396,396],[397,397],[398,398],[399,399],[400,400],[401,401],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[395,402],0,0,0,[[],394],[[],395],[[],396],[[],397],[[],398],[[],399],[[],400],[[401,259]],[394,165],[395,165],[396,165],[397,165],[398,165],[399,165],[400,165],[401,165],[[394,394],7],[[395,395],7],[[396,396],7],[[397,397],7],[[398,398],7],[[399,399],7],[[400,400],7],[[401,401],7],0,[[394,8],9],[[395,8],9],[[396,8],9],[[397,8],9],[[398,8],9],[[399,8],9],[[400,8],9],[[401,8],9],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],0,[[[14,[401]],260,261,262,263],[[6,[160]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[395,402]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,[1],[[]],[[]],[403,403],[[]],[[403,259]],[403,165],[[403,403],7],[[403,8],9],[[]],[[]],[[]],[[],15],[[[14,[403]],260,261,262,263],[[6,[160]]]],[[]],[[],6],[[],6],[[],22],[[]],0,0,0,[1],[[]],[[]],[404,404],[[]],[[404,259]],[404,165],[[404,404],7],[[404,8],9],[[]],[[]],[[]],[[],15],[[[14,[404]],260,261,262,263],[[6,[160]]]],[[]],[[],6],[[],6],[[],22],[[]],0,[1],[[]],[[]],[405],[405,405],[[]],[[],405],[405,165],[[405,405],7],[[405,8],9],[[]],[[]],0,0,[[]],[[],15],[[]],[[],6],[[],6],[[],22],[[]],0,0,0,0,[1],[1],[[]],[[]],[[]],[[]],[406],[406,406],[407,407],[[]],[[]],[[],406],[[407,259]],[406,165],[407,165],[[406,406],7],[[407,407],7],[[406,8],9],[[407,8],9],[[]],[[]],[[]],[[]],[[]],[[]],[[],15],[[],15],[[[14,[407]],260,261,262,263],[[6,[160]]]],[[]],[[]],[[],6],[[],6],[[],6],[[],6],[[],22],[[],22],[[]],[[]],0,[1],[[]],[[]],[408],[408,408],[[]],[[],408],[408,165],[[408,408],7],[[408,8],9],[[]],[[]],0,[[]],[[],15],[[]],[[],6],[[],6],[[],22],0,[[]],0,0,0,0,[1],[367,18],[[]],[[]],[367,367],[[]],[[367,367],133],[[],133],[[],367],[[367,367],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[367,8],9],[[]],[254,[[14,[367]]]],[[]],[18,[[14,[367]]]],[[367,136]],[[]],[[],15],[254,7],[[367,367],[[14,[133]]]],[[]],[[],6],[254,[[6,[367,160]]]],[[],6],[[],22],[[]],0,0,[1],[[]],[[]],[409,409],[[]],[[409,259]],[409,165],[[409,409],7],[[409,8],9],[[]],[[]],[[]],[[],15],[[[14,[409]],260,261,262,263],[[6,[160]]]],[[]],[[],6],[[],6],[[],22],[[]],0,0,0,[1],[[]],[[]],[410,410],[[]],[[410,259]],[410,165],[[410,410],7],[[410,8],9],[[]],[[]],[[]],[[],15],[[[14,[410]],260,261,262,263],[[6,[160]]]],[[]],[[],6],[[],6],[[],22],[[]],0,0,0,[1],[370,18],[[]],[[]],[370,370],[[]],[[370,370],133],[[],133],[[],370],[[370,370],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[370,8],9],[[]],[254,[[14,[370]]]],[[]],[18,[[14,[370]]]],[[370,136]],[[]],[[],15],[254,7],[[370,370],[[14,[133]]]],[[]],[[],6],[254,[[6,[370,160]]]],[[],6],[[],22],[[]],0,0,[1],[[]],[[]],[411,411],[[]],[[411,259]],[411,165],[[411,411],7],[[411,8],9],[[]],[[]],[[]],[[],15],[[[14,[411]],260,261,262,263],[[6,[160]]]],[[]],[[],6],[[],6],[[],22],[[]],0,0,0,0,0,0,[1],[1],[368,18],[[]],[[]],[[]],[[]],[368,368],[412,412],[[]],[[]],[[368,368],133],[[],133],[[],368],[[412,259]],[412,165],[[368,368],7],[[412,412],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[368,8],9],[[412,8],9],[[]],[[]],[254,[[14,[368]]]],[[]],[[]],[18,[[14,[368]]]],[[368,136]],[[]],[[]],[[],15],[[],15],[254,7],[[[14,[412]],260,261,262,263],[[6,[160]]]],[[368,368],[[14,[133]]]],[[]],[[]],[[],6],[254,[[6,[368,160]]]],[[],6],[[],6],[[],6],[[],22],[[],22],[[]],[[]],0,0,0,0,0,0,0,[1],[1],[369,18],[[]],[[]],[[]],[[]],[369,369],[413,413],[[]],[[]],[[369,369],133],[[],133],[[],369],[[413,259]],[413,165],[[369,369],7],[[413,413],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[369,8],9],[[413,8],9],[[]],[[]],[254,[[14,[369]]]],[[]],[[]],[18,[[14,[369]]]],[[369,136]],[[]],[[]],[[],15],[[],15],[254,7],[[[14,[413]],260,261,262,263],[[6,[160]]]],[[369,369],[[14,[133]]]],[[]],[[]],[254,[[6,[369,160]]]],[[],6],[[],6],[[],6],[[],6],[[],22],[[],22],[[]],[[]],0,0,[1],[[]],[[]],[414,414],[[]],[[414,259]],[414,165],[[414,414],7],[[414,8],9],[[]],[[]],[[]],[[],15],[[[14,[414]],260,261,262,263],[[6,[160]]]],[[]],[[],6],[[],6],[[],22],[[]],0,0,0,0,0,0,[1],[1],[1],[1],[1],0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[138],[143],[415],[142],[51],[138,138],[143,143],[415,415],[142,142],[51,51],[[]],[[]],[[]],[[]],[[]],0,0,[[],138],[[],143],[[],415],[[],142],[[],51],[138,165],[143,165],[415,165],[142,165],[51,165],0,0,[[138,138],7],[[143,143],7],[[415,415],7],[[142,142],7],[[51,51],7],[[138,8],9],[[143,8],9],[[415,8],9],[[142,8],9],[[51,8],9],[[]],[[]],[49,143],[[]],[[]],[45,142],[36,51],[36,51],[[]],[[]],[[]],[[]],[[]],[[]],0,[143,313],0,0,0,[[]],[[]],[[]],[[]],[[]],[[],15],[[],15],[[],15],[[],15],[[],15],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[143,313]],[[]],[[]],[[]],[[]],[[]],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],22],[[],22],[[],22],[[],22],[[],22],[[]],[[]],[[]],[[]],[[]],0,[1],[[]],[[]],[416],[416,416],[[]],[[],416],0,[416,165],0,[[416,416],7],[[416,8],9],[[]],[[]],[[]],[[],15],0,0,[[]],[[],6],[[],6],[[],22],[[]],0,[1],[[]],[[]],0,[417],[417,417],[[]],[[],417],0,[417,165],[[417,417],7],[[417,8],9],[[]],[[]],[[]],[[],15],[[]],[[],6],[[],6],[[],22],[[]],0,[1],[[]],[[]],[418],[418,418],[[]],[[],418],[418,165],[[418,418],7],[[418,8],9],[[]],[[]],0,[[]],[[],15],0,[[]],[[],6],[[],6],[[],22],[[]],0,0,0,[1],[[]],[[]],[419,419],[[]],[[419,259]],[419,165],[[419,419],7],[[419,8],9],[[]],[[]],[[]],[[],15],[[[14,[419]],260,261,262,263],[[6,[160]]]],[[]],[[],6],[[],6],[[],22],[[]],0,0,0,0,[1],[1],[[]],[[]],[[]],[[]],[420],[420,420],[421,421],[[]],[[]],[[],420],[[421,259]],[420,165],[421,165],[[420,420],7],[[421,421],7],[[420,8],9],[[421,8],9],[[]],[[]],[[]],[[]],[[]],[[]],[[],15],[[],15],0,[[[14,[421]],260,261,262,263],[[6,[160]]]],[[]],[[]],[[],6],[[],6],[[],6],[[],6],[[],22],[[],22],[[]],[[]],0,0,0,0,0,0,0,0,0,0,0,0,[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],0,0,0,0,0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[422],[86],[423],[424],[425],[426],[427],[428],[429],[430],[431],[422,422],[86,86],[423,423],[424,424],[425,425],[426,426],[427,427],[428,428],[429,429],[430,430],[431,431],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,0,0,0,[[],422],[[],86],[[],423],[[],424],[[],425],[[],426],[[],427],[[],428],[[],429],[[],430],[[],431],0,0,0,0,0,[431,432],0,0,0,0,[422,165],[86,165],[423,165],[424,165],[425,165],[426,165],[427,165],[428,165],[429,165],[430,165],[431,165],0,[[422,422],7],[[86,86],7],[[423,423],7],[[424,424],7],[[425,425],7],[[426,426],7],[[427,427],7],[[428,428],7],[[429,429],7],[[430,430],7],[[431,431],7],0,0,0,0,0,0,0,[[422,8],9],[[86,8],9],[[423,8],9],[[424,8],9],[[425,8],9],[[426,8],9],[[427,8],9],[[428,8],9],[[429,8],9],[[430,8],9],[[431,8],9],0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[431,432]],[[423,433]],[[431,311]],0,0,0,[423,433],0,0,0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[431,311],0,0,0,0,0,[[],6],[58,[[6,[86]]]],[202,[[6,[86]]]],[[],6],[[],6],[146,[[6,[424]]]],[[],6],[146,[[6,[424]]]],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,[1],[[]],[[]],[434,434],[[]],[[434,259]],[434,165],[[434,434],7],[[434,8],9],[[]],[[]],[[]],[[],15],[[[14,[434]],260,261,262,263],[[6,[160]]]],[[]],[[],6],[[],6],[[],22],[[]],0,[1],[[]],[[]],[435],[435,435],[[]],[[],435],[435,165],[[435,435],7],[[435,8],9],[[]],[[]],[[]],[[],15],0,[[]],[[],6],[[],6],[[],22],[[]],0,0,0,0,[1],[433,18],[[]],[[]],[433,433],[[]],[[433,433],133],[[],133],[[],433],[[433,433],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[433,8],9],[[]],[254,[[14,[433]]]],[[]],[18,[[14,[433]]]],[[433,136]],[[]],[[],15],[254,7],[[433,433],[[14,[133]]]],[[]],[[],6],[254,[[6,[433,160]]]],[[],6],[[],22],[[]],0,0,0,0,0,0,0,0,[1],[1],[1],[1],[1],[432,18],0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[436],[437],[438],[436,436],[437,437],[438,438],[432,432],[439,439],[[]],[[]],[[]],[[]],[[]],[[432,432],133],[[],133],0,[[],436],[[],437],[[],438],[[],432],[[439,259]],[436,165],[437,165],[438,165],[439,165],[[436,436],7],[[437,437],7],[[438,438],7],[[432,432],7],[[439,439],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[436,8],9],[[437,8],9],[[438,8],9],[[432,8],9],[[439,8],9],[[]],[[]],[[]],[[]],[[]],[254,[[14,[432]]]],[[]],[[]],[[]],[[]],[[]],[18,[[14,[432]]]],[[432,136]],[[]],[[]],[[]],[[]],[[]],[[],15],[[],15],[[],15],[[],15],[[],15],[254,7],[[[14,[439]],260,261,262,263],[[6,[160]]]],[[432,432],[[14,[133]]]],[[]],[[]],[[]],[[]],[[]],[[],6],[[],6],[[],6],[254,[[6,[432,160]]]],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],22],[[],22],[[],22],[[],22],[[],22],[[]],[[]],[[]],[[]],[[]],0,0,0,[1],[1],[[]],[[]],[[]],[[]],[440],[440,440],[441,441],[[]],[[]],[[],440],[[441,259]],[440,165],[441,165],[[440,440],7],[[441,441],7],[[440,8],9],[[441,8],9],[[]],[[]],[[]],[[]],[[]],[[]],[[],15],[[],15],[[[14,[441]],260,261,262,263],[[6,[160]]]],[[]],[[]],[[],6],[[],6],[[],6],[[],6],[[],22],[[],22],[[]],[[]],0,0,0,[1],[[]],[[]],[442,442],[[]],[[442,259]],[442,165],[[442,442],7],[[442,8],9],[[]],[[]],[[]],[[],15],[[[14,[442]],260,261,262,263],[[6,[160]]]],[[]],[[],6],[[],6],[[],22],[[]],0,0,0,0,0,0,0,[1],[1],[[]],[[]],[[]],[[]],[443],[443,443],[444,444],[[]],[[]],[[],443],[[444,259]],[443,165],[444,165],[[443,443],7],[[444,444],7],[[443,8],9],[[444,8],9],[[]],[[]],[[]],[[]],[[]],[[]],[[],15],[[],15],[[[14,[444]],260,261,262,263],[[6,[160]]]],0,[[]],[[]],[[],6],[[],6],[[],6],[[],6],[[],22],[[],22],[[]],[[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],0,0,0,0,0,0,0,0,0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,[445],[446],[447],[448],[449],[450],[451],[452],[453],[454],[455],[456],[457],[458],[459],[460],[461],[462],[463],[464],[465],[466],[467],0,[445,445],[446,446],[447,447],[448,448],[449,449],[450,450],[451,451],[452,452],[453,453],[454,454],[455,455],[456,456],[457,457],[458,458],[459,459],[460,460],[461,461],[462,462],[463,463],[464,464],[465,465],[466,466],[467,467],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[451,468],0,0,0,0,0,0,0,0,0,0,0,[[],445],[[],446],[[],447],[[],448],[[],449],[[],450],[[],451],[[],452],[[],453],[[],454],[[],455],[[],456],[[],457],[[],458],[[],459],[[],460],[[],461],[[],462],[[],463],[[],464],[[],465],[[],466],[[],467],0,0,0,0,[445,165],[446,165],[447,165],[448,165],[449,165],[450,165],[451,165],[452,165],[453,165],[454,165],[455,165],[456,165],[457,165],[458,165],[459,165],[460,165],[461,165],[462,165],[463,165],[464,165],[465,165],[466,165],[467,165],[[445,445],7],[[446,446],7],[[447,447],7],[[448,448],7],[[449,449],7],[[450,450],7],[[451,451],7],[[452,452],7],[[453,453],7],[[454,454],7],[[455,455],7],[[456,456],7],[[457,457],7],[[458,458],7],[[459,459],7],[[460,460],7],[[461,461],7],[[462,462],7],[[463,463],7],[[464,464],7],[[465,465],7],[[466,466],7],[[467,467],7],0,0,[[445,8],9],[[446,8],9],[[447,8],9],[[448,8],9],[[449,8],9],[[450,8],9],[[451,8],9],[[452,8],9],[[453,8],9],[[454,8],9],[[455,8],9],[[456,8],9],[[457,8],9],[[458,8],9],[[459,8],9],[[460,8],9],[[461,8],9],[[462,8],9],[[463,8],9],[[464,8],9],[[465,8],9],[[466,8],9],[[467,8],9],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[451,469],0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[451,279],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[445,470],0,[454,471],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[451,468]],[[451,469]],[[451,279]],[[445,470]],[[454,471]],0,0,0,0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],0,0,0,0,0,0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,[1],[[]],[[]],[472,472],[[]],[[472,259]],[472,165],[[472,472],7],[[472,8],9],[[]],[[]],[[]],[[],15],[[[14,[472]],260,261,262,263],[[6,[160]]]],[[]],[[],6],[[],6],[[],22],[[]],0,0,0,0,0,0,0,0,0,[1],[[]],[[]],[473,473],[[]],[[473,259]],[473,165],[[473,473],7],[[473,8],9],[[]],[[]],[[]],[[],15],[[[14,[473]],260,261,262,263],[[6,[160]]]],[[]],[[],6],[[],6],[[],22],[[]],0,0,0,[1],[[]],[[]],[474,474],[[]],[[474,259]],[474,165],[[474,474],7],[[474,8],9],[[]],[[]],[[]],[[],15],[[[14,[474]],260,261,262,263],[[6,[160]]]],[[]],[[],6],[[],6],[[],22],[[]],0,0,[1],[1],0,0,[[]],[[]],[[]],[[]],[475],[476],[475,475],[476,476],[[]],[[]],[[],475],[[],476],[475,165],[476,165],[[475,475],7],[[476,476],7],[[475,8],9],[[476,8],9],[[]],[[]],[[]],[[]],[[]],[[]],[[],15],[[],15],0,0,[[]],[[]],[[],6],[[],6],[[],6],[[],6],[[],22],[[],22],[[]],[[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[1],[1],[1],[1],[1],[1],[1],[1],[1],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[477],[478],[479],[480],[481],[482],[483],[484],[477,477],[478,478],[479,479],[480,480],[481,481],[482,482],[483,483],[484,484],[485,485],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],477],[[],478],[[],479],[[],480],[[],481],[[],482],[[],483],[[],484],0,0,0,0,0,0,0,0,[[485,259]],[477,165],[478,165],[479,165],[480,165],[481,165],[482,165],[483,165],[484,165],[485,165],[[477,477],7],[[478,478],7],[[479,479],7],[[480,480],7],[[481,481],7],[[482,482],7],[[483,483],7],[[484,484],7],[[485,485],7],0,[[477,8],9],[[478,8],9],[[479,8],9],[[480,8],9],[[481,8],9],[[482,8],9],[[483,8],9],[[484,8],9],[[485,8],9],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[[14,[485]],260,261,262,263],[[6,[160]]]],0,0,0,[[484,486]],0,[484,486],0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,[1],[486,18],[[]],[[]],[486,486],[[]],[[486,486],133],[[],133],[[],486],[[486,486],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[486,8],9],[[]],[254,[[14,[486]]]],[[]],[18,[[14,[486]]]],[[486,136]],[[]],[[],15],[254,7],[[486,486],[[14,[133]]]],[[]],[[],6],[254,[[6,[486,160]]]],[[],6],[[],22],[[]],0,0,0,[1],[1],[[]],[[]],[[]],[[]],[487],[487,487],[488,488],[[]],[[]],[[],487],[[488,259]],[487,165],[488,165],[[487,487],7],[[488,488],7],[[487,8],9],[[488,8],9],[[]],[[]],[[]],[[]],[[]],[[]],[[],15],[[],15],[[[14,[488]],260,261,262,263],[[6,[160]]]],0,[[]],[[]],[[],6],[[],6],[[],6],[[],6],[[],22],[[],22],[[]],[[]],0,0,0,0,0,0,0,0,0,0,0,0,0,[1],[1],[1],[471,18],[[]],[[]],[[]],[[]],[[]],[[]],[471,471],[489,489],[490,490],[[]],[[]],[[]],[[471,471],133],[[],133],[[],471],[[489,259]],[[490,259]],[489,165],[490,165],[[471,471],7],[[489,489],7],[[490,490],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[471,8],9],[[489,8],9],[[490,8],9],[[]],[[]],[[]],[254,[[14,[471]]]],[[]],[[]],[[]],[18,[[14,[471]]]],[[471,136]],[[]],[[]],[[]],[[],15],[[],15],[[],15],[254,7],[[[14,[489]],260,261,262,263],[[6,[160]]]],[[[14,[490]],260,261,262,263],[[6,[160]]]],[[471,471],[[14,[133]]]],[[]],[[]],[[]],[254,[[6,[471,160]]]],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],22],[[],22],[[],22],[[]],[[]],[[]],0,0,0,0,0,0,0,0,[1],[1],[1],[1],[1],[1],[491,18],0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[492],[493],[494],[495],[496],[492,492],[493,493],[494,494],[495,495],[496,496],[491,491],[[]],[[]],[[]],[[]],[[]],[[]],[[491,491],133],[[],133],0,0,[[],492],[[],493],[[],494],[[],495],[[],496],[[],491],[492,165],[493,165],[494,165],[495,165],[496,165],[[492,492],7],[[493,493],7],[[494,494],7],[[495,495],7],[[496,496],7],[[491,491],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[492,8],9],[[493,8],9],[[494,8],9],[[495,8],9],[[496,8],9],[[491,8],9],[495,491],0,[[]],[[]],[[]],[[]],[[]],[[]],[254,[[14,[491]]]],[[]],[[]],[[]],[[]],[[]],[[]],[18,[[14,[491]]]],[[491,136]],[[]],[[]],[[]],[[]],[[]],[[]],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[254,7],0,0,0,0,0,[[491,491],[[14,[133]]]],0,0,0,[[495,491]],[[]],[[]],[[]],[[]],[[]],[[]],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[254,[[6,[491,160]]]],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[]],[[]],[[]],[[]],[[]],[[]],0,0,[1],[[]],[[]],[497,497],[[]],[[497,259]],[497,165],[[497,497],7],[[497,8],9],[[]],[[]],[[]],[[],15],[[[14,[497]],260,261,262,263],[[6,[160]]]],[[]],[[],6],[[],6],[[],22],[[]],0,0,[1],[[]],[[]],[498,498],[[]],[[498,259]],[498,165],[[498,498],7],[[498,8],9],[[]],[[]],[[]],[[],15],[[[14,[498]],260,261,262,263],[[6,[160]]]],[[]],[[],6],[[],6],[[],22],[[]],0,0,0,0,0,0,[1],[[]],[[]],[499,499],[[]],[[499,259]],[499,165],[[499,499],7],[[499,8],9],[[]],[[]],[[]],[[],15],[[[14,[499]],260,261,262,263],[[6,[160]]]],[[]],[[],6],[[],6],[[],22],[[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[1],[1],[1],[1],[1],[1],[1],[1],[468,18],[469,18],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[500],[501],[502],[503],[500,500],[501,501],[502,502],[503,503],[468,468],[469,469],[504,504],[505,505],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,[[468,468],133],[[469,469],133],[[],133],[[],133],0,[[],500],[[],501],[[],502],[[],503],[[],468],[[],469],0,[[504,259]],[[505,259]],[500,165],[501,165],[502,165],[503,165],[504,165],[505,165],[[500,500],7],[[501,501],7],[[502,502],7],[[503,503],7],[[468,468],7],[[469,469],7],[[504,504],7],[[505,505],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[500,8],9],[[501,8],9],[[502,8],9],[[503,8],9],[[468,8],9],[[469,8],9],[[504,8],9],[[505,8],9],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[254,[[14,[468]]]],[254,[[14,[469]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[18,[[14,[468]]]],[18,[[14,[469]]]],0,0,[[468,136]],[[469,136]],0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[254,7],[254,7],0,[[[14,[504]],260,261,262,263],[[6,[160]]]],[[[14,[505]],260,261,262,263],[[6,[160]]]],[[468,468],[[14,[133]]]],[[469,469],[[14,[133]]]],0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,[[],6],[[],6],[[],6],[[],6],[[],6],[254,[[6,[468,160]]]],[254,[[6,[469,160]]]],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,0,0,0,0,0,0,0,0,[1],[1],[1],[1],[1],[1],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[506],[507],[508],[509],[510],[506,506],[507,507],[508,508],[509,509],[510,510],[511,511],[[]],[[]],[[]],[[]],[[]],[[]],[[],506],[[],507],[[],508],[[],509],[[],510],[[511,259]],[506,165],[507,165],[508,165],[509,165],[510,165],[511,165],[[506,506],7],[[507,507],7],[[508,508],7],[[509,509],7],[[510,510],7],[[511,511],7],[[506,8],9],[[507,8],9],[[508,8],9],[[509,8],9],[[510,8],9],[[511,8],9],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,[[]],[[]],[[]],[[]],[[]],[[]],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],0,[[[14,[511]],260,261,262,263],[[6,[160]]]],0,0,0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],0,[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[]],[[]],[[]],[[]],[[]],[[]],0,[1],0,[[]],[[]],[512],[512,512],[[]],[[],512],[512,165],[[512,512],7],[[512,8],9],[[]],[[]],[[]],[[],15],0,[[]],[[],6],[[],6],[[],22],[[]],0,0,0,0,0,0,0,0,[1],[1],[1],[1],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[513],[514],[515],[513,513],[514,514],[515,515],[516,516],[[]],[[]],[[]],[[]],[[],513],[[],514],[[],515],[[516,259]],[513,165],[514,165],[515,165],[516,165],[[513,513],7],[[514,514],7],[[515,515],7],[[516,516],7],[[513,8],9],[[514,8],9],[[515,8],9],[[516,8],9],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],15],[[],15],[[],15],[[],15],[[[14,[516]],260,261,262,263],[[6,[160]]]],0,[[]],[[]],[[]],[[]],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],22],[[],22],[[],22],[[],22],0,[[]],[[]],[[]],[[]],0,0,0,0,[1],[470,18],[[]],[[]],[470,470],[[]],[[470,470],133],[[],133],[[],470],[[470,470],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[470,8],9],[[]],[254,[[14,[470]]]],[[]],[18,[[14,[470]]]],[[470,136]],[[]],[[],15],[254,7],[[470,470],[[14,[133]]]],[[]],[254,[[6,[470,160]]]],[[],6],[[],6],[[],22],[[]],0,0,0,[1],[1],[[]],[[]],[[]],[[]],[517],[517,517],[518,518],[[]],[[]],0,0,[[],517],[[518,259]],[517,165],[518,165],[[517,517],7],[[518,518],7],[[517,8],9],[[518,8],9],[[]],[[]],[[]],[[]],0,[[]],[[]],[[],15],[[],15],[[[14,[518]],260,261,262,263],[[6,[160]]]],0,0,0,0,0,0,[[]],[[]],[[],6],[[],6],[[],6],[[],6],[[],22],[[],22],0,[[]],[[]],0,0,0,[1],[[]],[[]],[519,519],[[]],[[519,259]],[519,165],[[519,519],7],[[519,8],9],[[]],[[]],[[]],[[],15],[[[14,[519]],260,261,262,263],[[6,[160]]]],[[]],[[],6],[[],6],[[],22],[[]],0,0,0,0,[1],[[]],[[]],[520],[520,520],[[]],0,0,[[],520],[520,165],[[520,520],7],[[520,8],9],[[]],[[]],[[]],[[],15],[[]],[[],6],[[],6],[[],22],[[]],0,[1],[[[523,[[522,[521]]]],524],[[523,[[522,[521]]]]]],[[]],[[]],[[[523,[55]]],[[523,[55]]]],[[]],[[[525,[227]]],[[6,[[523,[231]],526]]]],[[[523,[[522,[521]]]],527],[[6,[[529,[[229,[528]]]],234]]]],[[[523,[[522,[521]]]],[530,[232]]],[[6,[[529,[67]],234]]]],[[[523,[71]],8],9],[[]],[[]],[[]],[[],15],[[[523,[[522,[521]]]],165],[[523,[[522,[521]]]]]],[[[523,[[522,[521]]]],165],[[523,[[522,[521]]]]]],[[[522,[521]]],[[523,[[522,[521]]]]]],[[[523,[[522,[521]]]],524],[[523,[[522,[521]]]]]],[[[523,[[522,[521]]]],527],[[6,[[529,[[229,[67]]]],234]]]],[[]],[[],6],[[],6],[[],22],[[]],[[[532,[[531,[521]]]],[522,[521]],533],[[523,[[534,[[532,[[531,[521]]]],[522,[521]],533]]]]]],[[[522,[521]],535],[[523,[[522,[521]]]]]],0,0,0,0,[1],[[[537,[536]],524],[[537,[536]]]],[[]],[[]],[531],[[[537,[536]],[531,[[0,[538,87]]]]]],[[[537,[536]]],[[537,[536]]]],[[]],[[[15,[[229,[228]]]]],[[82,[[81,[80]]]]]],[[[15,[232]]],[[82,[[81,[80]]]]]],[[[537,[[0,[71,536]]]],8],9],[[]],[[[29,[536]]],[[537,[536]]]],[[]],[[]],[[],539],[[],15],[[[537,[536]],165],[[537,[536]]]],[[[537,[536]],165],[[537,[536]]]],[536,[[537,[536]]]],[540,[[541,[6]]]],[[[537,[536]],540],[[541,[6]]]],[[[537,[536]],524],[[537,[536]]]],[[[15,[[229,[232]]]]],[[82,[[81,[80]]]]]],[[]],[[],6],[[],6],[[],22],[[]],[[536,533],[[534,[[537,[536]],533]]]],0,0,0,0,0,0,0,[1],[1],[1],[1],[1],[1],0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,[232],[67],[228],[528],[542],[543],[232,232],[67,67],[228,228],[528,528],[542,542],[543,543],[[]],[[]],[[]],[[]],[[]],[[]],0,0,[[],232],[[],67],[[],228],[[],528],[[],542],[[],543],[232,165],[67,165],[228,165],[528,165],[542,165],[543,165],[[232,232],7],[[67,67],7],[[228,228],7],[[528,528],7],[[542,542],7],[[543,543],7],0,0,[[232,8],9],[[67,8],9],[[228,8],9],[[528,8],9],[[542,8],9],[[543,8],9],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,[[]],[[]],[[]],[[]],[[]],[[]],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[67,[[6,[232]]]],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],0,[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],0,0,0,0,0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],0,[1],[[[236,[[522,[521]]]],524],[[236,[[522,[521]]]]]],[[]],[[]],[[[236,[55]]],[[236,[55]]]],[[]],[[[525,[227]]],[[6,[[236,[231]],526]]]],[[[236,[[522,[521]]]],527],[[6,[[529,[[229,[528]]]],234]]]],[[[236,[71]],8],9],[[]],[[]],[[]],[[],15],[[[236,[[522,[521]]]],165],[[236,[[522,[521]]]]]],[[[236,[[522,[521]]]],165],[[236,[[522,[521]]]]]],[[[522,[521]]],[[236,[[522,[521]]]]]],[[[236,[[522,[521]]]],524],[[236,[[522,[521]]]]]],[[[236,[[522,[521]]]],527],[[6,[[529,[[229,[67]]]],234]]]],[[]],[[],6],[[],6],[[],22],[[]],[[[532,[[531,[521]]]],[522,[521]],533],[[236,[[534,[[532,[[531,[521]]]],[522,[521]],533]]]]]],[[[522,[521]],535],[[236,[[522,[521]]]]]],0,0,0,0,[1],[[[545,[544]],524],[[545,[544]]]],[[]],[[]],[531],[[[545,[544]],[531,[[0,[538,87]]]]]],[[[545,[544]]],[[545,[544]]]],[[]],[[[15,[[229,[228]]]]],[[82,[[81,[80]]]]]],[[[545,[[0,[71,544]]]],8],9],[[]],[[[29,[544]]],[[545,[544]]]],[[]],[[]],[[],539],[[],15],[[[545,[544]],165],[[545,[544]]]],[[[545,[544]],165],[[545,[544]]]],[544,[[545,[544]]]],[540,[[541,[6]]]],[[[545,[544]],540],[[541,[6]]]],[[[545,[544]],524],[[545,[544]]]],[[[15,[[229,[232]]]]],[[82,[[81,[80]]]]]],[[]],[[],6],[[],6],[[],22],[[]],[[544,533],[[534,[[545,[544]],533]]]],0,[1],[[]],[[]],[546],[546,546],[[]],[[],546],0,[546,165],[[546,546],7],[[546,8],9],[[]],[[]],[[]],[[],15],[[]],[[],6],[[],6],[[],22],[[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,[547],[548],[549],[550],[551],[552],[553],[554],[555],[556],[557],[558],[547,547],[548,548],[549,549],[550,550],[551,551],[552,552],[553,553],[554,554],[555,555],[556,556],[557,557],[558,558],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],547],[[],548],[[],549],[[],550],[[],551],[[],552],[[],553],[[],554],[[],555],[[],556],[[],557],[[],558],0,[547,165],[548,165],[549,165],[550,165],[551,165],[552,165],[553,165],[554,165],[555,165],[556,165],[557,165],[558,165],0,[[547,547],7],[[548,548],7],[[549,549],7],[[550,550],7],[[551,551],7],[[552,552],7],[[553,553],7],[[554,554],7],[[555,555],7],[[556,556],7],[[557,557],7],[[558,558],7],0,[[547,8],9],[[548,8],9],[[549,8],9],[[550,8],9],[[551,8],9],[[552,8],9],[[553,8],9],[[554,8],9],[[555,8],9],[[556,8],9],[[557,8],9],[[558,8],9],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,[1],[[]],[[]],[559,559],[[]],[[559,259]],[559,165],[[559,559],7],[[559,8],9],[[]],[[]],[[]],[[],15],[[[14,[559]],260,261,262,263],[[6,[160]]]],[[]],[[],6],[[],6],[[],22],[[]],0,[1],[[]],[[]],[560],[560,560],[[]],[[],560],[560,165],[[560,560],7],[[560,8],9],[[]],[[]],0,[[]],[[],15],0,[[]],[[],6],[[],6],[[],22],[[]],0,0,0,[1],[[]],[[]],[561,561],[[]],[[561,259]],[561,165],[[561,561],7],[[561,8],9],[[]],[[]],[[]],[[],15],[[[14,[561]],260,261,262,263],[[6,[160]]]],[[]],[[],6],[[],6],[[],22],[[]],0,0,[1],[[]],[[]],[562,562],[[]],[[562,259]],[562,165],[[562,562],7],[[562,8],9],[[]],[[]],[[]],[[],15],[[[14,[562]],260,261,262,263],[[6,[160]]]],[[]],[[],6],[[],6],[[],22],[[]],0,0,0,0,0,0,0,0,0,0,0,0,[1],[1],[[]],[[]],[[]],[[]],[563],[563,563],[564,564],[[]],[[]],[[],563],[[564,259]],[563,165],[564,165],[[563,563],7],[[564,564],7],[[563,8],9],[[564,8],9],[[]],[[]],[[]],[[]],[[]],[[]],[[],15],[[],15],[[[14,[564]],260,261,262,263],[[6,[160]]]],0,[[]],[[]],[[],6],[[],6],[[],6],[[],6],[[],22],[[],22],[[]],[[]],0,0,0,0,0,0,[1],[1],[1],[1],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[565],[566],[567],[565,565],[566,566],[567,567],[568,568],[[]],[[]],[[]],[[]],[[],565],[[],566],[[],567],[[568,259]],[565,165],[566,165],[567,165],[568,165],[[565,565],7],[[566,566],7],[[567,567],7],[[568,568],7],[[565,8],9],[[566,8],9],[[567,8],9],[[568,8],9],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,[[]],[[]],[[]],[[]],[[],15],[[],15],[[],15],[[],15],0,0,0,[[[14,[568]],260,261,262,263],[[6,[160]]]],0,0,[[]],[[]],[[]],[[]],0,[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],22],[[],22],[[],22],[[],22],[[]],[[]],[[]],[[]],0,0,[1],[1],[[]],[[]],[[]],[[]],[569],[570],[569,569],[570,570],[[]],[[]],[[],569],[[],570],[569,165],[570,165],[[569,569],7],[[570,570],7],[[569,8],9],[[570,8],9],[[]],[[]],[[]],[[]],[[]],[[]],[[],15],[[],15],0,0,0,0,[[]],[[]],[[],6],[[],6],[[],6],[[],6],[[],22],[[],22],[[]],[[]],0,0,0,0,0,0,0,[1],[1],[1],[[]],[[]],[[]],[[]],[[]],[[]],[571],[572],[571,571],[572,572],[573,573],[[]],[[]],[[]],[[],571],[[],572],[[573,259]],[571,165],[572,165],[573,165],[[571,571],7],[[572,572],7],[[573,573],7],[[571,8],9],[[572,8],9],[[573,8],9],[[]],[[]],[[]],[[]],[[]],[[]],0,[[]],[[]],[[]],[[],15],[[],15],[[],15],0,[[[14,[573]],260,261,262,263],[[6,[160]]]],0,0,[[]],[[]],[[]],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],22],[[],22],[[],22],[[]],[[]],[[]],0,0,0,[1],[[]],[[]],[574,574],[[]],[[574,259]],[574,165],[[574,574],7],[[574,8],9],[[]],[[]],[[]],[[],15],[[[14,[574]],260,261,262,263],[[6,[160]]]],[[]],[[],6],[[],6],[[],22],[[]],0,0,0,0,0,[1],[1],[[]],[[]],[[]],[[]],[575],[575,575],[576,576],[[]],[[]],[[],575],[[576,259]],[575,165],[576,165],[[575,575],7],[[576,576],7],[[575,8],9],[[576,8],9],[[]],[[]],[[]],[[]],[[]],[[]],[[],15],[[],15],0,[[[14,[576]],260,261,262,263],[[6,[160]]]],[[]],[[]],[[],6],[[],6],[[],6],[[],6],[[],22],[[],22],[[]],[[]],0,0,0,[1],[[]],[[]],[577,577],[[]],[[577,259]],[577,165],[[577,577],7],[[577,8],9],[[]],[[]],[[]],[[],15],[[[14,[577]],260,261,262,263],[[6,[160]]]],[[]],[[],6],[[],6],[[],22],[[]],0,[1],[[]],[[]],[578],[578,578],[[]],[[],578],[578,165],[[578,578],7],[[578,8],9],[[]],[[]],[[]],[[],15],0,0,[[]],[[],6],[[],6],[[],22],[[]],0,0,[1],[[]],[[]],[579,579],[[]],[[579,259]],[579,165],[[579,579],7],[[579,8],9],[[]],[[]],[[]],[[],15],[[[14,[579]],260,261,262,263],[[6,[160]]]],[[]],[[],6],[[],6],[[],22],[[]],0,0,0,[1],[1],[[]],[[]],[[]],[[]],[580],[580,580],[581,581],[[]],[[]],[[],580],[[581,259]],[580,165],[581,165],[[580,580],7],[[581,581],7],[[580,8],9],[[581,8],9],[[]],[[]],[[]],[[]],[[]],[[]],[[],15],[[],15],0,[[[14,[581]],260,261,262,263],[[6,[160]]]],[[]],[[]],[[],6],[[],6],[[],6],[[],6],[[],22],[[],22],[[]],[[]],0,0,0,0,0,0,[1],[[]],[[]],[582,582],[[]],[[582,259]],[582,165],[[582,582],7],[[582,8],9],[[]],[[]],[[]],[[],15],[[[14,[582]],260,261,262,263],[[6,[160]]]],[[]],[[],6],[[],6],[[],22],[[]],0,0,0,0,0,0,0,0,[1],[1],[[]],[[]],[[]],[[]],[583],[583,583],[584,584],[[]],[[]],[[],583],[[584,259]],[583,165],[584,165],[[583,583],7],[[584,584],7],[[583,8],9],[[584,8],9],[[]],[[]],[[]],[[]],[[]],[[]],[[],15],[[],15],[[[14,[584]],260,261,262,263],[[6,[160]]]],[[]],[[]],[[],6],[[],6],[[],6],[[],6],[[],22],[[],22],[[]],[[]],0,0,0,[1],[1],[[]],[[]],[[]],[[]],[585],[586],[585,585],[586,586],[[]],[[]],[[],585],[[],586],[585,165],[586,165],[[585,585],7],[[586,586],7],[[585,8],9],[[586,8],9],[[]],[[]],[[]],[[]],[[]],[[]],[[],15],[[],15],0,0,0,0,0,[[]],[[]],[[],6],[[],6],[[],6],[[],6],[[],22],[[],22],[[]],[[]],0,[1],[[]],[[]],[587],[587,587],[[]],[[],587],[587,165],[[587,587],7],[[587,8],9],[[]],[[]],[[]],[[],15],0,0,[[]],[[],6],[[],6],[[],22],[[]],0,0,[1],[[]],[[]],[588,588],[[]],[[588,259]],[588,165],[[588,588],7],[[588,8],9],[[]],[[]],[[]],[[],15],[[[14,[588]],260,261,262,263],[[6,[160]]]],[[]],[[],6],[[],6],[[],22],[[]],0,0,0,0,0,0,0,0,0,[1],[1],[1],[1],[1],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[589],[590],[591],[592],[589,589],[590,590],[591,591],[592,592],[593,593],[[]],[[]],[[]],[[]],[[]],[[],589],[[],590],[[],591],[[],592],[[593,259]],[589,165],[590,165],[591,165],[592,165],[593,165],[[589,589],7],[[590,590],7],[[591,591],7],[[592,592],7],[[593,593],7],[[589,8],9],[[590,8],9],[[591,8],9],[[592,8],9],[[593,8],9],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],15],[[],15],[[],15],[[],15],[[],15],[[[14,[593]],260,261,262,263],[[6,[160]]]],[[]],[[]],[[]],[[]],[[]],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],22],[[],22],[[],22],[[],22],[[],22],[[]],[[]],[[]],[[]],[[]],0,0,[1],[[]],[[]],[594],[594,594],[[]],0,[[],594],[594,165],[[594,594],7],[[594,8],9],[[]],[[]],[[]],[[],15],0,[[]],[[],6],[[],6],0,[[],22],[[]],0,0,0,0,0,0,0,0,0,[1],[1],[1],[1],[1],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[595],[596],[597],[598],[595,595],[596,596],[597,597],[598,598],[599,599],[[]],[[]],[[]],[[]],[[]],[[],595],[[],596],[[],597],[[],598],0,0,0,[[599,259]],[595,165],[596,165],[597,165],[598,165],[599,165],[[595,595],7],[[596,596],7],[[597,597],7],[[598,598],7],[[599,599],7],[[595,8],9],[[596,8],9],[[597,8],9],[[598,8],9],[[599,8],9],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],15],[[],15],[[],15],[[],15],[[],15],0,[[[14,[599]],260,261,262,263],[[6,[160]]]],0,0,0,[[]],[[]],[[]],[[]],[[]],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],22],[[],22],[[],22],[[],22],[[],22],0,[[]],[[]],[[]],[[]],[[]],0,0,0,0,0,0,0,0,0,0,[1],[1],[1],[1],[1],[1],[1],[402,18],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[600],[601],[602],[603],[604],[605],[600,600],[601,601],[602,602],[603,603],[604,604],[605,605],[402,402],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[402,402],133],[[],133],[[],600],[[],601],[[],602],[[],603],[[],604],[[],605],[[],402],[601,606],0,[600,165],[601,165],[602,165],[603,165],[604,165],[605,165],0,0,0,[[600,600],7],[[601,601],7],[[602,602],7],[[603,603],7],[[604,604],7],[[605,605],7],[[402,402],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[600,8],9],[[601,8],9],[[602,8],9],[[603,8],9],[[604,8],9],[[605,8],9],[[402,8],9],0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[254,[[14,[402]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[18,[[14,[402]]]],[[402,136]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[254,7],0,0,0,[[402,402],[[14,[133]]]],0,[[601,606]],0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[254,[[6,[402,160]]]],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,0,[1],[606,18],[[]],[[]],[606,606],[[]],[[606,606],133],[[],133],[[],606],[[606,606],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[606,8],9],[[]],[254,[[14,[606]]]],[[]],[18,[[14,[606]]]],[[606,136]],[[]],[[],15],[254,7],[[606,606],[[14,[133]]]],[[]],[254,[[6,[606,160]]]],[[],6],[[],6],[[],22],[[]]],"c":[3469,3539,3625,3645,3646,3707,3708,3740,3749,3773,3809,3810,4161,4162,4163,4164,4495,4544,4578,5577,5578,5579,5580,5581,5833,5924,6354,6895,7247,7324,7392,7449,7859,7975,8046,8122,8207,8695,8710,8714,8769,8770,9325,9431,9548,9799,9800,10149,11332,11843,11935],"p":[[3,"Private"],[3,"Command"],[3,"Proxy"],[3,"Config"],[8,"Deserializer"],[4,"Result"],[15,"bool"],[3,"Formatter"],[6,"Result"],[3,"Cli"],[3,"ArgMatches"],[6,"Error"],[3,"Id"],[4,"Option"],[3,"Request"],[3,"SchemaGenerator"],[4,"Schema"],[15,"str"],[4,"Cow"],[3,"String"],[8,"Serializer"],[3,"TypeId"],[4,"Commands"],[4,"LogFormats"],[6,"Result"],[3,"Error"],[3,"Agent"],[15,"u16"],[3,"Arc"],[3,"Receiver"],[3,"GenerateConfigSchema"],[3,"Manage"],[4,"Qcmp"],[3,"Ping"],[3,"Relay"],[3,"Cluster"],[3,"ClusterMap"],[3,"RefMut"],[8,"Iterator"],[4,"Entry"],[3,"DashMap"],[15,"array"],[8,"IntoIterator"],[3,"Ref"],[3,"LocalityEndpoints"],[8,"Into"],[3,"Iter"],[3,"LocalitySet"],[3,"Endpoint"],[8,"Fn"],[3,"ClusterLoadAssignment"],[3,"Locality"],[4,"Resource"],[4,"ConfigType"],[8,"Clone"],[3,"Slot"],[4,"Version"],[3,"Filter"],[8,"Default"],[4,"CreationError"],[8,"Deserialize"],[15,"u8"],[3,"Vec"],[8,"From"],[4,"ResourceType"],[15,"slice"],[3,"DiscoveryResponse"],[3,"Report"],[8,"PartialEq"],[4,"ValidationError"],[8,"Debug"],[4,"Value"],[15,"never"],[8,"Read"],[3,"Error"],[8,"FnMut"],[3,"Demand"],[8,"Filter"],[3,"ReadContext"],[8,"Future"],[3,"Box"],[3,"Pin"],[8,"Serialize"],[8,"AsRef"],[8,"Error"],[3,"Filter"],[8,"Send"],[8,"Sync"],[3,"WriteContext"],[4,"Providers"],[3,"JoinHandle"],[3,"Client"],[8,"Stream"],[3,"Global"],[3,"BTreeMap"],[3,"ApiResource"],[3,"GameServer"],[3,"Inner"],[3,"GameServerSpec"],[3,"Health"],[3,"GameServerPort"],[3,"GameServerStatus"],[4,"GameServerState"],[3,"GameServerStatusPort"],[3,"SdkServer"],[4,"SdkServerLogLevel"],[4,"PortPolicy"],[4,"SchedulingStrategy"],[4,"Protocol"],[3,"Fleet"],[3,"FleetSpec"],[4,"FleetScheduling"],[3,"FleetStrategy"],[3,"FleetStrategyRollingUpdate"],[4,"FleetStrategyType"],[3,"GameServerTemplateSpec"],[3,"FleetStatus"],[3,"CustomResourceDefinition"],[3,"Time"],[3,"ManagedFieldsEntry"],[3,"ObjectMeta"],[3,"OwnerReference"],[3,"BTreeSet"],[3,"Watch"],[3,"ReadGuard"],[3,"WatchGuard"],[3,"PathBuf"],[3,"DynGuard"],[8,"FnOnce"],[3,"EndpointAddress"],[3,"Metadata"],[4,"MetadataError"],[4,"Ordering"],[4,"SocketAddr"],[3,"Locality"],[8,"Hasher"],[6,"Result"],[3,"Endpoint"],[4,"Address"],[3,"SocketAddress"],[3,"Address"],[3,"LocalityLbEndpoints"],[3,"LbEndpoint"],[3,"Struct"],[6,"EndpointMetadata"],[3,"FilterChain"],[3,"FilterInstance"],[3,"FilterSet"],[3,"Timestamp"],[3,"RootSchema"],[3,"CreateFilterArgs"],[3,"Any"],[3,"ConvertProtoConfigError"],[6,"DynFilterFactory"],[3,"FilterError"],[3,"FilterRegistry"],[3,"Debug"],[6,"FilterMap"],[3,"Error"],[3,"DecodeError"],[3,"EncodeError"],[3,"Error"],[4,"Infallible"],[4,"Error"],[15,"usize"],[6,"DynamicMetadata"],[8,"Display"],[3,"Capture"],[3,"Compress"],[3,"ConcatenateBytes"],[3,"Drop"],[3,"Firewall"],[3,"LoadBalancer"],[3,"LocalRateLimit"],[3,"Match"],[3,"Pass"],[3,"TokenRouter"],[3,"Config"],[4,"Value"],[3,"Prefix"],[3,"Suffix"],[3,"Regex"],[4,"Strategy"],[3,"Config"],[8,"CaptureStrategy"],[4,"Mode"],[4,"Action"],[3,"Config"],[4,"Strategy"],[3,"Config"],[3,"Config"],[3,"Config"],[3,"Config"],[4,"Action"],[3,"Rule"],[3,"PortRange"],[4,"PortRangeError"],[3,"PacketDenied"],[4,"Policy"],[3,"Config"],[3,"Config"],[3,"Fallthrough"],[3,"Config"],[3,"DirectionalConfig"],[3,"Branch"],[3,"Config"],[3,"Config"],[4,"Error"],[3,"Bytes"],[4,"Symbol"],[3,"Reference"],[3,"Key"],[3,"MetadataView"],[3,"Spur"],[15,"u64"],[8,"TryFrom"],[3,"Value"],[3,"Metadata"],[3,"Map"],[4,"Protocol"],[4,"Error"],[3,"Error"],[4,"Err"],[15,"i64"],[3,"Client"],[3,"ControlPlane"],[3,"Endpoint"],[3,"DeltaDiscoveryRequest"],[3,"Streaming"],[8,"Message"],[3,"Channel"],[3,"DiscoveryRequest"],[8,"Unpin"],[3,"Status"],[6,"AdsClient"],[3,"AggregatedDiscoveryServiceClient"],[3,"AccessLog"],[3,"AccessLogFilter"],[3,"ComparisonFilter"],[3,"StatusCodeFilter"],[3,"DurationFilter"],[3,"NotHealthCheckFilter"],[3,"TraceableFilter"],[3,"RuntimeFilter"],[3,"AndFilter"],[3,"OrFilter"],[3,"HeaderFilter"],[3,"ResponseFlagFilter"],[3,"GrpcStatusFilter"],[3,"MetadataFilter"],[3,"ExtensionFilter"],[4,"Op"],[4,"Status"],[15,"i32"],[3,"Iter"],[3,"Cloned"],[3,"FilterMap"],[4,"ConfigType"],[8,"BufMut"],[15,"u32"],[4,"WireType"],[8,"Buf"],[3,"DecodeContext"],[4,"FilterSpecifier"],[4,"ConfigType"],[3,"CircuitBreakers"],[3,"Filter"],[3,"OutlierDetection"],[3,"ClusterCollection"],[3,"Cluster"],[3,"LoadBalancingPolicy"],[3,"UpstreamBindConfig"],[3,"UpstreamConnectionOptions"],[3,"TrackClusterStats"],[4,"DnsLookupFamily"],[4,"LbPolicy"],[4,"ClusterProtocolSelection"],[3,"Thresholds"],[4,"RoutingPriority"],[3,"RetryBudget"],[4,"DiscoveryType"],[3,"TransportSocketMatch"],[3,"CustomClusterType"],[3,"EdsClusterConfig"],[3,"LbSubsetConfig"],[3,"SlowStartConfig"],[3,"RoundRobinLbConfig"],[3,"LeastRequestLbConfig"],[3,"RingHashLbConfig"],[3,"MaglevLbConfig"],[3,"OriginalDstLbConfig"],[3,"CommonLbConfig"],[3,"RefreshRate"],[3,"PreconnectPolicy"],[4,"ClusterDiscoveryType"],[4,"LbConfig"],[4,"LbSubsetFallbackPolicy"],[4,"HashFunction"],[3,"ZoneAwareLbConfig"],[3,"LocalityWeightedLbConfig"],[3,"ConsistentHashingLbConfig"],[4,"LocalityConfigSpecifier"],[3,"LbSubsetSelector"],[4,"LbSubsetSelectorFallbackPolicy"],[3,"Policy"],[3,"ApiConfigSource"],[4,"ApiType"],[3,"HeaderValueOption"],[4,"HeaderAppendAction"],[4,"RequestMethod"],[4,"TrafficDirection"],[4,"ApiVersion"],[4,"HealthStatus"],[3,"SocketOption"],[3,"Pipe"],[3,"EnvoyInternalAddress"],[3,"TcpKeepalive"],[3,"BindConfig"],[3,"CidrRange"],[3,"BackoffStrategy"],[3,"HttpUri"],[3,"BuildVersion"],[3,"Extension"],[3,"Node"],[3,"RuntimeUInt32"],[3,"RuntimePercent"],[3,"RuntimeDouble"],[3,"RuntimeFeatureFlag"],[3,"QueryParameter"],[3,"HeaderValue"],[3,"HeaderMap"],[3,"WatchedDirectory"],[3,"DataSource"],[3,"RetryPolicy"],[3,"RemoteDataSource"],[3,"AsyncDataSource"],[3,"TransportSocket"],[3,"RuntimeFractionalPercent"],[3,"ControlPlane"],[3,"TypedExtensionConfig"],[3,"ProxyProtocolConfig"],[3,"GrpcService"],[3,"AggregatedConfigSource"],[3,"SelfConfigSource"],[3,"RateLimitSettings"],[3,"PathConfigSource"],[3,"ConfigSource"],[3,"ExtensionConfigSource"],[3,"EventServiceConfig"],[3,"HealthStatusSet"],[3,"HealthCheck"],[3,"TcpProtocolOptions"],[3,"QuicKeepAliveSettings"],[3,"QuicProtocolOptions"],[3,"UpstreamHttpProtocolOptions"],[3,"AlternateProtocolsCacheOptions"],[3,"HttpProtocolOptions"],[3,"Http1ProtocolOptions"],[3,"KeepaliveSettings"],[3,"Http2ProtocolOptions"],[3,"GrpcProtocolOptions"],[3,"Http3ProtocolOptions"],[3,"SchemeHeaderTransformation"],[3,"DnsResolverOptions"],[3,"DnsResolutionConfig"],[3,"UdpSocketConfig"],[4,"HeadersWithUnderscoresAction"],[4,"Protocol"],[4,"SocketState"],[4,"Version"],[3,"AlternateProtocolsCacheEntry"],[4,"Specifier"],[4,"ConfigSourceSpecifier"],[4,"Specifier"],[4,"AddressNameSpecifier"],[4,"ConfigSourceSpecifier"],[3,"EnvoyGrpc"],[3,"GoogleGrpc"],[4,"TargetSpecifier"],[3,"SslCredentials"],[3,"GoogleLocalCredentials"],[3,"ChannelCredentials"],[3,"CallCredentials"],[3,"ChannelArgs"],[3,"ServiceAccountJwtAccessCredentials"],[3,"GoogleIamCredentials"],[3,"MetadataCredentialsFromPlugin"],[3,"StsService"],[4,"CredentialSpecifier"],[4,"ConfigType"],[3,"Value"],[4,"ValueSpecifier"],[4,"CredentialSpecifier"],[3,"Payload"],[3,"HttpHealthCheck"],[3,"TcpHealthCheck"],[3,"RedisHealthCheck"],[3,"GrpcHealthCheck"],[3,"CustomHealthCheck"],[3,"TlsOptions"],[4,"HealthChecker"],[4,"CodecClientType"],[4,"ConfigType"],[4,"Payload"],[3,"HeaderKeyFormat"],[3,"ProperCaseWords"],[4,"HeaderFormat"],[3,"SettingsParameter"],[4,"HttpUpstreamType"],[4,"UserAgentVersionType"],[4,"Transformation"],[4,"PortSpecifier"],[4,"Value"],[4,"ConfigType"],[3,"LedsClusterLocalityConfig"],[3,"Policy"],[3,"DropOverload"],[3,"HealthCheckConfig"],[4,"HostIdentifier"],[3,"LbEndpointList"],[4,"LbConfig"],[3,"ApiListener"],[3,"FilterChainMatch"],[3,"FilterChain"],[3,"ListenerFilterChainMatchPredicate"],[3,"ListenerFilter"],[3,"QuicProtocolOptions"],[3,"UdpListenerConfig"],[3,"ActiveRawUdpListenerConfig"],[3,"ListenerCollection"],[3,"Listener"],[4,"DrainType"],[4,"ConnectionSourceType"],[4,"ConfigType"],[3,"OnDemandConfiguration"],[3,"DeprecatedV1"],[3,"ConnectionBalanceConfig"],[3,"InternalListenerConfig"],[4,"ListenerSpecifier"],[3,"ExactBalance"],[4,"BalanceType"],[4,"ConfigType"],[3,"MatchSet"],[4,"Rule"],[3,"VirtualHost"],[3,"FilterAction"],[3,"Route"],[3,"WeightedCluster"],[3,"RouteMatch"],[3,"CorsPolicy"],[3,"RouteAction"],[3,"RetryPolicy"],[3,"HedgePolicy"],[3,"RedirectAction"],[3,"DirectResponseAction"],[3,"NonForwardingAction"],[3,"Decorator"],[3,"Tracing"],[3,"VirtualCluster"],[3,"RateLimit"],[3,"HeaderMatcher"],[3,"QueryParameterMatcher"],[3,"InternalRedirectPolicy"],[3,"FilterConfig"],[3,"RouteConfiguration"],[3,"ClusterSpecifierPlugin"],[3,"Vhds"],[4,"ClusterNotFoundResponseCode"],[4,"InternalRedirectAction"],[4,"TlsRequirementType"],[4,"RedirectResponseCode"],[4,"EnabledSpecifier"],[4,"HeaderMatchSpecifier"],[4,"QueryParameterMatchSpecifier"],[3,"Action"],[3,"Override"],[3,"SourceCluster"],[3,"DestinationCluster"],[3,"RequestHeaders"],[3,"RemoteAddress"],[3,"GenericKey"],[3,"HeaderValueMatch"],[3,"DynamicMetaData"],[3,"MetaData"],[4,"ActionSpecifier"],[4,"Source"],[3,"DynamicMetadata"],[4,"OverrideSpecifier"],[4,"SchemeRewriteSpecifier"],[4,"PathRewriteSpecifier"],[4,"ResetHeaderFormat"],[3,"RetryPriority"],[3,"RetryHostPredicate"],[3,"RetryBackOff"],[3,"ResetHeader"],[3,"RateLimitedRetryBackOff"],[4,"ConfigType"],[4,"ConfigType"],[4,"Action"],[3,"RequestMirrorPolicy"],[3,"HashPolicy"],[3,"UpgradeConfig"],[3,"MaxStreamDuration"],[4,"ClusterSpecifier"],[4,"HostRewriteSpecifier"],[3,"Header"],[3,"Cookie"],[3,"ConnectionProperties"],[3,"QueryParameter"],[3,"FilterState"],[4,"PolicySpecifier"],[3,"ConnectConfig"],[3,"GrpcRouteMatchOptions"],[3,"TlsContextMatchOptions"],[3,"ConnectMatcher"],[4,"PathSpecifier"],[3,"ClusterWeight"],[4,"RandomValueSpecifier"],[4,"HostRewriteSpecifier"],[3,"CdsDummy"],[6,"BoxBody"],[8,"GrpcService"],[3,"ClusterDiscoveryServiceClient"],[4,"CompressionEncoding"],[8,"TryInto"],[3,"Error"],[8,"IntoStreamingRequest"],[3,"DeltaDiscoveryResponse"],[3,"Response"],[8,"IntoRequest"],[3,"Request"],[8,"Service"],[8,"Interceptor"],[3,"InterceptedService"],[3,"Uri"],[8,"ClusterDiscoveryService"],[3,"ClusterDiscoveryServiceServer"],[8,"Body"],[3,"IntoMakeService"],[3,"Context"],[4,"Poll"],[3,"Resource"],[3,"AdsDummy"],[8,"AggregatedDiscoveryService"],[3,"AggregatedDiscoveryServiceServer"],[3,"CacheControl"],[3,"DoubleMatcher"],[3,"RegexMatcher"],[3,"RegexMatchAndSubstitute"],[3,"StringMatcher"],[3,"ListStringMatcher"],[3,"ValueMatcher"],[3,"ListMatcher"],[3,"MetadataMatcher"],[3,"Matcher"],[3,"MatchPredicate"],[3,"HttpHeadersMatch"],[3,"HttpGenericBodyMatch"],[4,"MatchPattern"],[3,"GenericTextMatch"],[4,"Rule"],[4,"MatchPattern"],[3,"MatchSet"],[4,"Rule"],[3,"OnMatch"],[3,"MatcherList"],[3,"MatcherTree"],[4,"MatcherType"],[3,"Predicate"],[3,"FieldMatcher"],[3,"SinglePredicate"],[3,"PredicateList"],[4,"MatchType"],[4,"Matcher"],[3,"MatchMap"],[4,"TreeType"],[4,"OnMatch"],[3,"PathSegment"],[4,"Segment"],[3,"GoogleRe2"],[4,"EngineType"],[4,"MatchPattern"],[3,"NullMatch"],[4,"MatchPattern"],[3,"MetadataKey"],[3,"MetadataKind"],[3,"PathSegment"],[4,"Segment"],[3,"Request"],[3,"Route"],[3,"Cluster"],[3,"Host"],[4,"Kind"],[3,"CustomTag"],[3,"Literal"],[3,"Environment"],[3,"Header"],[3,"Metadata"],[4,"Type"],[3,"Percent"],[3,"FractionalPercent"],[3,"SemanticVersion"],[3,"Int64Range"],[3,"Int32Range"],[3,"DoubleRange"],[4,"DenominatorType"],[4,"Base64Standard"],[13,"Agones"],[13,"File"],[13,"InvalidType"],[8,"StaticFilter"],[8,"FilterFactory"],[13,"MismatchedTypes"],[13,"FieldInvalid"],[13,"InvalidRange"],[13,"Ping"],[13,"PingReply"]]},\ +"quilkin":{"doc":"","t":"DDDGLLMLLLLLLLLLLALLLLAMLMLAMLLLALAMLLLLLLLLLLLLLLMMOLLLLLLLMMAMMMAMMLLLMLLLLLLLLLLLLLLLMLLLACNNDECNNECNNNCNCNCNLLMLALLLLLLLLLLMMLLLLLLLLLLLLLLLLLLALLLLLMAMAAMALLLLLLLLLLLLLLDRLLLLLLLLFLLLLLLLLMMMMLMLLLLLLLMDLLLLLLLMLLLLLLLLLMLLLLLLLDRLLLLLLLFLLLLLLLLLMMMMMLLLLLLLMRDFMMMMMLMDNELLMLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLRDLLLLLLLLLLLLLLMLLMMLLLLLLLLMDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLMLLLLLLLLLLLLLLLLLLLLLLLEDENNDNNCDNNENECLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLMLLMLLALLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLALLLNNELLLLLLLLLLLLLLLALLLLLLLLLMMMAFFNNNNNNNNDEDDDDEDDDEDDDDNDNNNNEENNNNNNEDENNNNNNNLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLMMLLLLMMMMMLLLLLLLLMLLLLLLMMMMMMMMMMLLMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLMMMLLMLMMLMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDDLACLLLLLLLLLLLLLLLLLLLLLLLLLLFLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLFDDGNNSDDDDENSLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLMLMLLLLLLLLLLMLLMLLLLLLLLLLLLLLLLLLMLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMQDDDQNDDEDNDGNIDDIDGDDDNNDDDNNSNDDIDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLALLLLLLLLAALMKMMKALLLLMALKKMMLLLLLLLLLLLLLLLLALLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLAAALMMALKLLLLLLLAALLLLLLLLLLLLLLLLLLLLLLLMMALLLLLLLALLLLLLLLLLLLLLLLLLLLLLLLLLLLKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMDIDDNDNEDNLLLLLLLLLLKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMLLLLLLLLLLLLLLLMMMLLLLLLLLLLLLLLLLLLLLEDNDNNENLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMLLLLLLLLLLLLLLLLLLLLLLLLNDDNNELLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLDDLLLLLLMLLLLLLLLLLDDRLLLLLLLLLLLLLLLENDNDNDDEDLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMDNDENNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLDDRLLLLLLLLLLLLLLMMLLLLLLLDDDDDLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLMMMLLLLLLLLLLLLLLLLLLLLLLLLMLLLLDDLLLLLLLLLLLLLLLCCCCCCCCCDDLLLLLLLLLLLLLLLLLLMLLLLLLLLLLDENNNDLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLNNGRDNNDNDNNEELLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLENNNNNENLLLLLLLLLLLLLLLLLLLLLLLLLLLFLLLLLLLLLLMMMMMMGDDNNDNNNNNEENNNNSNLLLLLLLLLLLLLLLLLLLLLLALALLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLALLLLLLLLLLLLLLLLLLLALLLLLLLLLLLLAAAAAAAADDDDDDDDDDDDDDDLLLLLLLLLLLLLLLAALLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMAMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMAMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLAMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMLMMLMLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLENLLLLLLLLLLLLLLLLLLLNNNENNNNNNNNNLLLLLLLLLLLLLLLLLLLNNNELLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLENLLLLLLLLLLLLLLLLLLLNNNNNNNNNNNNNENNNNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLADDDDDDDDDLLLLLLLLLMMLLLLLLLLLLLLLLLLLLAMMLLLLLLLLLLLLLLLLLLLLLLLLLLLMAMMMMMMMMLLLLLLLLLMLMMMMMLLLLLLLLLMMMMMMMMLLLLLLLLLMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMLLLLLLLLLLLLLLLLLLMLMMMAMMMMMMMMMMMMMLMMMLLLMMMMMMMMLLLLLLLLLMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMMMLLLLLLLLLMDLLLLLLLLLLLLLLMMMMMLMMLALMLLLLDLLLMLLLLLLLLLLLMLLLLLNNEENNDDEENDEEDNDNNNNDNNDNDNDNDNNDNDNNDNNNNNNLLLLLLLLLLLLLLLLLLLMMLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLALLLLMLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLAMMMMMMLLMMMMMMLLLLMMAMMLLMMMMMLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMLLLLLLLLLLLLLLLLLLLDEDNDNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLMLLLLLLLLLMMLLLLLLLLLLLLLLLLMLLLLNNEDNLLLLLLLLLLLLLLLLLLLLLLLLMLMLLLLLLLLLLLLLLMALLMLLLLLLLLLLLNNNENNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLENNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLMLAADDDDMMAAAMMMMDAMNENNNNNNNNNDNNEMDNDNEDMAAMAMMDDMMAMNENNDDNMMMANENNNDNEMNNEADDDDEDNDDDDDNDDNNNDDNDDDDNDDNDDDDEDNNDDDDDNDDDNDNNNDDNDNDDDDDEDEDDDDDDDDDDDNNEDDDNNNDNNDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMAMMMMMMMMMMAMALMMLMMLLLLLAMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLAMMMMMMMMMALLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMMMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLALLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMAMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLAMLLLLLMMAMLMAMMMMAAMAMAMMMMMMMMMMMMMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMAMMMMMMLLLLLMMMMMMMLMALMMMMMMMLMMMMMMMMMALLLMLLLLLLMAAMMMMLMLMMMMMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLMMAMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMMMMMMMMLMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMENNNLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLMLLMLLLLLNNENNNNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLNNELLLLLLLLLLLLLLLLLLLNNENNNLLLLLLLLLLLLLLLLLLLNNNNELLLLLLLLLLLLLLLLLLLENLLLLLLLLLLLLLLLLLLLENLLLLLLLLLLLLLLLLLLLDNDNELLLMLLLLLLMMMLLLLLLLLMMMLLLLLLLLLLLLLLLLLLALLLLLLLMMMLLLLLLLLLLLLLLLDDDDDLLLLLMLLLLLLLLLLAMAALLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLNENNNDNDNDDNLLLLLMMMMMLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLAMMMMMMLLLLLMMLLLLLLLLLLLLLLLLLLLLENLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLAMLNNELLLLLLLLLLLLLLLLLLLENNNLLLLLLLLLLLLLLLLLLLNNENLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDNDNEDNDDDNDLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMALLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLMLMMAMMMMMMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLENLLLLLLLLLLLLLLLLLLLNENLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLMALLLLLLLEDNNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLMLLLLLLMLNNENLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLNELLLLLLLLLLLLLLLLLLLNNELLLLLLLLLLLLLLLLLLLNNELLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLNELLLLLLLLLLLLLLLLLLLNENENNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLNNENNNELLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLENLLLLLLLLLLLLLLLLLLLADDDDDLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLAMLLLLLLLLLLAMLLLLLLLLLLLLLLLLLLLLLLLLMLMMMLLLLLLLLLLMAMMMMMMAMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLDLLLLLLLMLMLLLLLLMALLLLLDLLLMLLLLMLLLLLLLLLLLLDLLLLLLLLLLLLMLLMLLLLLNNELLLLLLLLLLLLLLLLLLLEDNNLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLADDDDDDDDDDDLLLLLLLLLLLMMMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMLLLLLLLLLLLMMMMMLMMMMLLLLLLLLLLLMLLLLLLLLLLLAAAMMMMLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLAAAMMMMMMMMMMMMMMMMMMMLLLMMMLMMMMMLLLLLLLLLLLLMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMLLLLLLLLLLLNENLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLMLLLLLNENNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDNDENDENLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLALLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLEDNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLNENLLLLLLLLLLLLLLLLLLLNNNDNNELLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLADDDDDDDDDDDDDDDDDDDDDDDLLLLLLLLLLLLLLLLLLLLLLLMMMMMMMMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMMMAMMLLLLLLLLLLLLLLLLLLLLLLLMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMAMMMMMMMMMMMMMMLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMLMMMAMMMAMMMAMMMMMMMMMLMLMMMMMMMMMMMMMMAMMMMMAAAMMMMLLLLLMMMMMMLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMAMLLLLLLLLLLLLLLLLLLLLLLLAENLLLLLLLLLLLLLLLLLLLNNENNNNNNLLLLLLLLLLLLLLLLLLLNENLLLLLLLLLLLLLLLLLLLDDLLAMLLLLLLLLLLLLLLLLLLLLLLLLLLAMLLLLLLLLLLEDNDNNDNDNDNDNDNDNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMMMLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLAMMLMLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLNNELLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDNELLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLNNNNENNENNENNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDDEDDDNNLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMLMAALLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLENLLLLLLLLLLLLLLLLLLLENLLLLLLLLLLLLLLLLLLLENNNNNLLLLLLLLLLLLLLLLLLLNNNEENNDNNNEEDNNDNDNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLMLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLALLLLLLLLLLLLLLLLLLMLLLLMMMLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLAMLLLLLLLLDNDNDNDNEDNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLMLMMMMMLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLDLMLLLLLLLLLLLLLMLLLLLDNDNENNDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLMLLLLNNNELLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDNELLLLLLLLLLLMALLLLLLLLLLLLMLLLLLMMMMMMLLLLLLLLMLLMNELLLLLLLLLLLLLLLLLLLAAADLLLLLLAALLLLLLLLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLLLIDQQLLLLLLLLKKLLLLLLLLLLLLLKLLLLLLADDDDDDLLLLLLAAMLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLMMMMMMAMMMMMMMMMLLLLLLLLLLLLLLLLLLLMLLLLLLMMMMMMMLLLLLLDLLLLLLLLLLLLLLLLLLLLLLLLLIDQQLLLLLLLLKLLLLLLLLLLLLLKLLLLLLDLLLLLLLMLLLLLLLLLLLLAAAAADDDDDDDDDDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLALLLLLLLLLLLLMLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMAMLLLLLLLLLLLLLLLLLLLLLLLLMAMMMMAAMAMMMMMMAMAMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMALLLLLLLLLLLLNENLLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLALLMLLLLLNENLLLLLLLLLLLLLLLLLLLENLLLLLLLLLLLLLLLLLLLNNNNNNNNDNNELLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLDNDNEDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLAAMLAMLLLLMLLLLLLLLLLLLLLLLDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMAMLLLLLLLLLLNENNDDNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLMLMALLLLLLLLLLLLLLLNENLLLLLLLLLLLLLLLLLLLNNDNELLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLNNELLLLLLLLLLLLLLLLLLLDLLLLLLLLLLLLLLAMLLLLLNELLLLLLLLLLLLLLLLLLLEDNLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLLLLLNNENNNLLLLLLLLLLLLLLLLLLLNNNEDNNNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLADDLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMAAMLLLLLLLLLLDLLLLLLLLLLLLLLAMLLLLLNELLLLLLLLLLLLLLLLLLLDNDNEDNDNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLADLLLLLLALLLLLLLLMLLLMLLDNDDNDNNELLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLMMMLLLLLLLLLLLLLLLLLLLLMLLLLLEDDNNNDDDDLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLMMMLLLLLLLLLLLLLLLLLLLALLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMLMLMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMLLLLLLLENNNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL","n":["Cli","Config","Proxy","Result","__clone_box","__clone_box","admin_address","augment_args","augment_args","augment_args_for_update","augment_args_for_update","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","cli","clone","clone","clone_into","clone_into","cluster","clusters","command","command","command_for_update","config","config","default","default","deserialize","endpoint","eq","filters","filters","fmt","fmt","fmt","from","from","from","from_arg_matches","from_arg_matches","from_arg_matches_mut","from_arg_matches_mut","from_ref","from_ref","group_id","group_id","id","idle_request_interval_secs","include_proto","into","into","into","into_request","into_request","into_request","json_schema","log_format","management_server","metadata","mmdb","no_admin","port","protocol","qcmp_port","quiet","schema_id","schema_name","serialize","to","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","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","xds","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","admin_mode","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","__clone_box","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","into","into_request","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","__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","manage","port","provider","region","relay","sub_zone","to_owned","try_from","try_into","type_id","update_from_arg_matches","update_from_arg_matches_mut","vzip","zone","PORT","Proxy","default_port","idle_request_interval_secs","management_server","mmdb","port","qcmp_port","run","to","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","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","relay","to_owned","try_from","try_into","type_id","update_from_arg_matches","update_from_arg_matches_mut","vzip","xds_port","Cluster","ClusterMap","__clone_box","__clone_box","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","contains_only_unique_endpoints","default","default","default_cluster_mut","default_entry","deserialize","deserialize","endpoints","endpoints","entry","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","from","from","from","from","from_iter","from_iter","from_ref","from_ref","get","get_default","get_default_mut","get_mut","insert","insert","insert_default","into","into","into_request","into_request","is_referenceable","iter","json_schema","json_schema","localities","localities","merge","merge","name","new","new_default","new_with_default_cluster","remove_endpoint","remove_endpoint_if","schema_id","schema_name","schema_name","serialize","serialize","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","type_id","type_id","update_locality","update_unlocated_endpoints","vzip","vzip","Base64Standard","Config","ConfigType","Dynamic","EmptyList","Filter","FilterInvalid","NotUnique","Providers","Slot","Static","V1Alpha1","ValidationError","ValueInvalid","Version","Watch","__clone_box","__clone_box","__clone_box","__clone_box","apply","apply_metrics","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","clusters","config","default","default","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","discovery_request","empty","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","filters","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from_reader","from_ref","from_ref","from_ref","from_ref","id","into","into","into","into","into","into","into_request","into_request","into_request","into_request","into_request","into_request","is_referenceable","is_some","json_schema","json_schema","json_schema","json_schema","label","load","modify","name","new","provide","providers","read","remove","schema_id","schema_id","schema_id","schema_name","schema_name","schema_name","schema_name","serialize","serialize","serialize","serialize","serialize","source","store","store_if_unset","to_owned","to_owned","to_owned","to_owned","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","try_into","try_replace","type_id","type_id","type_id","type_id","type_id","type_id","version","vzip","vzip","vzip","vzip","vzip","vzip","watch","watch","with_default","write","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","FleetScheduling","FleetSpec","FleetStatus","FleetStrategy","FleetStrategyRollingUpdate","FleetStrategyType","GameServer","GameServerPort","GameServerSpec","GameServerState","GameServerStatus","GameServerStatusPort","GameServerTemplateSpec","Health","Info","Inner","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","address","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_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_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","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","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","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_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","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_any","name_any","name_unchecked","name_unchecked","namespace","namespace","new","new","node_name","owner_references","owner_references","owner_references_mut","owner_references_mut","plural","plural","port","port_policy","ports","ports","protocol","ready_replicas","replicas","replicas","reserved_replicas","reserved_until","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_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","tokens","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","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","uid","uid","version","version","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","ReadGuard","Watch","WatchGuard","__clone_box","agones","agones","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","check_for_changes","clone","clone_into","default","deref","deref","deserialize","drop","drop","eq","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from","from","from_ref","fs","has_changed","into","into","into","into_request","into_request","into_request","is_referenceable","json_schema","load","load","load","load","modify","new","read","schema_name","serialize","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","watch","write","watch","Endpoint","EndpointAddress","EndpointMetadata","InvalidBase64","InvalidType","LOCALHOST","Locality","LocalityEndpoints","LocalitySet","Metadata","MetadataError","MissingKey","UNSPECIFIED","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","address","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","cmp","cmp","cmp","colon_separated_string","compare","compare","compare","compare","default","default","default","default","default","deserialize","deserialize","deserialize","deserialize","deserialize","deserialize","endpoints","eq","eq","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","equivalent","equivalent","equivalent","equivalent","equivalent","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_iter","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_str","from_str","get","get_mut","hash","hash","host","index","index_mut","insert","into","into","into","into","into","into","into","into_iter","into_request","into_request","into_request","into_request","into_request","into_request","into_request","is_referenceable","iter","iter_mut","json_schema","json_schema","json_schema","json_schema","json_schema","locality","merge","metadata","new","new","new","new","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","port","port","provide","region","region","remove","remove","schema_id","schema_id","schema_id","schema_id","schema_name","schema_name","schema_name","schema_name","schema_name","serialize","serialize","serialize","serialize","serialize","serialize","sub_zone","sub_zone","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_socket_addr","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_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","with_locality","with_metadata","zone","zone","expected","key","BinaryConfiguration","Capture","Compress","ConcatenateBytes","Configuration","ConvertProtoConfig","ConvertProtoConfigError","CreateFilterArgs","CreationError","Debug","DeserializeFailed","Drop","DynFilterFactory","FieldInvalid","Filter","FilterChain","FilterError","FilterFactory","FilterInstance","FilterMap","FilterRegistry","FilterSet","Firewall","Infallible","InitializeMetricsFailed","LoadBalancer","LocalRateLimit","Match","MismatchedTypes","MissingConfig","NAME","NotFound","Pass","ReadContext","StaticFilter","Timestamp","TokenRouter","WriteContext","__clone_box","__clone_box","__clone_box","__clone_box","as_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_bytes","config","config","config_schema","contents","contents","create_filter","debug","default","default","default_with","deserialize","dest","drop","dynamic","encode_config_to_json","encode_config_to_protobuf","endpoint","endpoints","ensure_config_exists","eq","eq","eq","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","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","metadata","metrics","missing_field","name","new","new","new","new","new","new","new","pass","prelude","provide","provide","provide","read","read","read","read","read","read","read","read","read","read","read","read","read","read","register","require_config","require_config","schema_name","serialize","source","source","source","timestamp","to_owned","to_owned","to_owned","to_owned","to_string","to_string","to_string","token_router","try_create","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","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","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_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","Config","Decompress","DoNothing","Mode","Snappy","__clone_box","__clone_box","__clone_box","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","default","default","default","deserialize","deserialize","deserialize","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from_ref","from_ref","from_ref","into","into","into","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","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","Append","ConcatenateBytes","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","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_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_into","type_id","vzip","Action","Allow","Config","Deny","Firewall","InvalidRange","PacketDenied","PortRange","PortRangeError","Rule","__clone_box","__clone_box","__clone_box","__clone_box","action","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","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","fmt","fmt","from","from","from","from","from","from","from_ref","from_ref","from_ref","from_ref","into","into","into","into","into","into","into_request","into_request","into_request","into_request","into_request","into_request","json_schema","json_schema","json_schema","json_schema","new","on_read","on_write","ports","provide","provide","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","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","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","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_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_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_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_into","type_id","vzip","Config","Error","InvalidType","NoEndpointMatch","NoTokenFound","TokenRouter","borrow","borrow","borrow_mut","borrow_mut","default","deserialize","eq","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","into","into","into_request","into_request","json_schema","metadata_key","provide","schema_id","schema_name","serialize","to_string","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","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","Error","InvalidCommand","LengthMismatch","Parse","Ping","PingReply","Protocol","UnknownVersion","__clone_box","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","encode","encode_into_buffer","fmt","fmt","fmt","from","from","from","from_ref","into","into","into_request","into_request","nonce","parse","ping","ping_reply","ping_with_nonce","provide","round_trip_delay","spawn","to_owned","to_string","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","client_timestamp","client_timestamp","nonce","nonce","server_start_timestamp","server_transmit_timestamp","AdsClient","AggregatedDiscoveryServiceClient","Client","Cluster","Cluster","ControlPlane","Endpoint","Endpoint","ExtensionConfig","Listener","Listener","Resource","ResourceType","Route","Runtime","ScopedRoute","Secret","VARIANTS","VirtualHost","__clone_box","__clone_box","__clone_box","__clone_box","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","cmp","compare","config","connect","core","delta_aggregated_resources","encode_to_any","eq","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from","from_arc","from_ref","from_ref","from_ref","from_ref","from_str","from_usize","hash","into","into","into","into","into_request","into_request","into_request","into_request","into_usize","mds_client_stream","name","new","partial_cmp","resource_type","service","stream_aggregated_resources","stream_aggregated_resources","to_owned","to_owned","to_owned","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","type","type_id","type_id","type_id","type_id","type_url","type_url","vzip","vzip","vzip","vzip","xds_client_stream","xds_client_stream","accesslog","cluster","common","core","endpoint","listener","route","v3","AccessLog","AccessLogFilter","AndFilter","ComparisonFilter","DurationFilter","ExtensionFilter","GrpcStatusFilter","HeaderFilter","MetadataFilter","NotHealthCheckFilter","OrFilter","ResponseFlagFilter","RuntimeFilter","StatusCodeFilter","TraceableFilter","__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","access_log","access_log_filter","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","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","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","comparison","comparison","comparison_filter","config_type","config_type","default","default","default","default","default","default","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","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","exclude","extension_filter","filter","filter_specifier","filters","filters","flags","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_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","grpc_status_filter","header","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","match_if_key_not_found","matcher","name","name","op","op","percent_sampled","push_statuses","runtime_key","set_op","statuses","statuses","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_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","use_independent_randomness","value","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","ConfigType","TypedConfig","__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","AndFilter","DurationFilter","ExtensionFilter","FilterSpecifier","GrpcStatusFilter","HeaderFilter","MetadataFilter","NotHealthCheckFilter","OrFilter","ResponseFlagFilter","RuntimeFilter","StatusCodeFilter","TraceableFilter","__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","Eq","Ge","Le","Op","__clone_box","as_str_name","borrow","borrow_mut","clone","clone_into","cmp","compare","default","eq","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from_i32","from_ref","from_str_name","hash","into","into_request","is_valid","partial_cmp","to_owned","try_from","try_from","try_into","type_id","vzip","ConfigType","TypedConfig","__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","Aborted","AlreadyExists","Canceled","DataLoss","DeadlineExceeded","FailedPrecondition","Internal","InvalidArgument","NotFound","Ok","OutOfRange","PermissionDenied","ResourceExhausted","Status","Unauthenticated","Unavailable","Unimplemented","Unknown","__clone_box","as_str_name","borrow","borrow_mut","clone","clone_into","cmp","compare","default","eq","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from_i32","from_ref","from_str_name","hash","into","into_request","is_valid","partial_cmp","to_owned","try_from","try_from","try_into","type_id","vzip","v3","CircuitBreakers","Cluster","ClusterCollection","Filter","LoadBalancingPolicy","OutlierDetection","TrackClusterStats","UpstreamBindConfig","UpstreamConnectionOptions","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","alt_stat_name","base_ejection_time","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","circuit_breakers","circuit_breakers","cleanup_interval","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","close_connections_on_host_health_failure","cluster","cluster_discovery_type","common_http_protocol_options","common_lb_config","connect_timeout","connection_pool_per_downstream_connection","consecutive_5xx","consecutive_gateway_failure","consecutive_local_origin_failure","default","default","default","default","default","default","default","default","default","dns_failure_refresh_rate","dns_lookup_family","dns_lookup_family","dns_refresh_rate","dns_resolution_config","dns_resolvers","eds_cluster_config","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","enforcing_consecutive_5xx","enforcing_consecutive_gateway_failure","enforcing_consecutive_local_origin_failure","enforcing_failure_percentage","enforcing_failure_percentage_local_origin","enforcing_local_origin_success_rate","enforcing_success_rate","entries","eq","eq","eq","eq","eq","eq","eq","eq","eq","failure_percentage_minimum_hosts","failure_percentage_request_volume","failure_percentage_threshold","filters","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","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","health_checks","http2_protocol_options","http_protocol_options","ignore_health_on_host_removal","interval","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","lb_config","lb_policy","lb_policy","lb_subset_config","load_assignment","load_balancing_policy","load_balancing_policy","lrs_server","max_ejection_percent","max_ejection_time","max_ejection_time_jitter","max_requests_per_connection","metadata","name","name","outlier_detection","per_connection_buffer_limit_bytes","policies","preconnect_policy","protocol_selection","protocol_selection","request_response_sizes","respect_dns_ttl","set_dns_lookup_family","set_lb_policy","set_protocol_selection","source_address","split_external_local_origin_errors","success_rate_minimum_hosts","success_rate_request_volume","success_rate_stdev_factor","tcp_keepalive","thresholds","timeout_budgets","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","track_cluster_stats","track_timeout_budgets","transport_socket","transport_socket_matches","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","typed_config","typed_dns_resolver_config","typed_extension_protocol_options","upstream_bind_config","upstream_config","upstream_connection_options","upstream_http_protocol_options","use_tcp_for_dns_lookups","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","wait_for_warm_on_init","Thresholds","__clone_box","borrow","borrow_mut","clear","clone","clone_into","default","encoded_len","eq","fmt","from","from_ref","into","into_request","max_connection_pools","max_connections","max_pending_requests","max_requests","max_retries","priority","priority","retry_budget","set_priority","thresholds","to_owned","track_remaining","try_from","try_into","type_id","vzip","RetryBudget","__clone_box","borrow","borrow_mut","budget_percent","clear","clone","clone_into","default","encoded_len","eq","fmt","from","from_ref","into","into_request","min_retry_concurrency","to_owned","try_from","try_into","type_id","vzip","All","Auto","ClusterDiscoveryType","ClusterProtocolSelection","ClusterProvided","ClusterType","CommonLbConfig","CustomClusterType","DiscoveryType","DnsLookupFamily","Eds","EdsClusterConfig","LbConfig","LbPolicy","LbSubsetConfig","LeastRequest","LeastRequestLbConfig","LeastRequestLbConfig","LoadBalancingPolicyConfig","LogicalDns","Maglev","MaglevLbConfig","MaglevLbConfig","OriginalDst","OriginalDstLbConfig","OriginalDstLbConfig","PreconnectPolicy","Random","RefreshRate","RingHash","RingHashLbConfig","RingHashLbConfig","RoundRobin","RoundRobinLbConfig","RoundRobinLbConfig","SlowStartConfig","Static","StrictDns","TransportSocketMatch","Type","UseConfiguredProtocol","UseDownstreamProtocol","V4Only","V4Preferred","V6Only","__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","active_request_bias","aggression","as_str_name","as_str_name","as_str_name","as_str_name","base_interval","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","choice_count","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","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","close_connections_on_host_set_change","cmp","cmp","cmp","cmp","common_lb_config","compare","compare","compare","compare","consistent_hashing_lb_config","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default_subset","eds_config","encode","encode","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","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","fallback_policy","fallback_policy","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_i32","from_i32","from_i32","from_i32","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_str_name","from_str_name","from_str_name","from_str_name","hash","hash","hash","hash","hash_function","hash_function","healthy_panic_threshold","ignore_new_hosts_until_first_hc","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","is_valid","is_valid","is_valid","is_valid","lb_subset_config","list_as_any","locality_config_specifier","locality_weight_aware","match","max_interval","maximum_ring_size","merge","merge","min_weight_percent","minimum_ring_size","name","name","override_host_status","panic_mode_any","partial_cmp","partial_cmp","partial_cmp","partial_cmp","per_upstream_preconnect_ratio","predictive_preconnect_ratio","ring_hash_lb_config","scale_locality_weight","service_name","set_fallback_policy","set_hash_function","slow_start_config","slow_start_config","slow_start_window","subset_selectors","table_size","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","transport_socket","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_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","typed_config","update_merge_window","use_http_header","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","ConsistentHashingLbConfig","LocalityConfigSpecifier","LocalityWeightedLbConfig","LocalityWeightedLbConfig","ZoneAwareLbConfig","ZoneAwareLbConfig","__clone_box","__clone_box","__clone_box","__clone_box","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","default","default","default","encode","encoded_len","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","fail_traffic_on_panic","fmt","fmt","fmt","fmt","from","from","from","from","from_ref","from_ref","from_ref","from_ref","hash_balance_factor","into","into","into","into","into_request","into_request","into_request","into_request","merge","min_cluster_size","routing_enabled","to_owned","to_owned","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","use_hostname_for_hashing","vzip","vzip","vzip","vzip","AnyEndpoint","DefaultSubset","LbSubsetFallbackPolicy","LbSubsetSelector","NoFallback","__clone_box","__clone_box","as_str_name","borrow","borrow","borrow_mut","borrow_mut","clear","clone","clone","clone_into","clone_into","cmp","compare","default","default","encoded_len","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","fallback_keys_subset","fallback_policy","fallback_policy","fmt","fmt","from","from","from_i32","from_ref","from_ref","from_str_name","hash","into","into","into_request","into_request","is_valid","keys","lb_subset_selector","partial_cmp","set_fallback_policy","single_host_per_subset","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","AnyEndpoint","DefaultSubset","KeysSubset","LbSubsetSelectorFallbackPolicy","NoFallback","NotDefined","__clone_box","as_str_name","borrow","borrow_mut","clone","clone_into","cmp","compare","default","eq","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from_i32","from_ref","from_str_name","hash","into","into_request","is_valid","partial_cmp","to_owned","try_from","try_from","try_into","type_id","vzip","HashFunction","MurmurHash2","XxHash","__clone_box","as_str_name","borrow","borrow_mut","clone","clone_into","cmp","compare","default","eq","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from_i32","from_ref","from_str_name","hash","into","into_request","is_valid","partial_cmp","to_owned","try_from","try_from","try_into","type_id","vzip","Policy","__clone_box","borrow","borrow_mut","clear","clone","clone_into","default","encoded_len","eq","fmt","from","from_ref","into","into_request","to_owned","try_from","try_into","type_id","typed_extension_config","vzip","matcher","v3","HttpGenericBodyMatch","HttpHeadersMatch","MatchPredicate","Matcher","bytes_limit","headers","http_generic_body_match","match_predicate","matcher","matcher_type","on_no_match","patterns","rule","GenericTextMatch","generic_text_match","rule","BinaryMatch","Rule","StringMatch","AndMatch","AnyMatch","HttpRequestGenericBodyMatch","HttpRequestHeadersMatch","HttpRequestTrailersMatch","HttpResponseGenericBodyMatch","HttpResponseHeadersMatch","HttpResponseTrailersMatch","MatchSet","NotMatch","OrMatch","Rule","rules","MatcherList","MatcherList","MatcherTree","MatcherTree","MatcherType","OnMatch","input","matcher_list","matcher_tree","matchers","on_match","on_match","tree_type","FieldMatcher","Predicate","match_type","on_match","predicate","predicate","AndMatcher","MatchType","NotMatcher","OrMatcher","PredicateList","SinglePredicate","SinglePredicate","input","matcher","predicate","single_predicate","CustomMatch","Matcher","ValueMatch","CustomMatch","ExactMatchMap","MatchMap","PrefixMatchMap","TreeType","map","Action","Matcher","OnMatch","v3","Address","AggregatedConfigSource","AlternateProtocolsCacheOptions","ApiConfigSource","ApiVersion","AsyncDataSource","Auto","BackoffStrategy","BindConfig","BuildVersion","CidrRange","ConfigSource","Connect","ControlPlane","DataSource","Default","Degraded","Delete","DnsResolutionConfig","DnsResolverOptions","Draining","EnvoyInternalAddress","EventServiceConfig","Extension","ExtensionConfigSource","Get","GrpcProtocolOptions","GrpcService","Head","HeaderMap","HeaderValue","HeaderValueOption","HealthCheck","HealthStatus","HealthStatusSet","Healthy","High","Http1ProtocolOptions","Http2ProtocolOptions","Http3ProtocolOptions","HttpProtocolOptions","HttpUri","Inbound","KeepaliveSettings","Locality","Metadata","MethodUnspecified","Node","Options","Outbound","Patch","PathConfigSource","Pipe","Post","ProxyProtocolConfig","Put","QueryParameter","QuicKeepAliveSettings","QuicProtocolOptions","RateLimitSettings","RemoteDataSource","RequestMethod","RetryPolicy","RoutingPriority","RuntimeDouble","RuntimeFeatureFlag","RuntimeFractionalPercent","RuntimePercent","RuntimeUInt32","SchemeHeaderTransformation","SelfConfigSource","SocketAddress","SocketOption","TcpKeepalive","TcpProtocolOptions","Timeout","Trace","TrafficDirection","TransportSocket","TypedExtensionConfig","UdpSocketConfig","Unhealthy","Unknown","Unspecified","UpstreamHttpProtocolOptions","V2","V3","WatchedDirectory","__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","__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","__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","accept_http_10","address","address","address","address_name_specifier","address_prefix","allow_absolute_url","allow_chunked_length","allow_connect","allow_extended_connect","allow_metadata","alt_port","alternate_protocols_cache_options","always_log_health_check_failures","api_config_source","api_type","api_type","append","append_action","append_action","apply_default_config_without_warming","as_str_name","as_str_name","as_str_name","as_str_name","as_str_name","async_data_source","authorities","auto_san_validation","auto_sni","base_interval","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","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","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","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","category","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","client_features","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","clone","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","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","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","cluster","cluster_names","cmp","cmp","cmp","cmp","cmp","compare","compare","compare","compare","compare","config_source","config_source","config_source_specifier","config_source_specifier","config_type","config_validators","connection_idle_interval","connection_keepalive","connection_keepalive","custom_settings_parameters","data_source","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default_config","default_host_for_http_10","default_value","default_value","default_value","default_value","default_value","description","disabled","dns_resolver_options","dynamic_parameters","enable_trailers","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","envoy_internal_address","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","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","event_log_path","event_service","event_service_config","extensions","fill_rate","filter_metadata","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","freebind","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","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","from","from","from_i32","from_i32","from_i32","from_i32","from_i32","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","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","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_str_name","from_str_name","from_str_name","from_str_name","from_str_name","grpc_service","grpc_services","hash","hash","hash","hash","hash","header","header_key_format","header_value_option","headers","headers_with_underscores_action","headers_with_underscores_action","health_check","health_checker","healthy_edge_interval","healthy_threshold","hpack_table_size","http1_protocol_options","http2_protocol_options","http2_protocol_options","http_protocol_options","http_upstream_type","http_uri","http_uri","id","identifier","idle_timeout","initial_connection_window_size","initial_connection_window_size","initial_fetch_timeout","initial_interval","initial_jitter","initial_metadata","initial_stream_window_size","initial_stream_window_size","interval","interval","interval_jitter","interval_jitter","interval_jitter_percent","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","into","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","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","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","ipv4_compat","is_valid","is_valid","is_valid","is_valid","is_valid","keepalive_interval","keepalive_probes","keepalive_time","key","key","key_value_store_config","level","listening_addresses","locality","max_concurrent_streams","max_concurrent_streams","max_connection_duration","max_consecutive_inbound_frames_with_empty_payload","max_entries","max_headers_count","max_inbound_priority_frames_per_stream","max_inbound_window_update_frames_per_data_frame_sent","max_interval","max_interval","max_outbound_control_frames","max_outbound_frames","max_requests_per_connection","max_rx_datagram_size","max_stream_duration","max_tokens","metadata","metadata","mode","name","name","name","name","name","no_default_search_domain","no_traffic_healthy_interval","no_traffic_interval","node","num_retries","num_timeouts_to_trigger_port_migration","override_auto_sni_header","override_stream_error_on_invalid_http_message","override_stream_error_on_invalid_http_message","override_stream_error_on_invalid_http_message","partial_cmp","partial_cmp","partial_cmp","partial_cmp","partial_cmp","path","path","path","port_specifier","prefer_gro","prefix_len","prepopulated_entries","protocol","protocol","proxy_protocol_config","push_statuses","quic_protocol_options","rate_limit_settings","refresh_delay","region","request_timeout","resolver_name","resolvers","resource_api_version","resource_api_version","retry_back_off","retry_policy","reuse_connection","runtime_key","runtime_key","runtime_key","runtime_key","runtime_key","scheme_header_transformation","set_api_type","set_append_action","set_headers_with_underscores_action","set_node_on_first_message_only","set_protocol","set_resource_api_version","set_state","set_transport_api_version","set_transport_api_version","set_version","sha256","socket_address","socket_option","socket_options","source_address","specifier","specifier","state","state","statuses","statuses","stream_error_on_invalid_http_messaging","sub_zone","target_specifier","timeout","timeout","timeout","timeout","tls_options","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","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","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","transformation","transport_api_version","transport_api_version","transport_api_version","transport_api_version","transport_socket","transport_socket_match_criteria","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","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","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","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","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_descriptor","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","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","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_urls","typed_config","typed_filter_metadata","unhealthy_edge_interval","unhealthy_interval","unhealthy_threshold","uri","use_tcp_for_dns_lookups","user_agent_name","user_agent_version_type","value","value","value","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","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","watched_directory","zone","Address","EnvoyInternalAddress","Pipe","SocketAddress","__clone_box","borrow","borrow_mut","clone","clone_into","encode","encoded_len","eq","fmt","from","from","from_ref","into","into_request","merge","to_owned","try_from","try_into","type_id","vzip","AlternateProtocolsCacheEntry","__clone_box","borrow","borrow_mut","clear","clone","clone_into","default","encoded_len","eq","fmt","from","from_ref","hostname","into","into_request","port","to_owned","try_from","try_into","type_id","vzip","AggregatedDeltaGrpc","AggregatedGrpc","ApiType","DeltaGrpc","DeprecatedAndUnavailableDoNotUse","Grpc","Rest","__clone_box","as_str_name","borrow","borrow_mut","clone","clone_into","cmp","compare","default","eq","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from_i32","from_ref","from_str_name","hash","into","into_request","is_valid","partial_cmp","to_owned","try_from","try_from","try_into","type_id","vzip","Local","Remote","Specifier","__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","Ads","ApiConfigSource","ConfigSourceSpecifier","Path","PathConfigSource","Self_","__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","EnvironmentVariable","Filename","InlineBytes","InlineString","Specifier","__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","AddressNameSpecifier","ServerListenerName","__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","ConfigSourceSpecifier","GrpcService","__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","EnvoyGrpc","EnvoyGrpc","GoogleGrpc","GoogleGrpc","TargetSpecifier","__clone_box","__clone_box","__clone_box","authority","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","call_credentials","channel_args","channel_credentials","clear","clear","clone","clone","clone","clone_into","clone_into","clone_into","cluster_name","config","credentials_factory_name","default","default","encode","encoded_len","encoded_len","encoded_len","eq","eq","eq","fmt","fmt","fmt","from","from","from","from_ref","from_ref","from_ref","google_grpc","into","into","into","into_request","into_request","into_request","merge","per_stream_buffer_limit_bytes","stat_prefix","target_uri","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","CallCredentials","ChannelArgs","ChannelCredentials","GoogleLocalCredentials","SslCredentials","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","args","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","call_credentials","cert_chain","channel_args","channel_credentials","clear","clear","clear","clear","clear","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","credential_specifier","credential_specifier","default","default","default","default","default","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","eq","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from_ref","from_ref","from_ref","from_ref","from_ref","into","into","into","into","into","into_request","into_request","into_request","into_request","into_request","private_key","root_certs","to_owned","to_owned","to_owned","to_owned","to_owned","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","AccessToken","CredentialSpecifier","FromPlugin","GoogleComputeEngine","GoogleIam","GoogleIamCredentials","GoogleRefreshToken","MetadataCredentialsFromPlugin","ServiceAccountJwtAccess","ServiceAccountJwtAccessCredentials","StsService","StsService","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","actor_token_path","actor_token_type","audience","authority_selector","authorization_token","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clear","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","config_type","default","default","default","default","encode","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","eq","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from_ref","from_ref","from_ref","from_ref","from_ref","into","into","into","into","into","into_request","into_request","into_request","into_request","into_request","json_key","merge","metadata_credentials_from_plugin","name","requested_token_type","resource","scope","subject_token_path","subject_token_type","to_owned","to_owned","to_owned","to_owned","to_owned","token_exchange_service_uri","token_lifetime_seconds","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","ConfigType","TypedConfig","__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","Value","__clone_box","borrow","borrow_mut","clear","clone","clone_into","default","encoded_len","eq","fmt","from","from_ref","into","into_request","to_owned","try_from","try_into","type_id","value","value_specifier","vzip","IntValue","StringValue","ValueSpecifier","__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","CredentialSpecifier","GoogleDefault","LocalCredentials","SslCredentials","__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","AddIfAbsent","AppendIfExistsOrAdd","HeaderAppendAction","OverwriteIfExistsOrAdd","__clone_box","as_str_name","borrow","borrow_mut","clone","clone_into","cmp","compare","default","eq","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from_i32","from_ref","from_str_name","hash","into","into_request","is_valid","partial_cmp","to_owned","try_from","try_from","try_into","type_id","vzip","CustomHealthCheck","CustomHealthCheck","GrpcHealthCheck","GrpcHealthCheck","HealthChecker","HttpHealthCheck","HttpHealthCheck","Payload","RedisHealthCheck","TcpHealthCheck","TcpHealthCheck","TlsOptions","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","alpn_protocols","authority","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clear","clear","clear","clear","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","codec_client_type","codec_client_type","config_type","custom_health_check","default","default","default","default","default","default","default","encode","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","eq","eq","eq","eq","expected_statuses","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","host","initial_metadata","into","into","into","into","into","into","into","into","into_request","into_request","into_request","into_request","into_request","into_request","into_request","into_request","key","merge","name","path","payload","payload","receive","receive","request_headers_to_add","request_headers_to_remove","retriable_statuses","send","send","service_name","service_name_matcher","set_codec_client_type","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_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","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","ConfigType","TypedConfig","__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","Binary","Payload","Text","__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","HeaderKeyFormat","__clone_box","borrow","borrow_mut","clear","clone","clone_into","default","encoded_len","eq","fmt","from","from_ref","header_format","header_key_format","into","into_request","to_owned","try_from","try_into","type_id","vzip","HeaderFormat","ProperCaseWords","ProperCaseWords","StatefulFormatter","__clone_box","__clone_box","borrow","borrow","borrow_mut","borrow_mut","clear","clone","clone","clone_into","clone_into","default","encode","encoded_len","encoded_len","eq","eq","fmt","fmt","from","from","from_ref","from_ref","into","into","into_request","into_request","merge","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","SettingsParameter","__clone_box","borrow","borrow_mut","clear","clone","clone_into","default","encoded_len","eq","fmt","from","from_ref","identifier","into","into_request","to_owned","try_from","try_into","type_id","value","vzip","Allow","DropHeader","HeadersWithUnderscoresAction","RejectRequest","__clone_box","as_str_name","borrow","borrow_mut","clone","clone_into","cmp","compare","default","eq","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from_i32","from_ref","from_str_name","hash","into","into_request","is_valid","partial_cmp","to_owned","try_from","try_from","try_into","type_id","vzip","Cluster","HttpUpstreamType","__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","UserAgentBuildVersion","UserAgentVersion","UserAgentVersionType","__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","V1","V2","Version","__clone_box","as_str_name","borrow","borrow_mut","clone","clone_into","cmp","compare","default","eq","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from_i32","from_ref","from_str_name","hash","into","into_request","is_valid","partial_cmp","to_owned","try_from","try_from","try_into","type_id","vzip","SchemeToOverwrite","Transformation","__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","NamedPort","PortSpecifier","PortValue","Protocol","Tcp","Udp","__clone_box","__clone_box","as_str_name","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","compare","default","encode","encoded_len","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","from_i32","from_ref","from_ref","from_str_name","hash","into","into","into_request","into_request","is_valid","merge","partial_cmp","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","BufValue","IntValue","SocketState","StateBound","StateListening","StatePrebind","Value","__clone_box","__clone_box","as_str_name","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","cmp","compare","default","encode","encoded_len","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","from_i32","from_ref","from_ref","from_str_name","hash","into","into","into_request","into_request","is_valid","merge","partial_cmp","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","ConfigType","TypedConfig","__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","v3","ClusterLoadAssignment","Endpoint","LbEndpoint","LedsClusterLocalityConfig","LocalityLbEndpoints","__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","clear","clear","clear","clear","clear","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","cluster_load_assignment","cluster_name","default","default","default","default","default","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","endpoint","endpoints","eq","eq","eq","eq","eq","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from_ref","from_ref","from_ref","from_ref","from_ref","health_check_config","health_status","health_status","host_identifier","hostname","into","into","into","into","into","into_request","into_request","into_request","into_request","into_request","lb_config","lb_endpoint","lb_endpoints","leds_collection_name","leds_config","load_balancing_weight","load_balancing_weight","locality","locality_lb_endpoints","metadata","named_endpoints","policy","priority","proximity","set_health_status","to_owned","to_owned","to_owned","to_owned","to_owned","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","Policy","__clone_box","borrow","borrow_mut","clear","clone","clone_into","default","drop_overloads","encoded_len","endpoint_stale_after","eq","fmt","from","from_ref","into","into_request","overprovisioning_factor","policy","to_owned","try_from","try_into","type_id","vzip","DropOverload","__clone_box","borrow","borrow_mut","category","clear","clone","clone_into","default","drop_percentage","encoded_len","eq","fmt","from","from_ref","into","into_request","to_owned","try_from","try_into","type_id","vzip","HealthCheckConfig","__clone_box","borrow","borrow_mut","clear","clone","clone_into","default","encoded_len","eq","fmt","from","from_ref","hostname","into","into_request","port_value","to_owned","try_from","try_into","type_id","vzip","Endpoint","EndpointName","HostIdentifier","__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","LbConfig","LbEndpointList","LedsClusterLocalityConfig","LoadBalancerEndpoints","__clone_box","__clone_box","borrow","borrow","borrow_mut","borrow_mut","clear","clone","clone","clone_into","clone_into","default","encode","encoded_len","encoded_len","eq","eq","fmt","fmt","from","from","from_ref","from_ref","into","into","into_request","into_request","lb_endpoints","merge","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","v3","ActiveRawUdpListenerConfig","ApiListener","Filter","FilterChain","FilterChainMatch","Listener","ListenerCollection","ListenerFilter","ListenerFilterChainMatchPredicate","QuicProtocolOptions","UdpListenerConfig","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","access_log","address","address_suffix","api_listener","api_listener","application_protocols","bind_to_port","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","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","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","config_type","config_type","connection_balance_config","continue_on_listener_filters_timeout","crypto_handshake_timeout","crypto_stream_config","default","default","default","default","default","default","default","default","default","default","default","default_filter_chain","deprecated_v1","destination_port","direct_source_prefix_ranges","downstream_socket_config","drain_type","drain_type","enable_mptcp","enable_reuse_port","enabled","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","entries","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","filter","filter_chain","filter_chain_match","filter_chain_match","filter_chains","filter_disabled","filters","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","freebind","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","idle_timeout","ignore_global_conn_limit","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","listener","listener_filter","listener_filter_chain_match_predicate","listener_filters","listener_filters_timeout","listener_specifier","metadata","metadata","name","name","name","name","on_demand_configuration","packets_to_read_to_connection_count_ratio","per_connection_buffer_limit_bytes","prefix_ranges","proof_source_config","quic_options","quic_protocol_options","reuse_port","rule","server_names","set_drain_type","set_source_type","set_traffic_direction","socket_options","source_ports","source_prefix_ranges","source_type","source_type","stat_prefix","suffix_len","tcp_backlog_size","tcp_fast_open_queue_length","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","traffic_direction","traffic_direction","transparent","transport_protocol","transport_socket","transport_socket_connect_timeout","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","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","udp_listener_config","use_original_dst","use_proxy_proto","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","ConfigDiscovery","ConfigType","TypedConfig","__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","OnDemandConfiguration","__clone_box","borrow","borrow_mut","clear","clone","clone_into","default","encoded_len","eq","fmt","from","from_ref","into","into_request","rebuild_timeout","to_owned","try_from","try_into","type_id","vzip","Any","ConnectionSourceType","External","SameIpOrLoopback","__clone_box","as_str_name","borrow","borrow_mut","clone","clone_into","cmp","compare","default","eq","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from_i32","from_ref","from_str_name","hash","into","into_request","is_valid","partial_cmp","to_owned","try_from","try_from","try_into","type_id","vzip","ConnectionBalanceConfig","Default","DeprecatedV1","DrainType","InternalListener","InternalListenerConfig","ListenerSpecifier","ModifyOnly","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","as_str_name","balance_type","bind_to_port","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","compare","connection_balance_config","default","default","default","default","encode","encoded_len","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from_i32","from_ref","from_ref","from_ref","from_ref","from_ref","from_str_name","hash","into","into","into","into","into","into_request","into_request","into_request","into_request","into_request","is_valid","merge","partial_cmp","to_owned","to_owned","to_owned","to_owned","to_owned","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","BalanceType","ExactBalance","ExactBalance","__clone_box","__clone_box","borrow","borrow","borrow_mut","borrow_mut","clear","clone","clone","clone_into","clone_into","default","encode","encoded_len","encoded_len","eq","eq","fmt","fmt","from","from","from_ref","from_ref","into","into","into_request","into_request","merge","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","ConfigDiscovery","ConfigType","TypedConfig","__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","AndMatch","AnyMatch","DestinationPortRange","MatchSet","NotMatch","OrMatch","Rule","__clone_box","__clone_box","borrow","borrow","borrow_mut","borrow_mut","clear","clone","clone","clone_into","clone_into","default","encode","encoded_len","encoded_len","eq","eq","fmt","fmt","from","from","from_ref","from_ref","into","into","into_request","into_request","merge","rules","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","v3","ClusterSpecifierPlugin","CorsPolicy","Decorator","DirectResponseAction","FilterAction","FilterConfig","HeaderMatcher","HedgePolicy","InternalRedirectPolicy","NonForwardingAction","QueryParameterMatcher","RateLimit","RedirectAction","RetryPolicy","Route","RouteAction","RouteConfiguration","RouteMatch","Tracing","Vhds","VirtualCluster","VirtualHost","WeightedCluster","__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","__clone_box","action","action","actions","additional_request_chance","allow_credentials","allow_cross_scheme_redirect","allow_headers","allow_methods","allow_origin_string_match","append_x_forwarded_host","body","borrow","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","borrow_mut","case_sensitive","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","client_sampling","clone","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","clone_into","cluster_not_found_response_code","cluster_not_found_response_code","cluster_specifier","cluster_specifier_plugins","clusters","config","config_source","cors","cors","cors_policy","custom_tags","decorator","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","default","disable_key","domains","dynamic_metadata","enabled_specifier","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","expose_headers","extension","fmt","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","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","from_ref","grpc","grpc_timeout_offset","hash_policy","header_match_specifier","header_matcher","headers","headers","hedge_on_per_try_timeout","hedge_policy","hedge_policy","host_redirect","host_rewrite_specifier","host_selection_retry_max_attempts","idle_timeout","include_attempt_count_in_response","include_request_attempt_count","include_vh_rate_limits","initial_requests","internal_only_headers","internal_redirect_action","internal_redirect_action","internal_redirect_policy","into","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","into_request","invert_match","is_optional","limit","match","matcher","max_age","max_direct_response_body_size_bytes","max_grpc_timeout","max_internal_redirects","max_internal_redirects","max_stream_duration","metadata","metadata_match","most_specific_header_mutations_wins","name","name","name","name","name","name","num_retries","operation","overall_sampling","path_rewrite_specifier","path_specifier","per_request_buffer_limit_bytes","per_request_buffer_limit_bytes","per_try_idle_timeout","per_try_timeout","port_redirect","predicates","prefix_rewrite","priority","priority","propagate","query_parameter_match_specifier","query_parameter_matcher","query_parameters","random_sampling","random_value_specifier","rate_limit","rate_limited_retry_back_off","rate_limits","rate_limits","redirect_action","redirect_response_codes","regex_rewrite","request_headers_to_add","request_headers_to_add","request_headers_to_add","request_headers_to_remove","request_headers_to_remove","request_headers_to_remove","request_mirror_policies","require_tls","require_tls","response_code","response_code","response_headers_to_add","response_headers_to_add","response_headers_to_add","response_headers_to_remove","response_headers_to_remove","response_headers_to_remove","retriable_headers","retriable_request_headers","retriable_status_codes","retry_back_off","retry_host_predicate","retry_on","retry_options_predicates","retry_policy","retry_policy","retry_policy","retry_policy_typed_config","retry_policy_typed_config","retry_priority","route","route_action","route_match","routes","runtime_fraction","runtime_key_prefix","scheme_rewrite_specifier","set_cluster_not_found_response_code","set_internal_redirect_action","set_priority","set_require_tls","set_response_code","shadow_enabled","stage","status","strip_query","timeout","tls_context","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","to_owned","total_weight","tracing","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_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","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","type_id","typed_per_filter_config","typed_per_filter_config","upgrade_configs","validate_clusters","vhds","virtual_clusters","virtual_host","virtual_hosts","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","weighted_cluster","EnabledSpecifier","FilterEnabled","__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","ContainsMatch","ExactMatch","HeaderMatchSpecifier","PrefixMatch","PresentMatch","RangeMatch","SafeRegexMatch","StringMatch","SuffixMatch","__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","PresentMatch","QueryParameterMatchSpecifier","StringMatch","__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","Action","Override","__clone_box","__clone_box","action","action_specifier","borrow","borrow","borrow_mut","borrow_mut","clear","clear","clone","clone","clone_into","clone_into","default","default","encoded_len","encoded_len","eq","eq","fmt","fmt","from","from","from_ref","from_ref","into","into","into_request","into_request","override","override_specifier","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","ActionSpecifier","DestinationCluster","DestinationCluster","DynamicMetaData","DynamicMetadata","Extension","GenericKey","GenericKey","HeaderValueMatch","HeaderValueMatch","MetaData","Metadata","RemoteAddress","RemoteAddress","RequestHeaders","RequestHeaders","SourceCluster","SourceCluster","__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","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","default","default","default","default","default","default","default","default","default_value","default_value","descriptor_key","descriptor_key","descriptor_key","descriptor_key","descriptor_value","descriptor_value","encode","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","eq","eq","eq","eq","eq","expect_match","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fmt","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","header_name","headers","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","merge","meta_data","metadata_key","metadata_key","set_source","skip_if_absent","source","source","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_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","Dynamic","RouteEntry","Source","__clone_box","as_str_name","borrow","borrow_mut","clone","clone_into","cmp","compare","default","eq","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from_i32","from_ref","from_str_name","hash","into","into_request","is_valid","partial_cmp","to_owned","try_from","try_from","try_into","type_id","vzip","DynamicMetadata","DynamicMetadata","OverrideSpecifier","__clone_box","__clone_box","borrow","borrow","borrow_mut","borrow_mut","clear","clone","clone","clone_into","clone_into","default","encode","encoded_len","encoded_len","eq","eq","fmt","fmt","from","from","from_ref","from_ref","into","into","into_request","into_request","merge","metadata_key","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","Found","HttpsRedirect","MovedPermanently","PathRedirect","PathRewriteSpecifier","PermanentRedirect","PrefixRewrite","RedirectResponseCode","RegexRewrite","SchemeRedirect","SchemeRewriteSpecifier","SeeOther","TemporaryRedirect","__clone_box","__clone_box","__clone_box","as_str_name","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","cmp","compare","default","encode","encode","encoded_len","encoded_len","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from","from_i32","from_ref","from_ref","from_ref","from_str_name","hash","into","into","into","into_request","into_request","into_request","is_valid","merge","merge","partial_cmp","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","RateLimitedRetryBackOff","ResetHeader","ResetHeaderFormat","RetryBackOff","RetryHostPredicate","RetryPriority","Seconds","UnixTimestamp","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","as_str_name","base_interval","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clear","clear","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","compare","config_type","config_type","default","default","default","default","default","default","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","format","format","from","from","from","from","from","from","from_i32","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_str_name","hash","into","into","into","into","into","into","into_request","into_request","into_request","into_request","into_request","into_request","is_valid","max_interval","max_interval","name","name","name","partial_cmp","reset_headers","retry_host_predicate","retry_priority","set_format","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_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","ConfigType","TypedConfig","__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","ConfigType","TypedConfig","__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","Action","DirectResponse","FilterAction","NonForwardingAction","Redirect","Route","__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","AutoHostRewrite","Cluster","ClusterHeader","ClusterNotFoundResponseCode","ClusterSpecifier","ClusterSpecifierPlugin","HandleInternalRedirect","HashPolicy","HostRewriteHeader","HostRewriteLiteral","HostRewritePathRegex","HostRewriteSpecifier","InternalRedirectAction","MaxStreamDuration","NotFound","PassThroughInternalRedirect","RequestMirrorPolicy","ServiceUnavailable","UpgradeConfig","WeightedClusters","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","as_str_name","as_str_name","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clear","clone","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cluster","cmp","cmp","compare","compare","connect_config","default","default","default","default","default","default","enabled","encode","encode","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","eq","eq","eq","eq","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_i32","from_i32","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_str_name","from_str_name","grpc_timeout_header_max","grpc_timeout_header_offset","hash","hash","hash_policy","into","into","into","into","into","into","into","into","into_request","into_request","into_request","into_request","into_request","into_request","into_request","into_request","is_valid","is_valid","max_stream_duration","merge","merge","partial_cmp","partial_cmp","policy_specifier","runtime_fraction","terminal","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","to_owned","trace_sampled","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","type_id","type_id","type_id","type_id","type_id","type_id","type_id","type_id","upgrade_config","upgrade_type","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","ConnectionProperties","ConnectionProperties","Cookie","Cookie","FilterState","FilterState","Header","Header","PolicySpecifier","QueryParameter","QueryParameter","__clone_box","__clone_box","__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","clear","clear","clear","clear","clear","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","default","default","default","default","default","encode","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","eq","eq","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","header_name","into","into","into","into","into","into","into_request","into_request","into_request","into_request","into_request","into_request","key","merge","name","name","path","regex_rewrite","source_ip","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_into","try_into","try_into","try_into","try_into","try_into","ttl","type_id","type_id","type_id","type_id","type_id","type_id","vzip","vzip","vzip","vzip","vzip","vzip","ConnectConfig","__clone_box","allow_post","borrow","borrow_mut","clear","clone","clone_into","default","encoded_len","eq","fmt","from","from_ref","into","into_request","proxy_protocol_config","to_owned","try_from","try_into","type_id","vzip","ConnectMatcher","ConnectMatcher","GrpcRouteMatchOptions","Path","PathSpecifier","Prefix","SafeRegex","TlsContextMatchOptions","__clone_box","__clone_box","__clone_box","__clone_box","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","default","default","default","encode","encoded_len","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","fmt","fmt","fmt","fmt","from","from","from","from","from_ref","from_ref","from_ref","from_ref","into","into","into","into","into_request","into_request","into_request","into_request","merge","presented","to_owned","to_owned","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","validated","vzip","vzip","vzip","vzip","All","ExternalOnly","None","TlsRequirementType","__clone_box","as_str_name","borrow","borrow_mut","clone","clone_into","cmp","compare","default","eq","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from_i32","from_ref","from_str_name","hash","into","into_request","is_valid","partial_cmp","to_owned","try_from","try_from","try_into","type_id","vzip","ClusterWeight","HeaderName","RandomValueSpecifier","__clone_box","__clone_box","borrow","borrow","borrow_mut","borrow_mut","clear","clone","clone","clone_into","clone_into","cluster_header","cluster_weight","default","encode","encoded_len","encoded_len","eq","eq","fmt","fmt","from","from","from_ref","from_ref","host_rewrite_specifier","into","into","into_request","into_request","merge","metadata_match","name","request_headers_to_add","request_headers_to_remove","response_headers_to_add","response_headers_to_remove","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","typed_per_filter_config","vzip","vzip","weight","HostRewriteLiteral","HostRewriteSpecifier","__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","cluster","discovery","v3","CdsDummy","__clone_box","borrow","borrow_mut","clear","clone","clone_into","cluster_discovery_service_client","cluster_discovery_service_server","default","encoded_len","eq","fmt","from","from_ref","into","into_request","to_owned","try_from","try_into","type_id","vzip","ClusterDiscoveryServiceClient","__clone_box","accept_compressed","borrow","borrow_mut","clone","clone_into","connect","delta_clusters","fetch_clusters","fmt","from","from_ref","into","into_request","max_decoding_message_size","max_encoding_message_size","new","send_compressed","stream_clusters","to_owned","try_from","try_into","type_id","vzip","with_interceptor","with_origin","ClusterDiscoveryService","ClusterDiscoveryServiceServer","DeltaClustersStream","StreamClustersStream","__clone_box","accept_compressed","borrow","borrow_mut","call","call","clone","clone_into","delta_clusters","fetch_clusters","fmt","from","from_arc","from_ref","into","into_make_service","into_request","max_decoding_message_size","max_encoding_message_size","new","poll_ready","poll_ready","send_compressed","stream_clusters","to_owned","try_from","try_into","type_id","vzip","with_interceptor","v3","AdsDummy","DeltaDiscoveryRequest","DeltaDiscoveryResponse","DiscoveryRequest","DiscoveryResponse","Resource","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","aggregated_discovery_service_client","aggregated_discovery_service_server","aliases","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","cache_control","canary","clear","clear","clear","clear","clear","clear","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","control_plane","control_plane","default","default","default","default","default","default","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","eq","eq","error_detail","error_detail","fmt","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","initial_resource_versions","into","into","into","into","into","into","into_request","into_request","into_request","into_request","into_request","into_request","name","node","node","nonce","nonce","removed_resources","resource","resource","resource_names","resource_names_subscribe","resource_names_unsubscribe","resources","resources","response_nonce","response_nonce","system_version_info","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_into","try_into","try_into","try_into","try_into","try_into","ttl","type_id","type_id","type_id","type_id","type_id","type_id","type_url","type_url","type_url","type_url","version","version_info","version_info","vzip","vzip","vzip","vzip","vzip","vzip","AggregatedDiscoveryServiceClient","__clone_box","accept_compressed","borrow","borrow_mut","clone","clone_into","connect","delta_aggregated_resources","fmt","from","from_ref","into","into_request","max_decoding_message_size","max_encoding_message_size","new","send_compressed","stream_aggregated_resources","to_owned","try_from","try_into","type_id","vzip","with_interceptor","with_origin","AggregatedDiscoveryService","AggregatedDiscoveryServiceServer","DeltaAggregatedResourcesStream","StreamAggregatedResourcesStream","__clone_box","accept_compressed","borrow","borrow_mut","call","call","clone","clone_into","delta_aggregated_resources","fmt","from","from_arc","from_ref","into","into_make_service","into_request","max_decoding_message_size","max_encoding_message_size","new","poll_ready","poll_ready","send_compressed","stream_aggregated_resources","to_owned","try_from","try_into","type_id","vzip","with_interceptor","CacheControl","__clone_box","borrow","borrow_mut","clear","clone","clone_into","default","do_not_cache","encoded_len","eq","fmt","from","from_ref","into","into_request","to_owned","try_from","try_into","type_id","vzip","matcher","metadata","tracing","v3","v3","DoubleMatcher","HttpGenericBodyMatch","HttpHeadersMatch","ListMatcher","ListStringMatcher","MatchPredicate","Matcher","MetadataMatcher","RegexMatchAndSubstitute","RegexMatcher","StringMatcher","ValueMatcher","__clone_box","__clone_box","__clone_box","__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","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","bytes_limit","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","clear","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","default","default","default","default","default","default","default","default","default","default","default","default","double_matcher","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","engine_type","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","eq","filter","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_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","headers","http_generic_body_match","ignore_case","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","invert","list_matcher","match_pattern","match_pattern","match_pattern","match_pattern","match_predicate","matcher","matcher_type","metadata_matcher","on_no_match","path","pattern","patterns","patterns","regex","regex_matcher","rule","string_matcher","substitution","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_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","value","value_matcher","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","vzip","Exact","MatchPattern","Range","__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","GenericTextMatch","__clone_box","borrow","borrow_mut","clear","clone","clone_into","default","encoded_len","eq","fmt","from","from_ref","generic_text_match","into","into_request","rule","to_owned","try_from","try_into","type_id","vzip","BinaryMatch","Rule","StringMatch","__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","MatchPattern","OneOf","__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","AndMatch","AnyMatch","HttpRequestGenericBodyMatch","HttpRequestHeadersMatch","HttpRequestTrailersMatch","HttpResponseGenericBodyMatch","HttpResponseHeadersMatch","HttpResponseTrailersMatch","MatchSet","NotMatch","OrMatch","Rule","__clone_box","__clone_box","borrow","borrow","borrow_mut","borrow_mut","clear","clone","clone","clone_into","clone_into","default","encode","encoded_len","encoded_len","eq","eq","fmt","fmt","from","from","from_ref","from_ref","into","into","into_request","into_request","merge","rules","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","MatcherList","MatcherList","MatcherTree","MatcherTree","MatcherType","OnMatch","__clone_box","__clone_box","__clone_box","__clone_box","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","default","default","default","encode","encoded_len","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","fmt","fmt","fmt","fmt","from","from","from","from","from_ref","from_ref","from_ref","from_ref","input","into","into","into","into","into_request","into_request","into_request","into_request","matcher_list","matcher_tree","matchers","merge","on_match","on_match","to_owned","to_owned","to_owned","to_owned","tree_type","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","FieldMatcher","Predicate","__clone_box","__clone_box","borrow","borrow","borrow_mut","borrow_mut","clear","clear","clone","clone","clone_into","clone_into","default","default","encoded_len","encoded_len","eq","eq","fmt","fmt","from","from","from_ref","from_ref","into","into","into_request","into_request","match_type","on_match","predicate","predicate","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","AndMatcher","MatchType","NotMatcher","OrMatcher","PredicateList","SinglePredicate","SinglePredicate","__clone_box","__clone_box","__clone_box","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clear","clear","clone","clone","clone","clone_into","clone_into","clone_into","default","default","encode","encoded_len","encoded_len","encoded_len","eq","eq","eq","fmt","fmt","fmt","from","from","from","from_ref","from_ref","from_ref","input","into","into","into","into_request","into_request","into_request","matcher","merge","predicate","single_predicate","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","vzip","vzip","vzip","CustomMatch","Matcher","ValueMatch","__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","CustomMatch","ExactMatchMap","MatchMap","PrefixMatchMap","TreeType","__clone_box","__clone_box","borrow","borrow","borrow_mut","borrow_mut","clear","clone","clone","clone_into","clone_into","default","encode","encoded_len","encoded_len","eq","eq","fmt","fmt","from","from","from_ref","from_ref","into","into","into_request","into_request","map","merge","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","Action","Matcher","OnMatch","__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","PathSegment","__clone_box","borrow","borrow_mut","clear","clone","clone_into","default","encoded_len","eq","fmt","from","from_ref","into","into_request","path_segment","segment","to_owned","try_from","try_into","type_id","vzip","Key","Segment","__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","EngineType","GoogleRe2","GoogleRe2","__clone_box","__clone_box","borrow","borrow","borrow_mut","borrow_mut","clear","clone","clone","clone_into","clone_into","default","encode","encoded_len","encoded_len","eq","eq","fmt","fmt","from","from","from_ref","from_ref","into","into","into_request","into_request","max_program_size","merge","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","Contains","Exact","MatchPattern","Prefix","SafeRegex","Suffix","__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","BoolMatch","DoubleMatch","ListMatch","MatchPattern","NullMatch","NullMatch","PresentMatch","StringMatch","__clone_box","__clone_box","borrow","borrow","borrow_mut","borrow_mut","clear","clone","clone","clone_into","clone_into","default","encode","encoded_len","encoded_len","eq","eq","fmt","fmt","from","from","from_ref","from_ref","into","into","into_request","into_request","merge","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","v3","MetadataKey","MetadataKind","__clone_box","__clone_box","borrow","borrow","borrow_mut","borrow_mut","clear","clear","clone","clone","clone_into","clone_into","default","default","encoded_len","encoded_len","eq","eq","fmt","fmt","from","from","from_ref","from_ref","into","into","into_request","into_request","key","kind","metadata_key","metadata_kind","path","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","PathSegment","__clone_box","borrow","borrow_mut","clear","clone","clone_into","default","encoded_len","eq","fmt","from","from_ref","into","into_request","path_segment","segment","to_owned","try_from","try_into","type_id","vzip","Key","Segment","__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","Cluster","Cluster","Host","Host","Kind","Request","Request","Route","Route","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clear","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","default","default","default","default","encode","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","eq","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from_ref","from_ref","from_ref","from_ref","from_ref","into","into","into","into","into","into_request","into_request","into_request","into_request","into_request","merge","to_owned","to_owned","to_owned","to_owned","to_owned","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","v3","CustomTag","__clone_box","borrow","borrow_mut","clear","clone","clone_into","custom_tag","default","encoded_len","eq","fmt","from","from_ref","into","into_request","tag","to_owned","try_from","try_into","type","type_id","vzip","Environment","Environment","Header","Literal","Literal","Metadata","Metadata","RequestHeader","Type","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clear","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","default","default","default","default","default_value","default_value","default_value","encode","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","eq","eq","eq","eq","eq","fmt","fmt","fmt","fmt","fmt","from","from","from","from","from","from_ref","from_ref","from_ref","from_ref","from_ref","into","into","into","into","into","into_request","into_request","into_request","into_request","into_request","kind","merge","metadata_key","name","name","to_owned","to_owned","to_owned","to_owned","to_owned","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","value","vzip","vzip","vzip","vzip","vzip","CodecClientType","DoubleRange","FractionalPercent","Http1","Http2","Http3","Int32Range","Int64Range","Percent","SemanticVersion","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","__clone_box","as_str_name","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clear","clear","clear","clear","clear","clear","clone","clone","clone","clone","clone","clone","clone","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","clone_into","cmp","compare","default","default","default","default","default","default","default","denominator","denominator","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","encoded_len","end","end","end","eq","eq","eq","eq","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","fmt","fmt","fmt","fractional_percent","from","from","from","from","from","from","from","from_i32","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_ref","from_str_name","hash","into","into","into","into","into","into","into","into_request","into_request","into_request","into_request","into_request","into_request","into_request","is_valid","major_number","minor_number","numerator","partial_cmp","patch","set_denominator","start","start","start","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_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","value","vzip","vzip","vzip","vzip","vzip","vzip","vzip","DenominatorType","Hundred","Million","TenThousand","__clone_box","as_str_name","borrow","borrow_mut","clone","clone_into","cmp","compare","default","eq","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","from","from_i32","from_ref","from_str_name","hash","into","into_request","is_valid","partial_cmp","to_owned","try_from","try_from","try_into","type_id","vzip"],"q":[[0,"quilkin"],[93,"quilkin::cli"],[174,"quilkin::cli::agent"],[207,"quilkin::cli::generate_config_schema"],[233,"quilkin::cli::manage"],[265,"quilkin::cli::proxy"],[275,"quilkin::cli::qcmp"],[325,"quilkin::cli::relay"],[355,"quilkin::cluster"],[439,"quilkin::config"],[610,"quilkin::config::providers"],[638,"quilkin::config::providers::Providers"],[641,"quilkin::config::providers::k8s"],[644,"quilkin::config::providers::k8s::agones"],[1225,"quilkin::config::watch"],[1291,"quilkin::config::watch::agones"],[1292,"quilkin::endpoint"],[1561,"quilkin::endpoint::MetadataError"],[1563,"quilkin::filters"],[1972,"quilkin::filters::CreationError"],[1976,"quilkin::filters::capture"],[2091,"quilkin::filters::compress"],[2183,"quilkin::filters::concatenate_bytes"],[2236,"quilkin::filters::debug"],[2255,"quilkin::filters::drop"],[2273,"quilkin::filters::firewall"],[2421,"quilkin::filters::firewall::PortRangeError"],[2423,"quilkin::filters::load_balancer"],[2474,"quilkin::filters::local_rate_limit"],[2500,"quilkin::filters::match"],[2598,"quilkin::filters::pass"],[2615,"quilkin::filters::prelude"],[2624,"quilkin::filters::timestamp"],[2655,"quilkin::filters::token_router"],[2697,"quilkin::metadata"],[2894,"quilkin::protocol"],[2940,"quilkin::protocol::Protocol"],[2946,"quilkin::xds"],[3060,"quilkin::xds::config"],[3067,"quilkin::xds::config::accesslog"],[3068,"quilkin::xds::config::accesslog::v3"],[3398,"quilkin::xds::config::accesslog::v3::access_log"],[3419,"quilkin::xds::config::accesslog::v3::access_log_filter"],[3451,"quilkin::xds::config::accesslog::v3::comparison_filter"],[3486,"quilkin::xds::config::accesslog::v3::extension_filter"],[3507,"quilkin::xds::config::accesslog::v3::grpc_status_filter"],[3556,"quilkin::xds::config::cluster"],[3557,"quilkin::xds::config::cluster::v3"],[3824,"quilkin::xds::config::cluster::v3::circuit_breakers"],[3855,"quilkin::xds::config::cluster::v3::circuit_breakers::thresholds"],[3877,"quilkin::xds::config::cluster::v3::cluster"],[4375,"quilkin::xds::config::cluster::v3::cluster::common_lb_config"],[4462,"quilkin::xds::config::cluster::v3::cluster::lb_subset_config"],[4524,"quilkin::xds::config::cluster::v3::cluster::lb_subset_config::lb_subset_selector"],[4561,"quilkin::xds::config::cluster::v3::cluster::ring_hash_lb_config"],[4595,"quilkin::xds::config::cluster::v3::load_balancing_policy"],[4616,"quilkin::xds::config::common"],[4617,"quilkin::xds::config::common::matcher"],[4618,"quilkin::xds::config::common::matcher::v3"],[4631,"quilkin::xds::config::common::matcher::v3::http_generic_body_match"],[4634,"quilkin::xds::config::common::matcher::v3::http_generic_body_match::generic_text_match"],[4637,"quilkin::xds::config::common::matcher::v3::match_predicate"],[4650,"quilkin::xds::config::common::matcher::v3::matcher"],[4663,"quilkin::xds::config::common::matcher::v3::matcher::matcher_list"],[4669,"quilkin::xds::config::common::matcher::v3::matcher::matcher_list::predicate"],[4680,"quilkin::xds::config::common::matcher::v3::matcher::matcher_list::predicate::single_predicate"],[4683,"quilkin::xds::config::common::matcher::v3::matcher::matcher_tree"],[4689,"quilkin::xds::config::common::matcher::v3::matcher::on_match"],[4692,"quilkin::xds::config::core"],[4693,"quilkin::xds::config::core::v3"],[6287,"quilkin::xds::config::core::v3::address"],[6311,"quilkin::xds::config::core::v3::alternate_protocols_cache_options"],[6333,"quilkin::xds::config::core::v3::api_config_source"],[6371,"quilkin::xds::config::core::v3::async_data_source"],[6393,"quilkin::xds::config::core::v3::config_source"],[6418,"quilkin::xds::config::core::v3::data_source"],[6442,"quilkin::xds::config::core::v3::envoy_internal_address"],[6463,"quilkin::xds::config::core::v3::event_service_config"],[6484,"quilkin::xds::config::core::v3::grpc_service"],[6557,"quilkin::xds::config::core::v3::grpc_service::google_grpc"],[6666,"quilkin::xds::config::core::v3::grpc_service::google_grpc::call_credentials"],[6789,"quilkin::xds::config::core::v3::grpc_service::google_grpc::call_credentials::metadata_credentials_from_plugin"],[6810,"quilkin::xds::config::core::v3::grpc_service::google_grpc::channel_args"],[6832,"quilkin::xds::config::core::v3::grpc_service::google_grpc::channel_args::value"],[6854,"quilkin::xds::config::core::v3::grpc_service::google_grpc::channel_credentials"],[6877,"quilkin::xds::config::core::v3::header_value_option"],[6912,"quilkin::xds::config::core::v3::health_check"],[7100,"quilkin::xds::config::core::v3::health_check::custom_health_check"],[7121,"quilkin::xds::config::core::v3::health_check::payload"],[7143,"quilkin::xds::config::core::v3::http1_protocol_options"],[7165,"quilkin::xds::config::core::v3::http1_protocol_options::header_key_format"],[7207,"quilkin::xds::config::core::v3::http2_protocol_options"],[7229,"quilkin::xds::config::core::v3::http_protocol_options"],[7264,"quilkin::xds::config::core::v3::http_uri"],[7285,"quilkin::xds::config::core::v3::node"],[7307,"quilkin::xds::config::core::v3::proxy_protocol_config"],[7341,"quilkin::xds::config::core::v3::scheme_header_transformation"],[7362,"quilkin::xds::config::core::v3::socket_address"],[7418,"quilkin::xds::config::core::v3::socket_option"],[7475,"quilkin::xds::config::core::v3::transport_socket"],[7496,"quilkin::xds::config::endpoint"],[7497,"quilkin::xds::config::endpoint::v3"],[7626,"quilkin::xds::config::endpoint::v3::cluster_load_assignment"],[7650,"quilkin::xds::config::endpoint::v3::cluster_load_assignment::policy"],[7672,"quilkin::xds::config::endpoint::v3::endpoint"],[7694,"quilkin::xds::config::endpoint::v3::lb_endpoint"],[7716,"quilkin::xds::config::endpoint::v3::locality_lb_endpoints"],[7759,"quilkin::xds::config::listener"],[7760,"quilkin::xds::config::listener::v3"],[8061,"quilkin::xds::config::listener::v3::filter"],[8083,"quilkin::xds::config::listener::v3::filter_chain"],[8104,"quilkin::xds::config::listener::v3::filter_chain_match"],[8139,"quilkin::xds::config::listener::v3::listener"],[8257,"quilkin::xds::config::listener::v3::listener::connection_balance_config"],[8298,"quilkin::xds::config::listener::v3::listener_filter"],[8320,"quilkin::xds::config::listener::v3::listener_filter_chain_match_predicate"],[8366,"quilkin::xds::config::route"],[8367,"quilkin::xds::config::route::v3"],[8986,"quilkin::xds::config::route::v3::cors_policy"],[9007,"quilkin::xds::config::route::v3::header_matcher"],[9035,"quilkin::xds::config::route::v3::query_parameter_matcher"],[9057,"quilkin::xds::config::route::v3::rate_limit"],[9101,"quilkin::xds::config::route::v3::rate_limit::action"],[9308,"quilkin::xds::config::route::v3::rate_limit::action::meta_data"],[9342,"quilkin::xds::config::route::v3::rate_limit::override"],[9384,"quilkin::xds::config::route::v3::redirect_action"],[9466,"quilkin::xds::config::route::v3::retry_policy"],[9614,"quilkin::xds::config::route::v3::retry_policy::retry_host_predicate"],[9635,"quilkin::xds::config::route::v3::retry_policy::retry_priority"],[9656,"quilkin::xds::config::route::v3::route"],[9681,"quilkin::xds::config::route::v3::route_action"],[9890,"quilkin::xds::config::route::v3::route_action::hash_policy"],[10023,"quilkin::xds::config::route::v3::route_action::upgrade_config"],[10045,"quilkin::xds::config::route::v3::route_match"],[10131,"quilkin::xds::config::route::v3::virtual_host"],[10166,"quilkin::xds::config::route::v3::weighted_cluster"],[10218,"quilkin::xds::config::route::v3::weighted_cluster::cluster_weight"],[10239,"quilkin::xds::service"],[10241,"quilkin::xds::service::cluster"],[10242,"quilkin::xds::service::cluster::v3"],[10264,"quilkin::xds::service::cluster::v3::cluster_discovery_service_client"],[10291,"quilkin::xds::service::cluster::v3::cluster_discovery_service_server"],[10325,"quilkin::xds::service::discovery"],[10326,"quilkin::xds::service::discovery::v3"],[10481,"quilkin::xds::service::discovery::v3::aggregated_discovery_service_client"],[10507,"quilkin::xds::service::discovery::v3::aggregated_discovery_service_server"],[10540,"quilkin::xds::service::discovery::v3::resource"],[10561,"quilkin::xds::type"],[10565,"quilkin::xds::type::matcher"],[10566,"quilkin::xds::type::matcher::v3"],[10835,"quilkin::xds::type::matcher::v3::double_matcher"],[10857,"quilkin::xds::type::matcher::v3::http_generic_body_match"],[10879,"quilkin::xds::type::matcher::v3::http_generic_body_match::generic_text_match"],[10901,"quilkin::xds::type::matcher::v3::list_matcher"],[10922,"quilkin::xds::type::matcher::v3::match_predicate"],[10973,"quilkin::xds::type::matcher::v3::matcher"],[11062,"quilkin::xds::type::matcher::v3::matcher::matcher_list"],[11106,"quilkin::xds::type::matcher::v3::matcher::matcher_list::predicate"],[11174,"quilkin::xds::type::matcher::v3::matcher::matcher_list::predicate::single_predicate"],[11196,"quilkin::xds::type::matcher::v3::matcher::matcher_tree"],[11240,"quilkin::xds::type::matcher::v3::matcher::on_match"],[11262,"quilkin::xds::type::matcher::v3::metadata_matcher"],[11284,"quilkin::xds::type::matcher::v3::metadata_matcher::path_segment"],[11305,"quilkin::xds::type::matcher::v3::regex_matcher"],[11347,"quilkin::xds::type::matcher::v3::string_matcher"],[11372,"quilkin::xds::type::matcher::v3::value_matcher"],[11418,"quilkin::xds::type::metadata"],[11419,"quilkin::xds::type::metadata::v3"],[11464,"quilkin::xds::type::metadata::v3::metadata_key"],[11486,"quilkin::xds::type::metadata::v3::metadata_key::path_segment"],[11507,"quilkin::xds::type::metadata::v3::metadata_kind"],[11611,"quilkin::xds::type::tracing"],[11612,"quilkin::xds::type::tracing::v3"],[11635,"quilkin::xds::type::tracing::v3::custom_tag"],[11747,"quilkin::xds::type::v3"],[11917,"quilkin::xds::type::v3::fractional_percent"]],"d":["The Command-Line Interface for Quilkin.","Config is the configuration of a proxy","Run Quilkin as a UDP reverse proxy.","","","","The port to bind for the admin server","","","","","","","","","","","","","","","","","","","","","Quilkin configuration.","The path to the configuration file for the Quilkin …","","","","Types representing where the data is the sent.","","Filters for processing packets.","","","","","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).","","","","","","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.","Logic for parsing and generating Quilkin Control Message …","The port to listen on.","Whether Quilkin will report any results to stdout/stderr.","","","","One or more socket addresses to forward packets to.","","","","","","","","","","","","","","","","","","","","","","","","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 …","","","","","","","","","","","","Returns the argument unchanged.","","","","","Calls U::from(self).","","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.","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","","Represents a full snapshot of all clusters.","","","","","","","","","","","","","","","","","","Provides a flat iterator over the list of endpoints.","","","","","","","","","","","","Returns the argument unchanged.","","","Returns the argument unchanged.","","","","","","","","","","","Adds a new set of endpoints to the cluster.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","Creates a new Cluster called name containing localities.","Creates a new Cluster called "default" containing endpoints…","Creates a new Cluster called name containing endpoints.","","","","","","","","","","","","","","","","","","Updates the locality of any endpoints which have no …","","","","Config is the configuration of a proxy","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","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","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.","","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).","","","","","","","","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.","Auto-generated derived type for FleetSpec via …","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.","","","","","","","","","","","","","","","","","","","","","","","","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).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","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.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A destination endpoint with any associated metadata.","A valid socket address. This differs from …","","","","","The location of an Endpoint.","A set of endpoints optionally grouped by a Locality.","Set around LocalityEndpoints to ensure that all unique …","Metadata specific to endpoints.","","","","","","","","","","","","","","","","","","","","","","","","","","Removes all localities.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","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 endpoints associated with the …","Returns a mutable reference to endpoints associated with …","","","A valid name or IP address that resolves to a address.","","","Inserts a new locality of endpoints.","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 an iterator over the set of localities.","Returns a mutable iterator over the set of localities.","","","","","","","","","","Creates a new set of endpoints with no Locality.","Creates a new set from the provided localities.","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.","","","The geographic region.","Removes an endpoint.","Removes the specified locality or all endpoints with no …","","","","","","","","","","","","","","","","","The subzone within the zone, if applicable.","","","","","","","","Returns the socket address for the endpoint, resolving any …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Adds a Locality to the set of endpoints.","Creates a new Endpoint with the specified metadata.","","The zone within the region, if applicable.","","","The binary configuration of the filter. Must be prost …","","Filter for compressing and decompressing packet data","The ConcatenateBytes filter’s job is to add a byte …","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.","","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.","","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 endpoint that we’re expecting packets from.","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 …","","","","","","","","","","","","","","","","","","","","","","","","","","","","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 …","","","","","","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","","","","","The library to use when compressing.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","The ConcatenateBytes filter’s job is to add a byte …","Config represents a ConcatenateBytes 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.","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).","","","","","","","","","","","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’…","","","","","","","","","","","","","","","","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 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.","","","","","","","","","Encodes the protocol command into a buffer of bytes for …","Encodes the protocol command into a buffer of bytes for …","","","","Returns the argument unchanged.","","Returns the argument unchanged.","","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.","","See https://github.com/envoyproxy/envoy-api#apis for a …","Client that can talk to an XDS server using the aDS …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","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).","","","","","","","","Creates a new server for managing Config.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the corresponding type URL for the response type.","","","","","Starts a new stream to the xDS management server.","Starts a new stream to the xDS management server.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Nested message and enum types in AccessLog.","Nested message and enum types in AccessLogFilter.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Nested message and enum types in ComparisonFilter.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Nested message and enum types in ExtensionFilter.","","","","","","","","","","","","","","","","","","","","","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.","","","","","","","","","","","","","","","","Nested message and enum types in GrpcStatusFilter.","","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 the enum value of op, or the default if the field …","","","Appends the provided enum value to statuses.","","Sets op to the provided enum value.","Returns an iterator which yields the valid enum values …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","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 …","","","","","","","","","","","","","","","","","","","","","","","","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 …","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","","","","","","","","","","","","","","","Returns the argument unchanged.","Converts an i32 to a Op, or None if value is not a valid …","","Creates an enum from field names used in the ProtoBuf …","","Calls U::from(self).","","Returns true if value is a variant of Op.","","","","","","","","","","","","","","","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 …","","","","","","","","","","","","","","","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","","","","","","","","","","","","","","","Returns the argument unchanged.","Converts an i32 to a Status, or None if value is not a …","","Creates an enum from field names used in the ProtoBuf …","","Calls U::from(self).","","Returns true if value is a variant of Status.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Nested message and enum types in CircuitBreakers.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Nested message and enum types in Cluster.","","","","","","","","","","","","","","","","","","","Returns the enum value of dns_lookup_family, or the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","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.","","","","","","","","","","","","","","","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 enum value of lb_policy, or the default if the …","","","","Nested message and enum types in LoadBalancingPolicy.","","","","","","","","","","","","","","Returns the enum value of protocol_selection, or the …","","","","Sets dns_lookup_family to the provided enum value.","Sets lb_policy to the provided enum value.","Sets protocol_selection to the provided enum value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","Returns the enum value of priority, or the default if the …","","","Sets priority to the provided enum value.","Nested message and enum types in Thresholds.","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","String value of the enum field names used in the ProtoBuf …","String value of the enum field names used in the ProtoBuf …","String value of the enum field names used in the ProtoBuf …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Nested message and enum types in CommonLbConfig.","","","","","","","","","","","","","","","","","","","","","","","","","Encodes the message to a buffer.","Encodes the message to a buffer.","","","","","","","","","","","","","","Returns the encoded length of the message without a length …","Returns the encoded length of the message without a length …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the enum value of fallback_policy, or the default …","","","","","","","","","","","","","","","","","","","","","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.","Converts an i32 to a DiscoveryType, or None if value is …","Converts an i32 to a LbPolicy, or None if value is not a …","Converts an i32 to a DnsLookupFamily, or None if value is …","Converts an i32 to a ClusterProtocolSelection, or None if …","","","","","","","","","","","","","","","","","","","","Creates an enum from field names used in the ProtoBuf …","Creates an enum from field names used in the ProtoBuf …","Creates an enum from field names used in the ProtoBuf …","Creates an enum from field names used in the ProtoBuf …","","","","","Returns the enum value of hash_function, or the default if …","","","","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 true if value is a variant of DiscoveryType.","Returns true if value is a variant of LbPolicy.","Returns true if value is a variant of DnsLookupFamily.","Returns true if value is a variant of …","Nested message and enum types in LbSubsetConfig.","","","","","","","Decodes an instance of the message from a buffer, and …","Decodes an instance of the message from a buffer, and …","","","","","","","","","","","","","Nested message and enum types in RingHashLbConfig.","","","Sets fallback_policy to the provided enum value.","Sets hash_function to the provided enum value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Encodes the message to a buffer.","","","","Returns the encoded length of the message without a length …","","","","","","","","","","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).","","","","","Decodes an instance of the message from a buffer, and …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","","","","","","","","","","","","","","","","","","","","","","","Returns the enum value of fallback_policy, or the default …","","","","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i32 to a LbSubsetFallbackPolicy, or None if …","","","Creates an enum from field names used in the ProtoBuf …","","Calls U::from(self).","Calls U::from(self).","","","Returns true if value is a variant of …","","Nested message and enum types in LbSubsetSelector.","","Sets fallback_policy to the provided enum value.","","","","","","","","","","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","","","","","","","","","","","","","","","Returns the argument unchanged.","Converts an i32 to a LbSubsetSelectorFallbackPolicy, or …","","Creates an enum from field names used in the ProtoBuf …","","Calls U::from(self).","","Returns true if value is a variant of …","","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","","","","","","","","","","","","","","","Returns the argument unchanged.","Converts an i32 to a HashFunction, or None if value is not …","","Creates an enum from field names used in the ProtoBuf …","","Calls U::from(self).","","Returns true if value is a variant of HashFunction.","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","Nested message and enum types in HttpGenericBodyMatch.","Nested message and enum types in MatchPredicate.","Nested message and enum types in Matcher.","","","","","","Nested message and enum types in GenericTextMatch.","","","","","","","","","","","","","","","","","","","","","","","","","Nested message and enum types in MatcherList.","Nested message and enum types in MatcherTree.","","Nested message and enum types in OnMatch.","","","","","","","Nested message and enum types in Predicate.","","","","","","","","","","","","Nested message and enum types in SinglePredicate.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Nested message and enum types in Address.","","","","","","","","","","","Nested message and enum types in …","","Nested message and enum types in ApiConfigSource.","Returns the enum value of api_type, or the default if the …","","","Returns the enum value of append_action, or the default if …","","","String value of the enum field names used in the ProtoBuf …","String value of the enum field names used in the ProtoBuf …","String value of the enum field names used in the ProtoBuf …","String value of the enum field names used in the ProtoBuf …","String value of the enum field names used in the ProtoBuf …","Nested message and enum types in AsyncDataSource.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Nested message and enum types in ConfigSource.","","","","","","","","","","Nested message and enum types in DataSource.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Nested message and enum types in EnvoyInternalAddress.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Nested message and enum types in EventServiceConfig.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","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.","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.","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.","Converts an i32 to a RoutingPriority, or None if value is …","Converts an i32 to a RequestMethod, or None if value is …","Converts an i32 to a TrafficDirection, or None if value is …","Converts an i32 to a ApiVersion, or None if value is not a …","Converts an i32 to a HealthStatus, or None if value is not …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Creates an enum from field names used in the ProtoBuf …","Creates an enum from field names used in the ProtoBuf …","Creates an enum from field names used in the ProtoBuf …","Creates an enum from field names used in the ProtoBuf …","Creates an enum from field names used in the ProtoBuf …","Nested message and enum types in GrpcService.","","","","","","","","","Nested message and enum types in HeaderValueOption.","","Returns the enum value of headers_with_underscores_action, …","","Nested message and enum types in HealthCheck.","","","","","Nested message and enum types in Http1ProtocolOptions.","Nested message and enum types in Http2ProtocolOptions.","","Nested message and enum types in HttpProtocolOptions.","","Nested message and enum types in HttpUri.","","","","","","","","","","","","","","","","","","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).","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).","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 true if value is a variant of RoutingPriority.","Returns true if value is a variant of RequestMethod.","Returns true if value is a variant of TrafficDirection.","Returns true if value is a variant of ApiVersion.","Returns true if value is a variant of HealthStatus.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Nested message and enum types in Node.","","","","","","","","","","","","","","","","","","","Returns the enum value of protocol, or the default if the …","","Nested message and enum types in ProxyProtocolConfig.","Appends the provided enum value to statuses.","","","","","","","","Returns the enum value of resource_api_version, or the …","","","","","","","","","","Nested message and enum types in SchemeHeaderTransformation…","Sets api_type to the provided enum value.","Sets append_action to the provided enum value.","Sets headers_with_underscores_action to the provided enum …","","Sets protocol to the provided enum value.","Sets resource_api_version to the provided enum value.","Sets state to the provided enum value.","Sets transport_api_version to the provided enum value.","Sets transport_api_version to the provided enum value.","Sets version to the provided enum value.","","Nested message and enum types in SocketAddress.","Nested message and enum types in SocketOption.","","","","","Returns the enum value of state, or the default if the …","","Returns an iterator which yields the valid enum values …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the enum value of transport_api_version, or the …","Returns the enum value of transport_api_version, or the …","","","Nested message and enum types in TransportSocket.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the enum value of version, or the default if the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","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 …","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","","","","","","","","","","","","","","","Returns the argument unchanged.","Converts an i32 to a ApiType, or None if value is not a …","","Creates an enum from field names used in the ProtoBuf …","","Calls U::from(self).","","Returns true if value is a variant of ApiType.","","","","","","","","","","","","","","","","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 …","","","","","","","","","","","","","","","","","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 …","","","","","","","","","","","","","","","","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 …","","","","","","","","","","","","","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 …","","","","","","","","","","","","","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 …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Encodes the message to a buffer.","","","Returns the encoded length of the message without a length …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","Nested message and enum types in GoogleGrpc.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","Decodes an instance of the message from a buffer, and …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Nested message and enum types in CallCredentials.","","Nested message and enum types in ChannelArgs.","Nested message and enum types in ChannelCredentials.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","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).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Encodes the message to a buffer.","","","","","Returns the encoded length of the message without a length …","","","","","","","","","","","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).","","","","","","","Decodes an instance of the message from a buffer, and …","Nested message and enum types in …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","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 …","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","Nested message and enum types in Value.","","","","","","","","","","","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 …","","","","","","","","","","","","","","","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 …","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","","","","","","","","","","","","","","","Returns the argument unchanged.","Converts an i32 to a HeaderAppendAction, or None if value …","","Creates an enum from field names used in the ProtoBuf …","","Calls U::from(self).","","Returns true if value is a variant of HeaderAppendAction.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the enum value of codec_client_type, or the …","","","Nested message and enum types in CustomHealthCheck.","","","","","","","","Encodes the message to a buffer.","","","","","","","","Returns the encoded length of the message without a length …","","","","","","","","","","","","","","","","","","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.","","","","","","","","","","","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).","","","","","","","","","","Decodes an instance of the message from a buffer, and …","","","Nested message and enum types in Payload.","","","","","","","","","","","Sets codec_client_type to the provided enum value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","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 …","","","","","","","","","","","","","","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 …","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Nested message and enum types in HeaderKeyFormat.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","Encodes the message to a buffer.","","Returns the encoded length of the message without a length …","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","Decodes an instance of the message from a buffer, and …","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","","","","","","","","","","","","","","","Returns the argument unchanged.","Converts an i32 to a HeadersWithUnderscoresAction, or None …","","Creates an enum from field names used in the ProtoBuf …","","Calls U::from(self).","","Returns true if value is a variant of …","","","","","","","","","","","","","","","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 …","","","","","","","","","","","","","","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 …","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","","","","","","","","","","","","","","","Returns the argument unchanged.","Converts an i32 to a Version, or None if value is not a …","","Creates an enum from field names used in the ProtoBuf …","","Calls U::from(self).","","Returns true if value is a variant of Version.","","","","","","","","","","","","","","","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 …","","","","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","","","","","","","","","","","","Encodes the message to a buffer.","Returns the encoded length of the message without a length …","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i32 to a Protocol, or None if value is not a …","","","Creates an enum from field names used in the ProtoBuf …","","Calls U::from(self).","Calls U::from(self).","","","Returns true if value is a variant of Protocol.","Decodes an instance of the message from a buffer, and …","","","","","","","","","","","","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","","","","","","","","","","","","Encodes the message to a buffer.","Returns the encoded length of the message without a length …","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i32 to a SocketState, or None if value is not …","","","Creates an enum from field names used in the ProtoBuf …","","Calls U::from(self).","Calls U::from(self).","","","Returns true if value is a variant of SocketState.","Decodes an instance of the message from a buffer, and …","","","","","","","","","","","","","","","","","","","","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 …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Nested message and enum types in ClusterLoadAssignment.","","","","","","","","","","","","Nested message and enum types in Endpoint.","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","Returns the argument unchanged.","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","Returns the enum value of health_status, or the default if …","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","Nested message and enum types in LbEndpoint.","","","","","","","Nested message and enum types in LocalityLbEndpoints.","","","","","","Sets health_status to the provided enum value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","Nested message and enum types in Policy.","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","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 …","","","","","","","","","","","","","","","","","","","","","","Encodes the message to a buffer.","","Returns the encoded length of the message without a length …","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","Decodes an instance of the message from a buffer, and …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the enum value of drain_type, or the default if …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Nested message and enum types in Filter.","Nested message and enum types in FilterChain.","Nested message and enum types in FilterChainMatch.","","","","","","","","","","","","","","","","","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.","","","","","","","","","","","","","","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).","","","","","","","","","","","","Nested message and enum types in Listener.","Nested message and enum types in ListenerFilter.","Nested message and enum types in …","","","","","","","","","","","","","","","","","","","","Sets drain_type to the provided enum value.","Sets source_type to the provided enum value.","Sets traffic_direction to the provided enum value.","","","","Returns the enum value of source_type, or the default if …","","","","","","","","","","","","","","","","","Returns the enum value of traffic_direction, or the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","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 …","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","","","","","","","","","","","","","","","Returns the argument unchanged.","Converts an i32 to a ConnectionSourceType, or None if value…","","Creates an enum from field names used in the ProtoBuf …","","Calls U::from(self).","","Returns true if value is a variant of ConnectionSourceType.","","","","","","","","","","","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","","","","","","","","","","","","","","","","","","","","","","","","","","","","Nested message and enum types in ConnectionBalanceConfig.","","","","","Encodes the message to a buffer.","","","","Returns the encoded length of the message without a length …","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i32 to a DrainType, or None if value is not a …","","","","","","Creates an enum from field names used in the ProtoBuf …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","Returns true if value is a variant of DrainType.","Decodes an instance of the message from a buffer, and …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Encodes the message to a buffer.","","Returns the encoded length of the message without a length …","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","Decodes an instance of the message from a buffer, and …","","","","","","","","","","","","","","","","","","","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 …","","","","","","","","","","","","","","","","","","","","","","","","","Encodes the message to a buffer.","","Returns the encoded length of the message without a length …","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","Decodes an instance of the message from a buffer, and …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the enum value of cluster_not_found_response_code, …","","","","","","","","","Nested message and enum types in CorsPolicy.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","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.","Returns the argument unchanged.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Nested message and enum types in HeaderMatcher.","","","","","","","","","","","","","","","Returns the enum value of internal_redirect_action, or 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).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the enum value of priority, or the default if the …","","","","Nested message and enum types in QueryParameterMatcher.","","","","Nested message and enum types in RateLimit.","","","","Nested message and enum types in RedirectAction.","","","","","","","","","","Returns the enum value of require_tls, or the default if …","","Returns the enum value of response_code, or the default if …","","","","","","","","","","","","","","","Nested message and enum types in RetryPolicy.","","","","","","Nested message and enum types in Route.","Nested message and enum types in RouteAction.","Nested message and enum types in RouteMatch.","","","","","Sets cluster_not_found_response_code to the provided enum …","Sets internal_redirect_action to the provided enum value.","Sets priority to the provided enum value.","Sets require_tls to the provided enum value.","Sets response_code to the provided enum value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Nested message and enum types in VirtualHost.","","","","","","","","","","","","","","","","","","","","","","","","","Nested message and enum types in WeightedCluster.","","","","","","","","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 …","","","","","","","","","","","","","","","","","","","","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 …","","","","","","","","","","","","","","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 …","","","","","","","","","","Nested message and enum types in Action.","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","Nested message and enum types in Override.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Encodes the message to a buffer.","","","","","","","","","Returns the encoded length of the message without a length …","","","","","","","","","","","","","","","","","","","","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.","","","","","","","","","","","","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).","","","","","","","","","","Decodes an instance of the message from a buffer, and …","Nested message and enum types in MetaData.","","","Sets source to the provided enum value.","","Returns the enum value of source, or the default if the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","","","","","","","","","","","","","","","Returns the argument unchanged.","Converts an i32 to a Source, or None if value is not a …","","Creates an enum from field names used in the ProtoBuf …","","Calls U::from(self).","","Returns true if value is a variant of Source.","","","","","","","","","","","","","","","","","","","","","","","Encodes the message to a buffer.","","Returns the encoded length of the message without a length …","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","Decodes an instance of the message from a buffer, and …","","","","","","","","","","","","","","","","","","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","","","","","","","","","","","","","","","","Encodes the message to a buffer.","Encodes the message to a buffer.","Returns the encoded length of the message without a length …","Returns the encoded length of the message without a length …","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i32 to a RedirectResponseCode, or None if value…","","","","Creates an enum from field names used in the ProtoBuf …","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","Returns true if value is a variant of RedirectResponseCode.","Decodes an instance of the message from a buffer, and …","Decodes an instance of the message from a buffer, and …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the enum value of format, or the default if the …","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Converts an i32 to a ResetHeaderFormat, or None if value …","","","","","","","Creates an enum from field names used in the ProtoBuf …","","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 true if value is a variant of ResetHeaderFormat.","","","","","","","","Nested message and enum types in RetryHostPredicate.","Nested message and enum types in RetryPriority.","Sets format to the provided enum value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","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 …","","","","","","","","","","","","","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 …","","","","","","","","","","","","","","","","","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 …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","String value of the enum field names used in the ProtoBuf …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Encodes the message to a buffer.","Encodes the message to a buffer.","","","","","Returns the encoded length of the message without a length …","Returns the encoded length of the message without a length …","","","","","","","","","","","","","","","","","","","","","","","","","","","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.","Converts an i32 to a ClusterNotFoundResponseCode, or None …","Converts an i32 to a InternalRedirectAction, or None if …","","","","","","","","","Creates an enum from field names used in the ProtoBuf …","Creates an enum from field names used in the ProtoBuf …","","","","","Nested message and enum types in HashPolicy.","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 true if value is a variant of …","Returns true if value is a variant of …","","Decodes an instance of the message from a buffer, and …","Decodes an instance of the message from a buffer, and …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Nested message and enum types in UpgradeConfig.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Encodes the message to a buffer.","","","","","","Returns the encoded length of the message without a length …","","","","","","","","","","","","","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).","","","","","","","","Decodes an instance of the message from a buffer, and …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Encodes the message to a buffer.","","","","Returns the encoded length of the message without a length …","","","","","","","","","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).","","","","","Decodes an instance of the message from a buffer, and …","","","","","","","","","","","","","","","","","","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","","","","","","","","","","","","","","","Returns the argument unchanged.","Converts an i32 to a TlsRequirementType, or None if value …","","Creates an enum from field names used in the ProtoBuf …","","Calls U::from(self).","","Returns true if value is a variant of TlsRequirementType.","","","","","","","","","","","","","","","","","","","","","","","Nested message and enum types in ClusterWeight.","","Encodes the message to a buffer.","","Returns the encoded length of the message without a length …","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","Calls U::from(self).","Calls U::from(self).","","","Decodes an instance of the message from a buffer, and …","","","","","","","","","","","","","","","","","","","","","","","","","","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 …","","","","","","","","","","","","","","","","Generated client implementations.","Generated server implementations.","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","Return list of all clusters this proxy will load balance …","","Enable decompressing responses.","","","","","Attempt to create a new client by connecting to a given …","","","","Returns the argument unchanged.","","Calls U::from(self).","","Limits the maximum size of a decoded message.","Limits the maximum size of an encoded message.","","Compress requests with the given encoding.","","","","","","","","","Generated trait containing gRPC methods that should be …","Return list of all clusters this proxy will load balance …","Server streaming response type for the DeltaClusters …","Server streaming response type for the StreamClusters …","","Enable decompressing requests with the given encoding.","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","Limits the maximum size of a decoded message.","Limits the maximum size of an encoded message.","","","","Compress responses with the given encoding, if the client …","","","","","","","","","","","","","","","","","","","","","Generated client implementations.","Generated server implementations.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","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).","","","","","","","","","","","","","Nested message and enum types in Resource.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","See https://github.com/envoyproxy/envoy-api#apis for a …","","Enable decompressing responses.","","","","","Attempt to create a new client by connecting to a given …","","","Returns the argument unchanged.","","Calls U::from(self).","","Limits the maximum size of a decoded message.","Limits the maximum size of an encoded message.","","Compress requests with the given encoding.","This is a gRPC-only API.","","","","","","","","Generated trait containing gRPC methods that should be …","See https://github.com/envoyproxy/envoy-api#apis for a …","Server streaming response type for the …","Server streaming response type for the …","","Enable decompressing requests with the given encoding.","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","Limits the maximum size of a decoded message.","Limits the maximum size of an encoded message.","","","","Compress responses with the given encoding, if the client …","This is a gRPC-only API.","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Nested message and enum types in DoubleMatcher.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","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.","","","","","","","","","","","","","","Nested message and enum types in HttpGenericBodyMatch.","","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).","","","","","","","","","","","","","","Nested message and enum types in ListMatcher.","","","","","Nested message and enum types in MatchPredicate.","Nested message and enum types in Matcher.","","Nested message and enum types in MetadataMatcher.","","","","","","","Nested message and enum types in RegexMatcher.","","Nested message and enum types in StringMatcher.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Nested message and enum types in ValueMatcher.","","","","","","","","","","","","","","","","","","","","","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 …","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Nested message and enum types in GenericTextMatch.","Calls U::from(self).","","","","","","","","","","","","","","","","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 …","","","","","","","","","","","","","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 …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Encodes the message to a buffer.","","Returns the encoded length of the message without a length …","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","Decodes an instance of the message from a buffer, and …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Encodes the message to a buffer.","","","","Returns the encoded length of the message without a length …","","","","","","","","","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).","","","","","Nested message and enum types in MatcherList.","Nested message and enum types in MatcherTree.","","Decodes an instance of the message from a buffer, and …","Nested message and enum types in OnMatch.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","Nested message and enum types in Predicate.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Encodes the message to a buffer.","","","Returns the encoded length of the message without a length …","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","Decodes an instance of the message from a buffer, and …","","Nested message and enum types in SinglePredicate.","","","","","","","","","","","","","","","","","","","","","","","","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 …","","","","","","","","","","","","","","","","","","","","","","","Encodes the message to a buffer.","","Returns the encoded length of the message without a length …","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","Decodes an instance of the message from a buffer, and …","","","","","","","","","","","","","","","","","","","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 …","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","Nested message and enum types in PathSegment.","","","","","","","","","","","","","","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 …","","","","","","","","","","","","","","","","","","","","","Encodes the message to a buffer.","","Returns the encoded length of the message without a length …","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","Decodes an instance of the message from a buffer, and …","","","","","","","","","","","","","","","","","","","","","","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 …","","","","","","","","","","","","","","","","","","","","","","","","","","Encodes the message to a buffer.","","Returns the encoded length of the message without a length …","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","Decodes an instance of the message from a buffer, and …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","Nested message and enum types in MetadataKey.","Nested message and enum types in MetadataKind.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","Nested message and enum types in PathSegment.","","","","","","","","","","","","","","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 …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Encodes the message to a buffer.","","","","","Returns the encoded length of the message without a length …","","","","","","","","","","","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).","","","","","","Decodes an instance of the message from a buffer, and …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Nested message and enum types in CustomTag.","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Encodes the message to a buffer.","","","","","Returns the encoded length of the message without a length …","","","","","","","","","","","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).","","","","","","","Decodes an instance of the message from a buffer, and …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the enum value of denominator, or the default if …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Nested message and enum types in FractionalPercent.","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.","Converts an i32 to a CodecClientType, or None if value is …","","","","","","","","Creates an enum from field names used in the ProtoBuf …","","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 true if value is a variant of CodecClientType.","","","","","","Sets denominator to the provided enum value.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","String value of the enum field names used in the ProtoBuf …","","","","","","","","","","","","","","","Returns the argument unchanged.","Converts an i32 to a DenominatorType, or None if value is …","","Creates an enum from field names used in the ProtoBuf …","","Calls U::from(self).","","Returns true if value is a variant of DenominatorType.","","","","","","",""],"i":[0,0,0,0,3,4,10,3,10,3,10,3,10,4,3,10,4,0,3,4,3,4,0,4,10,10,10,0,10,3,4,4,0,4,0,4,3,10,4,3,10,4,3,10,3,10,3,4,3,10,4,3,0,3,10,4,3,10,4,4,10,3,0,3,10,3,0,3,10,4,4,4,3,3,4,3,10,4,3,10,4,3,10,4,3,10,3,10,4,3,10,4,0,0,23,24,0,0,0,23,24,0,0,23,24,24,0,23,0,23,0,23,24,23,10,23,0,23,23,24,23,24,23,24,23,24,23,10,10,24,10,24,24,24,24,24,24,24,24,23,24,23,23,23,24,23,24,0,23,24,23,24,23,10,0,10,0,0,10,0,24,23,24,24,24,23,24,23,24,23,23,23,24,23,0,0,27,27,27,27,27,27,27,27,0,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,0,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,0,0,32,32,32,32,32,32,32,0,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,0,0,0,3,3,3,3,3,3,3,0,33,0,33,34,34,34,34,33,33,33,34,33,34,33,34,33,34,34,33,34,33,34,33,34,33,34,33,34,34,33,33,34,33,34,34,33,34,33,34,33,34,33,34,33,34,33,34,33,34,0,0,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,0,0,36,37,36,37,36,37,36,37,36,37,37,36,37,37,37,36,37,36,37,37,36,37,36,36,36,36,36,36,37,36,37,37,37,37,37,37,37,36,37,37,37,37,37,36,37,37,36,37,36,37,37,37,36,37,37,36,36,37,36,36,36,37,37,37,36,36,37,36,37,36,37,36,36,37,36,37,36,37,36,37,36,37,0,0,0,54,70,0,70,70,0,0,54,57,0,70,0,0,54,56,57,58,4,4,54,70,56,607,57,58,54,70,56,607,57,58,54,56,57,58,54,56,57,58,4,58,56,57,54,54,56,607,57,58,4,56,54,56,57,58,57,57,57,57,57,58,58,58,58,58,4,54,70,70,56,57,58,54,54,70,70,56,56,56,56,607,57,58,58,4,54,56,57,58,4,54,70,56,607,57,58,54,70,56,607,57,58,56,56,54,56,57,58,58,56,56,58,56,70,0,56,56,54,57,58,54,56,57,58,54,56,607,57,58,70,56,56,54,56,57,58,70,54,70,56,607,57,58,58,54,70,56,607,57,58,56,54,70,56,607,57,58,4,54,70,56,607,57,58,0,56,56,56,90,90,0,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,0,90,90,90,90,90,90,90,90,90,608,608,609,0,0,0,103,103,106,108,112,107,103,106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,106,0,108,112,107,103,0,0,103,115,103,103,115,103,0,0,0,103,103,107,109,109,109,103,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,102,117,97,110,97,110,97,110,97,110,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,99,101,101,97,110,97,110,97,110,99,100,105,106,107,109,111,116,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,97,97,110,97,110,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,97,110,105,99,101,105,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,97,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,97,110,97,110,97,110,105,97,110,97,110,114,114,97,110,97,110,97,110,116,101,104,97,110,97,110,97,110,97,110,102,97,110,97,110,97,110,104,101,99,102,101,117,111,117,117,102,97,110,113,99,111,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,99,97,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,97,110,97,110,97,110,116,97,110,102,110,97,110,110,111,99,111,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,97,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,113,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,97,110,97,110,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,0,0,0,124,0,0,125,126,124,125,126,124,124,124,124,124,125,126,124,125,126,124,124,124,124,124,124,124,125,126,124,124,0,124,125,126,124,125,126,124,124,124,125,125,126,126,124,124,124,124,124,124,125,126,124,125,126,124,125,126,124,125,126,124,124,124,0,0,0,0,132,132,130,0,0,0,0,0,132,130,130,52,45,48,49,131,132,49,130,52,45,48,49,131,132,130,52,45,48,49,131,132,48,130,52,45,48,49,131,132,130,52,45,48,49,131,132,130,52,45,49,52,130,52,45,49,52,45,48,49,131,130,52,45,48,49,131,45,130,52,45,48,49,49,131,130,130,130,130,130,52,52,52,52,52,45,45,45,45,45,48,48,48,48,48,49,49,49,49,49,131,131,131,131,131,130,130,52,45,48,49,131,132,132,130,130,130,130,130,130,130,52,52,45,45,45,45,45,45,45,45,48,48,49,49,131,132,48,130,52,45,48,49,131,132,130,49,48,48,130,52,130,48,48,48,130,52,45,48,49,131,132,48,130,52,45,48,49,131,132,48,48,48,52,45,48,49,131,45,48,49,52,45,48,49,130,52,45,49,131,130,130,132,52,52,45,48,52,45,49,131,52,45,48,49,131,130,52,45,48,49,131,52,52,130,52,45,48,49,131,132,130,130,132,131,130,130,130,130,130,52,45,45,45,48,49,49,49,131,131,132,130,52,45,48,49,131,132,130,52,45,48,49,131,132,130,52,45,48,49,131,132,45,49,52,52,610,610,611,0,0,0,611,60,0,0,0,0,60,0,0,60,0,0,0,0,0,0,0,0,0,60,60,0,0,0,60,60,611,60,0,0,0,0,0,0,146,147,148,149,611,151,79,89,168,169,170,171,172,173,174,175,176,177,146,155,60,153,147,156,148,157,149,151,79,89,168,169,170,171,172,173,174,175,176,177,146,155,60,153,147,156,148,157,149,0,146,147,148,149,146,147,148,149,0,0,147,151,612,79,89,612,0,146,148,148,146,89,0,151,612,612,89,79,611,146,60,153,60,60,60,60,60,153,153,153,153,153,611,147,0,151,146,155,155,60,60,153,153,156,157,149,151,79,158,89,168,169,170,171,172,173,174,175,176,177,146,155,155,60,60,60,60,60,60,60,60,153,147,156,148,148,157,149,611,148,146,147,148,149,156,148,156,146,148,151,79,89,168,169,170,171,172,173,174,175,176,177,146,155,60,153,147,156,148,157,149,148,151,79,89,168,169,170,171,172,173,174,175,176,177,146,155,60,153,147,156,148,157,149,146,146,146,148,146,147,146,0,0,0,79,79,89,0,153,612,151,79,89,146,155,153,147,0,0,155,60,153,168,169,170,171,172,173,174,175,176,177,146,157,149,78,156,612,612,146,146,155,79,89,0,146,147,148,149,155,60,153,0,146,151,79,89,168,169,170,171,172,173,174,175,176,177,146,146,146,146,146,155,60,153,147,156,148,157,149,149,611,168,169,170,171,172,173,174,175,176,177,157,149,151,79,89,168,169,170,171,172,173,174,175,176,177,146,155,60,153,147,156,148,157,149,151,79,89,168,169,170,171,172,173,174,175,176,177,146,155,60,153,147,156,148,157,149,151,79,89,168,169,170,171,172,173,174,175,176,177,146,155,60,153,147,156,148,157,149,148,169,170,171,172,175,176,146,157,149,78,613,613,614,614,0,0,0,0,183,0,183,0,0,183,180,181,183,184,182,180,181,183,184,182,185,180,181,182,180,181,183,184,182,180,181,183,184,182,180,180,180,180,180,181,181,181,181,181,180,181,183,184,182,180,181,183,183,183,183,184,182,180,181,183,184,182,183,180,181,183,184,182,180,181,183,184,182,184,182,180,181,180,181,183,184,182,180,181,183,184,182,180,181,183,184,182,180,181,184,180,181,183,184,182,180,181,183,184,182,180,181,183,184,182,180,181,183,184,182,0,0,187,0,187,187,0,186,186,187,188,186,187,188,186,187,188,186,187,188,186,187,188,186,187,188,186,187,188,186,187,188,186,186,186,186,186,187,187,187,187,187,188,188,188,188,188,186,187,188,186,187,188,186,187,188,186,187,188,186,187,188,186,187,188,188,188,188,186,187,188,186,187,188,186,187,188,186,187,188,186,187,188,186,187,188,186,187,188,186,187,188,189,0,0,189,189,0,189,190,189,190,190,189,189,190,189,190,189,189,189,189,189,190,190,190,190,190,189,190,189,190,189,190,189,190,189,190,170,190,190,189,190,189,190,189,190,189,190,189,190,189,190,189,190,0,0,191,191,191,191,191,191,191,191,191,191,191,191,191,191,191,191,191,0,0,0,192,192,192,192,192,192,192,192,192,192,192,192,192,192,192,0,194,0,194,0,197,0,0,0,0,193,194,195,196,195,193,194,195,197,196,198,193,194,195,197,196,198,193,194,195,196,193,194,195,196,195,196,193,194,195,196,193,194,195,196,193,193,193,193,193,194,194,194,194,194,195,195,195,195,195,196,196,196,196,196,193,194,195,197,197,196,198,198,193,194,195,197,196,198,193,194,195,196,193,194,195,197,196,198,193,194,195,197,196,198,193,194,195,196,196,193,193,195,197,198,193,194,195,196,193,194,195,196,193,194,195,196,195,193,194,195,196,197,198,193,194,195,197,196,198,193,194,195,197,196,198,193,194,195,197,196,198,193,194,195,197,196,198,615,615,0,199,0,0,199,199,199,200,199,200,199,199,200,199,200,199,200,200,200,200,200,199,199,199,199,199,200,199,200,199,200,199,200,199,200,199,200,200,199,200,199,200,199,200,199,200,199,200,199,200,199,0,0,0,201,201,201,201,201,201,201,201,201,201,201,201,201,201,201,201,201,201,201,201,201,201,201,0,0,0,0,0,203,204,205,202,203,204,205,202,204,202,203,204,205,202,203,204,205,202,203,203,203,203,203,204,204,204,204,204,205,205,205,205,205,202,202,202,202,202,204,205,203,204,205,202,203,204,205,202,203,204,205,202,203,204,205,202,202,203,204,205,202,204,203,203,203,204,205,202,203,204,205,202,203,204,205,202,203,204,205,202,203,204,205,202,203,204,205,202,205,203,204,205,202,0,0,206,206,206,206,206,206,206,206,206,206,206,206,206,206,206,0,0,0,0,0,0,0,0,0,0,0,178,178,178,178,178,178,178,178,178,178,178,178,178,178,178,178,178,178,178,178,149,178,178,178,178,178,178,178,178,0,0,208,208,208,0,208,207,208,207,207,207,207,207,207,207,207,207,208,208,207,208,207,208,207,208,207,207,207,208,207,207,207,208,208,207,208,207,208,207,208,207,179,179,0,0,0,179,210,0,179,0,210,179,0,0,212,210,211,179,213,179,210,179,210,179,212,210,211,179,213,212,210,211,179,213,212,210,211,179,213,212,210,211,179,213,212,210,211,179,212,210,211,179,213,212,210,211,179,213,212,210,211,179,213,212,212,212,212,212,210,210,210,210,210,211,211,211,211,211,179,179,179,179,179,213,213,213,213,213,212,212,210,211,211,179,179,213,212,212,212,212,210,210,210,211,179,179,179,179,179,179,179,179,179,213,213,212,212,210,211,179,213,212,212,212,210,211,179,213,212,210,211,179,213,211,212,210,211,179,213,211,213,212,211,213,212,210,211,179,210,210,212,210,211,179,213,212,210,211,179,213,212,210,211,179,213,212,210,211,179,213,212,211,179,212,210,211,179,179,213,213,212,210,211,179,213,212,210,211,179,213,213,212,210,211,179,213,213,0,221,221,221,220,220,0,221,220,220,221,220,221,220,220,220,220,220,221,221,220,221,221,220,220,221,220,221,220,220,220,220,220,221,220,0,220,221,220,221,220,221,220,221,220,221,616,617,616,617,617,617,0,0,0,53,65,0,53,65,65,53,65,0,0,65,65,65,65,65,65,225,53,65,226,225,53,65,226,225,53,65,226,225,53,65,226,225,53,65,226,65,65,0,225,0,226,65,65,65,65,65,65,65,53,65,65,225,53,65,226,226,225,53,65,226,65,65,65,225,53,65,226,225,53,65,226,65,225,53,226,65,53,0,226,226,225,53,65,226,65,225,53,53,65,65,65,65,226,225,53,65,226,0,225,53,65,226,53,65,225,53,65,226,235,225,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,0,0,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,240,241,0,237,251,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,249,0,237,238,245,246,248,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,0,247,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,250,250,237,251,239,239,244,249,244,239,249,249,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,244,239,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,0,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,258,264,264,264,0,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,264,252,252,252,0,252,252,252,252,252,252,252,252,252,252,252,252,252,252,252,252,252,252,252,252,252,252,252,252,252,252,252,252,252,252,252,0,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,265,253,253,253,253,253,253,253,253,253,253,253,253,253,0,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,0,0,0,0,0,0,0,0,0,0,266,267,268,269,270,271,272,273,274,270,268,266,267,268,269,270,271,272,273,274,266,267,268,269,270,271,272,273,274,0,270,270,266,267,268,269,270,271,272,273,274,266,267,268,269,270,271,272,273,274,266,267,268,269,270,271,272,273,274,270,0,270,270,270,270,270,268,268,268,266,267,268,269,270,271,272,273,274,270,270,270,270,270,270,270,266,267,268,269,270,271,272,273,274,268,268,268,268,268,268,268,269,266,267,268,269,270,271,272,273,274,268,268,268,270,266,267,268,269,270,271,272,273,274,266,267,268,269,270,270,271,272,273,274,266,267,268,269,270,271,272,273,274,270,270,270,270,268,266,267,268,269,270,271,272,273,274,266,267,268,269,270,271,272,273,274,270,270,270,270,270,0,270,270,268,268,268,270,270,267,270,270,270,271,270,270,270,274,270,270,270,270,272,268,268,268,268,273,266,274,266,267,268,269,270,271,272,273,274,270,270,270,270,266,267,268,269,270,271,272,273,274,266,267,268,269,270,271,272,273,274,266,267,268,269,270,271,272,273,274,267,270,270,270,270,270,270,270,266,267,268,269,270,271,272,273,274,270,0,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,278,0,278,278,278,278,278,278,0,280,280,280,280,280,280,280,280,280,280,280,280,280,280,280,280,280,280,280,280,280,275,275,0,0,276,295,0,0,0,0,281,0,0,0,0,276,0,296,276,281,276,0,296,281,0,296,0,276,0,276,0,296,276,0,296,0,281,281,0,295,277,277,275,275,275,282,283,284,285,286,287,288,289,290,291,292,293,294,281,276,275,277,295,296,288,286,281,276,275,277,293,282,283,284,285,286,287,288,289,290,291,292,293,294,281,276,275,277,295,296,282,283,284,285,286,287,288,289,290,291,292,293,294,281,276,275,277,295,296,288,282,283,284,285,286,287,288,289,290,291,292,293,294,282,283,284,285,286,287,288,289,290,291,292,293,294,281,276,275,277,295,296,282,283,284,285,286,287,288,289,290,291,292,293,294,281,276,275,277,295,296,292,281,276,275,277,0,281,276,275,277,292,282,283,284,285,286,287,288,289,290,291,292,293,294,281,276,275,277,285,284,295,296,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,282,283,284,285,286,287,288,289,290,291,292,293,294,281,276,275,277,295,296,281,281,281,281,281,276,276,276,276,276,275,275,275,275,275,277,277,277,277,277,285,285,282,283,284,285,286,287,288,289,290,291,292,293,294,281,276,275,277,295,296,282,283,284,285,286,287,288,289,290,291,292,293,294,281,276,275,277,295,296,281,276,275,277,282,283,284,285,286,287,288,289,290,291,292,293,294,281,276,275,277,295,296,281,276,275,277,281,276,275,277,289,289,292,292,282,283,284,285,286,287,288,289,290,291,292,293,294,281,276,275,277,295,296,282,283,284,285,286,287,288,289,290,291,292,293,294,281,276,275,277,295,296,281,276,275,277,0,285,292,285,282,293,289,295,296,286,289,282,283,292,285,281,276,275,277,294,294,0,285,284,285,289,287,288,286,285,290,282,283,284,285,286,287,288,289,290,291,292,293,294,281,276,275,277,295,296,282,282,283,284,285,286,287,288,289,290,291,292,293,294,281,281,276,276,275,275,277,277,295,296,282,283,284,285,286,287,288,289,290,291,292,293,294,281,276,275,277,295,296,282,283,284,285,286,287,288,289,290,291,292,293,294,281,276,275,277,295,296,283,292,291,282,283,284,285,286,287,288,289,290,291,292,293,294,281,276,275,277,295,296,0,0,0,302,0,302,299,300,301,302,299,300,301,302,299,300,301,302,299,300,301,299,300,301,302,299,300,301,302,299,300,301,302,299,300,301,302,299,300,301,302,299,299,300,301,302,299,300,301,302,299,300,301,302,301,299,300,301,302,299,300,301,302,302,299,299,299,300,301,302,299,300,301,302,299,300,301,302,299,300,301,302,301,299,300,301,302,297,297,0,0,297,303,297,297,303,297,303,297,303,303,297,303,297,297,297,303,297,303,303,297,297,297,297,297,297,303,303,303,303,297,303,297,297,303,297,297,297,303,297,303,297,297,303,0,297,303,303,303,297,303,297,297,303,297,303,297,303,297,304,304,304,0,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,304,0,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,298,0,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,0,558,557,0,0,0,555,555,558,556,0,0,560,561,0,561,564,564,564,564,564,564,564,564,0,564,564,0,563,0,568,0,568,0,0,567,0,0,566,0,565,567,0,0,569,570,0,570,573,0,573,573,0,0,573,571,571,572,0,574,0,574,576,576,0,576,0,575,577,577,0,0,0,0,0,0,0,0,312,0,0,0,0,0,310,0,0,279,313,310,0,0,313,0,0,0,0,310,0,0,310,0,0,0,0,0,0,313,279,0,0,0,0,0,311,0,0,0,310,0,310,311,310,0,0,310,0,310,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,313,310,0,0,0,0,313,313,311,0,312,312,0,314,315,316,138,317,318,141,319,320,321,135,322,323,324,218,325,326,327,328,329,330,308,331,332,333,334,335,336,337,338,339,279,310,311,340,341,342,306,343,344,345,346,347,348,312,349,350,351,313,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,358,0,138,141,316,319,358,358,360,362,360,351,0,351,0,306,306,308,308,308,348,279,310,311,312,313,0,347,355,355,320,314,315,316,138,317,318,141,319,320,321,135,322,323,324,218,325,326,327,328,329,330,308,331,332,333,334,335,336,337,338,339,279,310,311,340,341,342,306,343,344,345,346,347,348,312,349,350,351,313,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,314,315,316,138,317,318,141,319,320,321,135,322,323,324,218,325,326,327,328,329,330,308,331,332,333,334,335,336,337,338,339,279,310,311,340,341,342,306,343,344,345,346,347,348,312,349,350,351,313,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,323,314,315,316,138,317,318,141,319,320,321,135,322,323,324,218,325,326,327,328,329,330,308,331,332,333,334,335,336,337,338,339,340,341,342,306,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,324,314,315,316,138,317,318,141,319,320,321,135,322,323,324,218,325,326,327,328,329,330,308,331,332,333,334,335,336,337,338,339,279,310,311,340,341,342,306,343,344,345,346,347,348,312,349,350,351,313,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,314,315,316,138,317,318,141,319,320,321,135,322,323,324,218,325,326,327,328,329,330,308,331,332,333,334,335,336,337,338,339,279,310,311,340,341,342,306,343,344,345,346,347,348,312,349,350,351,313,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,324,306,279,310,311,312,313,279,310,311,312,313,0,348,347,349,337,306,359,354,360,360,0,314,315,316,138,317,318,141,319,320,321,135,322,323,324,218,325,326,327,328,329,330,308,331,332,333,334,335,336,337,338,339,279,310,311,340,341,342,306,343,344,345,346,347,348,312,349,350,351,313,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,348,358,325,326,327,328,338,314,323,365,324,358,314,315,316,138,317,318,141,319,320,321,135,322,323,324,218,325,326,327,328,329,330,308,331,332,333,334,335,336,337,338,339,340,341,342,306,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,0,314,315,316,138,317,318,141,319,320,321,135,322,323,324,218,325,326,327,328,329,330,308,331,332,333,334,335,336,337,338,339,279,310,311,340,341,342,306,343,344,345,346,347,348,312,349,350,351,313,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,279,279,279,279,279,310,310,310,310,310,311,311,311,311,311,312,312,312,312,312,313,313,313,313,313,351,351,0,324,345,218,314,315,316,138,317,318,141,319,320,321,135,322,323,324,218,325,326,327,328,329,330,308,331,332,333,334,335,336,337,338,339,279,310,311,340,341,342,306,343,344,345,346,347,348,312,349,350,351,313,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,318,314,315,316,138,138,317,318,141,141,319,320,321,135,135,322,323,324,218,218,325,326,327,328,329,330,308,331,332,333,334,335,336,337,338,339,279,310,311,340,341,342,306,343,344,345,346,347,348,312,349,350,351,313,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,279,310,311,312,313,314,315,316,138,317,318,141,319,320,321,135,322,323,324,218,325,326,327,328,329,330,308,331,332,333,334,335,336,337,338,339,279,310,311,340,341,342,306,343,344,345,346,347,348,312,349,350,351,313,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,279,310,311,312,313,0,306,279,310,311,312,313,308,358,0,331,357,357,0,351,351,351,360,0,0,361,0,321,0,335,324,339,357,354,360,347,353,351,342,354,360,351,359,351,359,351,314,315,316,138,317,318,141,319,320,321,135,322,323,324,218,325,326,327,328,329,330,308,331,332,333,334,335,336,337,338,339,279,310,311,340,341,342,306,343,344,345,346,347,348,312,349,350,351,313,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,314,315,316,138,317,318,141,319,320,321,135,322,323,324,218,325,326,327,328,329,330,308,331,332,333,334,335,336,337,338,339,279,310,311,340,341,342,306,343,344,345,346,347,348,312,349,350,351,313,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,138,279,310,311,312,313,317,317,317,329,330,356,314,324,324,354,360,357,360,356,357,360,360,320,353,360,360,357,366,357,345,322,324,315,314,323,337,340,356,364,351,351,0,334,354,355,358,360,362,279,310,311,312,313,315,332,346,138,366,319,356,138,138,0,350,362,306,306,135,306,138,365,347,347,334,335,351,325,326,327,328,338,0,306,308,357,306,138,347,314,306,344,341,335,0,0,318,318,333,336,314,314,350,350,360,135,342,321,342,351,359,351,314,315,316,138,317,318,141,319,320,321,135,322,323,324,218,325,326,327,328,329,330,308,331,332,333,334,335,336,337,338,339,279,310,311,340,341,342,306,343,344,345,346,347,348,312,349,350,351,313,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,363,306,344,306,344,0,351,314,315,316,138,317,318,141,319,320,321,135,322,323,324,218,325,326,327,328,329,330,308,331,332,333,334,335,336,337,338,339,279,279,310,310,311,311,340,341,342,306,343,344,345,346,347,348,312,312,349,350,351,313,313,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,314,315,316,138,317,318,141,319,320,321,135,322,323,324,218,325,326,327,328,329,330,308,331,332,333,334,335,336,337,338,339,279,310,311,340,341,342,306,343,344,345,346,347,348,312,349,350,351,313,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,323,314,315,316,138,317,318,141,319,320,321,135,322,323,324,218,325,326,327,328,329,330,308,331,332,333,334,335,336,337,338,339,279,310,311,340,341,342,306,343,344,345,346,347,348,312,349,350,351,313,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,348,340,218,351,351,351,321,364,324,324,314,329,330,341,322,323,341,314,315,316,138,317,318,141,319,320,321,135,322,323,324,218,325,326,327,328,329,330,308,331,332,333,334,335,336,337,338,339,279,310,311,340,341,342,306,343,344,345,346,347,348,312,349,350,351,313,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,346,135,0,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,140,0,371,371,371,371,371,371,371,371,371,371,371,371,371,371,371,371,371,371,371,371,371,307,307,0,307,307,307,307,307,307,307,307,307,307,307,307,307,307,307,307,307,307,307,307,307,307,307,307,307,307,307,307,307,307,307,307,307,307,307,372,372,0,372,372,372,372,372,372,372,372,372,372,372,372,372,372,372,372,372,372,372,373,373,0,373,373,373,373,373,373,373,373,373,373,373,373,373,373,373,373,373,373,373,373,373,373,374,374,374,374,0,374,374,374,374,374,374,374,374,374,374,374,374,374,374,374,374,374,374,374,0,375,375,375,375,375,375,375,375,375,375,375,375,375,375,375,375,375,375,375,375,0,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,376,0,379,0,379,0,377,378,379,377,377,378,379,377,378,379,378,378,378,377,378,377,378,379,377,378,379,377,378,378,377,378,379,377,378,379,377,378,379,377,378,379,377,378,379,377,378,379,0,377,378,379,377,378,379,379,378,378,378,377,378,379,377,378,379,377,378,379,377,378,379,377,378,379,0,0,0,0,0,380,381,382,383,384,384,380,381,382,383,384,380,381,382,383,384,0,380,0,0,380,381,382,383,384,380,381,382,383,384,380,381,382,383,384,382,383,380,381,382,383,384,380,381,382,383,384,380,381,382,383,384,380,381,382,383,384,380,381,382,383,384,380,381,382,383,384,380,381,382,383,384,380,381,382,383,384,380,380,380,381,382,383,384,380,381,382,383,384,380,381,382,383,384,380,381,382,383,384,380,381,382,383,384,389,0,389,389,389,0,389,0,389,0,0,389,385,386,387,388,389,388,388,388,386,386,385,386,387,388,389,385,386,387,388,389,385,386,387,388,385,386,387,388,389,385,386,387,388,389,387,385,386,387,388,389,385,386,387,388,389,385,386,387,388,389,385,386,387,388,389,385,386,387,388,389,385,386,387,388,389,385,386,387,388,389,385,386,387,388,389,385,389,0,387,388,388,388,388,388,385,386,387,388,389,388,385,385,386,387,388,389,385,386,387,388,389,385,386,387,388,389,385,386,387,388,389,0,390,390,390,390,390,390,390,390,390,390,390,390,390,390,390,390,390,390,390,390,0,391,391,391,391,391,391,391,391,391,391,391,391,391,391,391,391,391,391,0,391,391,392,392,0,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,392,0,393,393,393,393,393,393,393,393,393,393,393,393,393,393,393,393,393,393,393,393,393,393,309,309,0,309,309,309,309,309,309,309,309,309,309,309,309,309,309,309,309,309,309,309,309,309,309,309,309,309,309,309,309,309,309,309,309,0,401,0,401,0,0,401,0,0,0,401,0,394,395,396,397,398,399,400,401,400,398,394,395,396,397,398,399,400,401,394,395,396,397,398,399,400,401,394,395,396,397,398,399,400,394,395,396,397,398,399,400,401,394,395,396,397,398,399,400,401,395,395,399,0,394,395,396,397,398,399,400,401,394,395,396,397,398,399,400,401,394,395,396,397,398,399,400,401,395,394,395,396,397,398,399,400,401,394,395,396,397,398,399,400,401,394,395,396,397,398,399,400,401,395,398,394,395,396,397,398,399,400,401,394,395,396,397,398,399,400,401,397,401,399,395,0,394,395,396,395,395,395,395,396,398,395,395,394,395,396,397,398,399,400,401,394,395,396,397,398,399,400,401,394,395,396,397,398,399,400,401,394,395,396,397,398,399,400,401,394,395,396,397,398,399,400,401,0,403,403,403,403,403,403,403,403,403,403,403,403,403,403,403,403,403,403,403,403,404,0,404,404,404,404,404,404,404,404,404,404,404,404,404,404,404,404,404,404,404,404,0,405,405,405,405,405,405,405,405,405,405,405,405,405,0,405,405,405,405,405,405,405,0,0,407,407,406,407,406,407,406,407,406,406,407,406,407,406,407,406,407,406,407,406,407,406,407,406,407,406,407,406,407,407,406,407,406,407,406,407,406,407,406,407,0,408,408,408,408,408,408,408,408,408,408,408,408,408,408,408,408,408,408,408,408,408,367,367,0,367,367,367,367,367,367,367,367,367,367,367,367,367,367,367,367,367,367,367,367,367,367,367,367,367,367,367,367,367,367,367,367,409,0,409,409,409,409,409,409,409,409,409,409,409,409,409,409,409,409,409,409,409,410,410,0,410,410,410,410,410,410,410,410,410,410,410,410,410,410,410,410,410,410,410,370,370,0,370,370,370,370,370,370,370,370,370,370,370,370,370,370,370,370,370,370,370,370,370,370,370,370,370,370,370,370,370,370,370,411,0,411,411,411,411,411,411,411,411,411,411,411,411,411,411,411,411,411,411,411,412,0,412,0,368,368,368,412,368,368,412,368,412,368,412,368,412,368,368,368,412,412,368,412,368,368,368,368,368,368,412,368,412,368,368,412,368,368,368,412,368,412,368,412,368,368,412,368,368,412,368,412,368,412,368,412,413,413,0,369,369,369,0,369,413,369,369,413,369,413,369,413,369,413,369,369,369,413,413,369,413,369,369,369,369,369,369,413,369,413,369,369,413,369,369,369,413,369,413,369,413,369,369,413,369,369,413,369,413,369,413,369,413,0,414,414,414,414,414,414,414,414,414,414,414,414,414,414,414,414,414,414,414,414,0,0,0,0,0,0,139,143,415,142,51,139,139,143,415,142,51,139,143,415,142,51,139,143,415,142,51,139,143,415,142,51,139,143,415,142,51,0,51,139,143,415,142,51,139,143,415,142,51,0,51,139,143,415,142,51,139,143,415,142,51,139,143,143,415,142,142,51,51,51,139,143,415,142,51,139,143,143,143,139,139,143,415,142,51,139,143,415,142,51,142,0,142,415,415,143,142,142,0,143,51,51,142,142,143,139,143,415,142,51,139,143,415,142,51,139,143,415,142,51,139,143,415,142,51,139,143,415,142,51,0,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,416,0,416,416,416,416,416,0,417,417,417,417,417,417,417,417,417,417,417,417,417,417,417,417,417,417,417,417,417,0,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,419,419,0,419,419,419,419,419,419,419,419,419,419,419,419,419,419,419,419,419,419,419,0,0,421,421,420,421,420,421,420,421,420,420,421,420,421,420,421,420,421,420,421,420,421,420,421,420,421,420,421,420,421,420,421,420,421,420,421,420,421,420,421,420,421,0,0,0,0,0,0,0,0,0,0,0,0,422,86,423,424,425,426,427,428,429,430,431,431,431,423,422,431,423,431,422,86,423,424,425,426,427,428,429,430,431,422,86,423,424,425,426,427,428,429,430,431,422,86,423,424,425,426,427,428,429,430,431,422,86,423,424,425,426,427,428,429,430,431,422,86,423,424,425,426,427,428,429,430,431,86,426,431,431,427,427,422,86,423,424,425,426,427,428,429,430,431,431,431,423,423,428,431,431,431,431,427,422,86,423,424,425,426,427,428,429,430,431,430,422,86,423,424,425,426,427,428,429,430,431,0,0,0,424,431,426,424,422,86,423,424,425,426,427,428,429,430,431,431,422,86,423,424,425,426,427,428,429,430,431,422,86,423,424,425,426,427,428,429,430,431,427,431,422,86,423,424,425,426,427,428,429,430,431,422,86,423,424,425,426,427,428,429,430,431,0,0,0,431,431,431,424,431,86,424,426,431,424,427,431,423,427,428,427,431,425,423,431,423,431,431,423,423,423,423,431,423,431,431,422,86,423,424,425,426,427,428,429,430,431,431,431,431,423,424,424,422,86,86,86,423,424,424,424,425,426,427,428,429,430,431,422,86,423,424,425,426,427,428,429,430,431,422,86,423,424,425,426,427,428,429,430,431,431,431,424,422,86,423,424,425,426,427,428,429,430,431,434,0,434,434,434,434,434,434,434,434,434,434,434,434,434,434,434,434,434,434,434,434,0,435,435,435,435,435,435,435,435,435,435,435,435,435,435,435,435,435,435,435,435,433,0,433,433,433,433,433,433,433,433,433,433,433,433,433,433,433,433,433,433,433,433,433,433,433,433,433,433,433,433,433,433,433,433,433,0,432,0,0,439,0,0,432,436,437,438,432,439,432,437,436,436,437,438,432,439,436,437,438,432,439,436,437,438,436,437,438,432,439,436,437,438,432,439,432,432,0,436,437,438,432,439,436,437,438,439,436,437,438,432,439,432,432,432,432,432,436,437,438,432,439,436,437,438,432,439,432,436,437,438,432,439,432,432,436,437,438,432,439,436,437,438,432,439,432,439,432,436,437,438,432,439,436,437,438,432,432,439,436,437,438,432,439,436,437,438,432,439,436,437,438,432,439,0,0,441,440,441,440,441,440,441,440,440,441,440,441,440,441,440,441,440,441,440,441,440,441,440,441,440,441,440,441,441,440,441,440,441,440,441,440,441,440,441,442,0,442,442,442,442,442,442,442,442,442,442,442,442,442,442,442,442,442,442,442,442,444,444,444,0,444,444,0,443,444,443,444,443,444,443,443,444,443,444,443,444,443,444,443,444,443,444,443,444,443,444,443,444,443,444,444,443,443,444,443,444,443,444,443,444,443,444,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,446,447,460,453,450,463,450,450,450,451,455,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,449,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,458,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,451,451,451,465,448,464,467,445,451,0,458,447,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,460,445,449,450,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,450,466,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,449,451,451,461,0,449,459,453,445,451,454,451,452,451,445,445,451,453,465,451,451,451,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,461,464,460,447,445,450,465,451,451,463,451,447,451,465,445,447,459,461,462,465,452,457,458,454,449,445,447,452,452,454,463,451,451,451,457,462,0,449,458,448,0,452,445,451,0,463,451,445,447,465,445,447,465,451,445,445,454,454,445,447,465,445,447,465,452,452,452,452,452,452,452,0,445,451,445,451,452,0,0,0,445,449,448,454,451,451,451,445,454,450,460,455,454,451,449,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,448,447,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,445,447,451,465,465,445,0,465,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462,463,464,465,466,467,0,0,472,472,472,472,472,472,472,472,472,472,472,472,472,472,472,472,472,472,472,472,473,473,0,473,473,473,473,473,473,473,473,473,473,473,473,473,473,473,473,473,473,473,473,473,473,473,473,473,474,0,474,474,474,474,474,474,474,474,474,474,474,474,474,474,474,474,474,474,474,474,0,0,475,476,0,475,475,476,475,476,475,476,475,476,475,476,475,476,475,476,475,476,475,476,475,476,475,476,475,476,475,476,0,476,475,476,475,476,475,476,475,476,475,476,0,0,485,0,485,485,0,485,0,485,0,485,0,485,0,485,0,485,477,478,479,480,481,482,483,484,485,477,478,479,480,481,482,483,484,485,477,478,479,480,481,482,483,484,485,477,478,479,480,481,482,483,484,477,478,479,480,481,482,483,484,485,477,478,479,480,481,482,483,484,485,477,478,479,480,481,482,483,484,483,484,479,481,483,484,481,482,485,477,478,479,480,481,482,483,484,485,477,478,479,480,481,482,483,484,485,482,477,478,479,480,481,482,483,484,485,477,478,479,480,481,482,483,484,485,477,478,479,480,481,482,483,484,485,479,482,477,478,479,480,481,482,483,484,485,477,478,479,480,481,482,483,484,485,485,0,483,484,484,479,484,484,477,478,479,480,481,482,483,484,485,477,478,479,480,481,482,483,484,485,477,478,479,480,481,482,483,484,485,477,478,479,480,481,482,483,484,485,477,478,479,480,481,482,483,484,485,486,486,0,486,486,486,486,486,486,486,486,486,486,486,486,486,486,486,486,486,486,486,486,486,486,486,486,486,486,486,486,486,486,486,0,488,0,487,488,487,488,487,488,487,487,488,487,488,487,488,487,488,487,488,487,488,487,488,487,488,487,488,487,488,488,487,487,488,487,488,487,488,487,488,487,488,471,489,471,490,0,471,490,0,490,489,0,471,471,471,489,490,471,471,489,490,471,489,490,471,489,490,471,489,490,471,471,471,489,490,489,490,471,489,490,471,471,471,471,471,471,489,490,471,489,490,471,471,489,490,471,471,471,489,490,471,489,490,471,489,490,471,471,489,490,471,471,489,490,471,489,490,471,489,490,471,489,490,0,0,0,0,0,0,491,491,492,493,494,495,496,491,491,494,492,493,494,495,496,491,492,493,494,495,496,491,492,493,494,495,496,492,493,494,495,496,491,492,493,494,495,496,491,491,491,492,493,492,493,494,495,496,491,492,493,494,495,496,492,493,494,495,496,491,491,491,491,491,491,492,493,494,495,496,491,495,495,492,493,494,495,496,491,491,492,493,494,495,496,491,491,491,492,493,494,495,496,491,492,493,494,495,496,491,491,494,496,492,493,495,491,496,0,0,495,492,493,494,495,496,491,492,493,494,495,496,491,491,492,493,494,495,496,491,492,493,494,495,496,491,492,493,494,495,496,491,0,497,497,497,497,497,497,497,497,497,497,497,497,497,497,497,497,497,497,497,497,0,498,498,498,498,498,498,498,498,498,498,498,498,498,498,498,498,498,498,498,498,0,499,499,499,499,499,499,499,499,499,499,499,499,499,499,499,499,499,499,499,499,499,499,499,499,505,504,504,0,0,504,469,0,505,505,505,0,0,0,468,469,0,468,0,504,500,501,502,503,468,469,504,505,468,469,500,501,502,503,468,469,504,505,500,501,502,503,468,469,504,505,500,501,502,503,500,501,502,503,468,469,504,505,500,501,502,503,468,469,504,505,500,468,469,468,469,502,500,501,502,503,468,469,502,504,505,500,501,502,503,504,505,500,501,502,503,468,469,504,505,468,468,468,468,468,469,469,469,469,469,500,501,502,503,468,469,504,505,500,501,502,503,468,469,504,505,468,469,500,501,502,503,468,469,504,505,468,469,503,503,468,469,0,500,501,502,503,468,469,504,505,500,501,502,503,468,469,504,505,468,469,503,504,505,468,469,501,500,501,500,501,502,503,468,469,504,505,500,500,501,502,503,468,468,469,469,504,505,500,501,502,503,468,469,504,505,500,501,502,503,468,469,504,505,0,502,500,501,502,503,468,469,504,505,0,511,0,511,0,511,0,511,0,0,511,506,507,508,509,510,511,506,507,508,509,510,511,506,507,508,509,510,511,506,507,508,509,510,506,507,508,509,510,511,506,507,508,509,510,511,506,507,508,509,510,511,506,507,508,509,510,511,506,507,508,509,510,511,506,507,508,509,510,511,506,507,508,509,510,511,506,507,508,509,510,511,506,506,507,508,509,510,511,506,507,508,509,510,511,510,511,507,509,507,506,508,506,507,508,509,510,511,506,507,508,509,510,511,506,507,508,509,510,511,507,506,507,508,509,510,511,506,507,508,509,510,511,0,512,512,512,512,512,512,512,512,512,512,512,512,512,512,512,512,512,512,512,512,512,0,516,0,516,0,516,516,0,513,514,515,516,513,514,515,516,513,514,515,516,513,514,515,513,514,515,516,513,514,515,516,513,514,515,516,513,514,515,516,513,514,515,516,513,514,515,516,513,514,515,516,513,514,515,516,513,514,515,516,513,514,515,516,516,514,513,514,515,516,513,514,515,516,513,514,515,516,513,514,515,516,514,513,514,515,516,470,470,470,0,470,470,470,470,470,470,470,470,470,470,470,470,470,470,470,470,470,470,470,470,470,470,470,470,470,470,470,470,470,470,470,0,518,0,517,518,517,518,517,518,517,517,518,517,518,517,0,517,518,517,518,517,518,517,518,517,518,517,518,517,517,518,517,518,518,517,517,517,517,517,517,517,518,517,518,517,518,517,518,517,517,518,517,519,0,519,519,519,519,519,519,519,519,519,519,519,519,519,519,519,519,519,519,519,0,0,0,0,520,520,520,520,520,520,0,0,520,520,520,520,520,520,520,520,520,520,520,520,520,0,523,523,523,523,523,523,523,523,523,523,523,523,523,523,523,523,523,523,523,523,523,523,523,523,523,523,0,0,536,536,537,537,537,537,537,537,537,537,536,536,537,537,537,537,537,537,537,537,537,537,537,537,537,536,537,537,537,537,537,537,0,0,0,0,0,0,0,234,67,228,528,542,543,0,0,542,234,67,228,528,542,543,234,67,228,528,542,543,542,67,234,67,228,528,542,543,234,67,228,528,542,543,234,67,228,528,542,543,67,528,234,67,228,528,542,543,234,67,228,528,542,543,234,67,228,528,542,543,234,228,234,67,228,528,542,543,234,67,228,528,542,543,234,67,228,528,542,543,228,234,67,228,528,542,543,234,67,228,528,542,543,542,234,228,67,528,528,0,542,234,228,228,67,528,234,228,528,234,67,228,528,542,543,234,234,67,228,528,542,543,234,67,228,528,542,543,542,234,67,228,528,542,543,234,67,228,528,542,234,67,234,67,228,528,542,543,0,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,236,0,0,544,544,545,545,545,545,545,545,545,545,544,545,545,545,545,545,545,545,545,545,545,545,545,545,544,545,545,545,545,545,545,0,546,546,546,546,546,546,546,546,546,546,546,546,546,546,546,546,546,546,546,546,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,547,548,549,550,551,552,553,554,555,556,557,558,547,548,549,550,551,552,553,554,555,556,557,558,547,548,549,550,551,552,553,554,555,556,557,558,558,547,548,549,550,551,552,553,554,555,556,557,558,547,548,549,550,551,552,553,554,555,556,557,558,547,548,549,550,551,552,553,554,555,556,557,558,547,548,549,550,551,552,553,554,555,556,557,558,0,547,548,549,550,551,552,553,554,555,556,557,558,548,547,548,549,550,551,552,553,554,555,556,557,558,554,547,548,549,550,551,552,553,554,555,556,557,558,547,548,549,550,551,552,553,554,555,556,557,558,547,548,549,550,551,552,553,554,555,556,557,558,557,0,550,547,548,549,550,551,552,553,554,555,556,557,558,547,548,549,550,551,552,553,554,555,556,557,558,554,0,547,550,552,553,0,0,555,0,555,554,549,551,558,548,0,556,0,549,547,548,549,550,551,552,553,554,555,556,557,558,547,548,549,550,551,552,553,554,555,556,557,558,547,548,549,550,551,552,553,554,555,556,557,558,547,548,549,550,551,552,553,554,555,556,557,558,554,0,547,548,549,550,551,552,553,554,555,556,557,558,559,0,559,559,559,559,559,559,559,559,559,559,559,559,559,559,559,559,559,559,559,559,0,560,560,560,560,560,560,560,560,560,560,560,560,0,560,560,560,560,560,560,560,560,561,0,561,561,561,561,561,561,561,561,561,561,561,561,561,561,561,561,561,561,561,561,0,562,562,562,562,562,562,562,562,562,562,562,562,562,562,562,562,562,562,562,562,564,564,564,564,564,564,564,564,0,564,564,0,563,564,563,564,563,564,563,563,564,563,564,563,564,563,564,563,564,563,564,563,564,563,564,563,564,563,564,564,563,563,564,563,564,563,564,563,564,563,564,0,568,0,568,0,0,565,566,567,568,565,566,567,568,565,566,567,568,565,566,567,565,566,567,568,565,566,567,568,565,566,567,568,565,566,567,568,565,566,567,568,565,566,567,568,565,566,567,568,565,566,567,568,567,565,566,567,568,565,566,567,568,0,0,566,568,0,565,565,566,567,568,567,565,566,567,568,565,566,567,568,565,566,567,568,565,566,567,568,0,0,569,570,569,570,569,570,569,570,569,570,569,570,569,570,569,570,569,570,569,570,569,570,569,570,569,570,569,570,569,570,0,570,569,570,569,570,569,570,569,570,569,570,573,0,573,573,0,0,573,571,572,573,571,572,573,571,572,573,571,572,571,572,573,571,572,573,571,572,573,571,572,573,571,572,573,571,572,573,571,572,573,571,572,573,571,571,572,573,571,572,573,571,573,572,0,571,572,573,571,572,573,571,572,573,571,572,573,571,572,573,574,0,574,574,574,574,574,574,574,574,574,574,574,574,574,574,574,574,574,574,574,574,576,576,0,576,0,575,576,575,576,575,576,575,575,576,575,576,575,576,575,576,575,576,575,576,575,576,575,576,575,576,575,576,575,576,575,576,575,576,575,576,575,576,575,576,577,577,0,577,577,577,577,577,577,577,577,577,577,577,577,577,577,577,577,577,577,577,0,578,578,578,578,578,578,578,578,578,578,578,578,578,578,0,578,578,578,578,578,578,579,0,579,579,579,579,579,579,579,579,579,579,579,579,579,579,579,579,579,579,579,0,0,581,580,581,580,581,580,581,580,580,581,580,581,580,581,580,581,580,581,580,581,580,581,580,581,580,581,580,581,580,581,580,581,580,581,580,581,580,581,580,581,582,582,0,582,582,582,582,582,582,582,582,582,582,582,582,582,582,582,582,582,582,582,582,582,582,584,584,584,0,0,584,584,584,583,584,583,584,583,584,583,583,584,583,584,583,584,583,584,583,584,583,584,583,584,583,584,583,584,583,584,584,583,584,583,584,583,584,583,584,583,584,0,0,0,585,586,585,586,585,586,585,586,585,586,585,586,585,586,585,586,585,586,585,586,585,586,585,586,585,586,585,586,585,586,0,0,585,585,586,585,586,585,586,585,586,585,586,0,587,587,587,587,587,587,587,587,587,587,587,587,587,587,0,587,587,587,587,587,587,588,0,588,588,588,588,588,588,588,588,588,588,588,588,588,588,588,588,588,588,588,0,593,0,593,0,0,593,0,593,589,590,591,592,593,589,590,591,592,593,589,590,591,592,593,589,590,591,592,589,590,591,592,593,589,590,591,592,593,589,590,591,592,593,589,590,591,592,593,589,590,591,592,593,589,590,591,592,593,589,590,591,592,593,589,590,591,592,593,589,590,591,592,593,589,590,591,592,593,593,589,590,591,592,593,589,590,591,592,593,589,590,591,592,593,589,590,591,592,593,589,590,591,592,593,0,0,594,594,594,594,594,594,0,594,594,594,594,594,594,594,594,594,594,594,594,594,594,594,0,599,0,0,599,0,599,599,0,595,596,597,598,599,595,596,597,598,599,595,596,597,598,599,595,596,597,598,595,596,597,598,599,595,596,597,598,599,595,596,597,598,596,597,598,599,595,596,597,598,599,595,596,597,598,599,595,596,597,598,599,595,596,597,598,599,595,596,597,598,599,595,596,597,598,599,595,596,597,598,599,598,599,598,596,597,595,596,597,598,599,595,596,597,598,599,595,596,597,598,599,595,596,597,598,599,595,595,596,597,598,599,0,0,0,402,402,402,0,0,0,0,600,601,602,603,604,605,402,402,600,601,602,603,604,605,402,600,601,602,603,604,605,402,600,601,602,603,604,605,600,601,602,603,604,605,402,600,601,602,603,604,605,402,402,402,600,601,602,603,604,605,402,601,601,600,601,602,603,604,605,603,604,605,600,601,602,603,604,605,402,402,402,402,402,402,600,601,602,603,604,605,402,0,600,601,602,603,604,605,402,402,600,601,602,603,604,605,402,402,402,600,601,602,603,604,605,402,600,601,602,603,604,605,402,402,602,602,601,402,602,601,603,604,605,600,601,602,603,604,605,402,600,601,602,603,604,605,402,402,600,601,602,603,604,605,402,600,601,602,603,604,605,402,600,600,601,602,603,604,605,402,0,606,606,606,606,606,606,606,606,606,606,606,606,606,606,606,606,606,606,606,606,606,606,606,606,606,606,606,606,606,606,606,606,606,606],"f":[0,0,0,0,[1],[1],0,[2,2],[2,2],[2,2],[2,2],[[]],[[]],[[]],[[]],[[]],[[]],0,[3,3],[4,4],[[]],[[]],0,0,[[],2],0,[[],2],0,0,[[],3],[[],4],[5,[[6,[4]]]],0,[[4,4],7],0,0,[[3,8],9],[[10,8],9],[[4,8],9],[[]],[[]],[[]],[11,[[6,[3,12]]]],[11,[[6,[10,12]]]],[11,[[6,[3,12]]]],[11,[[6,[10,12]]]],[[]],[[]],[[],[[14,[13]]]],[[],[[14,[13]]]],0,0,0,[[]],[[]],[[]],[[],15],[[],15],[[],15],[16,17],0,0,0,0,0,0,0,0,0,[[],[[19,[18]]]],[[],20],[[4,21],6],0,[[]],[[]],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],22],[[],22],[[],22],[[3,11],[[6,[12]]]],[[10,11],[[6,[12]]]],[[3,11],[[6,[12]]]],[[10,11],[[6,[12]]]],0,[[]],[[]],[[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[1],[1],0,[23,[[14,[0]]]],0,[2,2],[2,2],[[]],[[]],[[]],[[]],[24,24],[23,23],[[]],[[]],0,0,[[],24],[10,25],[[24,24],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[24,8],[[6,[26]]]],[[24,8],9],[[23,8],9],[[]],[[]],[11,[[6,[23,12]]]],[11,[[6,[23,12]]]],[[]],[[]],[18,[[6,[24]]]],0,[18,7],[[]],[[]],[[],15],[[],15],0,0,0,0,0,0,0,[[]],[[]],[[],20],[18,[[6,[24]]]],[[],6],[[],6],[[],6],[[],6],[[],22],[[],22],[[23,11],[[6,[12]]]],[[23,11],[[6,[12]]]],[[]],[[]],0,0,[1],[2,2],[2,2],[[]],[[]],[27,27],[[]],[[],27],[[],28],[[27,8],9],[[]],[11,[[6,[27,12]]]],[11,[[6,[27,12]]]],[[]],[[],[[14,[13]]]],[[]],[[],15],0,0,0,0,[[27,[29,[4]],30],25],0,[[]],[[],6],[[],6],[[],22],[[27,11],[[6,[12]]]],[[27,11],[[6,[12]]]],[[]],0,0,[1],[2,2],[2,2],[[]],[[]],[31,31],[[]],0,[[31,8],9],[[]],[11,[[6,[31,12]]]],[11,[[6,[31,12]]]],[[]],[31,25],[[],[[14,[13]]]],[[]],[[],15],0,[[]],[[],6],[[],6],[[],22],[[31,11],[[6,[12]]]],[[31,11],[[6,[12]]]],[[]],0,0,[1],[2,2],[2,2],[[]],[[]],[32,32],[[]],[[],28],[[32,8],9],[[]],[11,[[6,[32,12]]]],[11,[[6,[32,12]]]],[[]],[[],[[14,[13]]]],[[]],[[],15],[[32,[29,[4]],30],25],0,0,0,0,0,[[]],[[],6],[[],6],[[],22],[[32,11],[[6,[12]]]],[[32,11],[[6,[12]]]],[[]],0,0,0,[[],28],0,0,0,0,0,[[3,[29,[4]],30],25],0,0,0,0,[1],[1],0,[2,2],[2,2],[2,2],[2,2],[[]],[[]],[[]],[[]],[33,33],[34,34],[[]],[[]],0,[[33,8],9],[[34,8],9],[[]],[[]],[11,[[6,[33,12]]]],[11,[[6,[34,12]]]],[11,[[6,[33,12]]]],[11,[[6,[34,12]]]],[[]],[[]],[[],[[14,[13]]]],[18,7],[[]],[[]],[[],15],[[],15],[34,25],[[]],[[]],[[],6],[[],6],[[],6],[[],6],[[],22],[[],22],[[33,11],[[6,[12]]]],[[34,11],[[6,[12]]]],[[33,11],[[6,[12]]]],[[34,11],[[6,[12]]]],[[]],[[]],0,0,[1],[2,2],[2,2],[[]],[[]],[35,35],[[]],[[],35],[[35,8],9],[[]],[11,[[6,[35,12]]]],[11,[[6,[35,12]]]],[[]],[[],[[14,[13]]]],0,[[]],[[],15],0,0,[[35,[29,[4]],30],25],[[]],[[],6],[[],6],[[],22],[[35,11],[[6,[12]]]],[[35,11],[[6,[12]]]],[[]],0,0,0,[1],[1],[[]],[[]],[[]],[[]],[36,36],[37,37],[[]],[[]],[37,7],[[],36],[[],37],[37,[[38,[20,36]]]],[[37,20],[[38,[20,36]]]],[5,[[6,[36]]]],[5,[[6,[37]]]],[36,39],[37,39],[[37,20],[[40,[20,36]]]],[[36,36],7],[[37,37],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[36,8],9],[[37,8],9],[[]],[[[41,[20,36]]],37],[42,37],[[]],[[[42,[36]]],37],[36,37],[43,37],[43,37],[[]],[[]],[[37,18],[[14,[[44,[20,36]]]]]],[37,[[14,[[44,[20,36]]]]]],[37,[[14,[[38,[20,36]]]]]],[[37,18],[[14,[[38,[20,36]]]]]],[[36,[46,[45]]]],[[37,36],[[14,[36]]]],[[37,[46,[45]]]],[[]],[[]],[[],15],[[],15],[[],7],[37,[[47,[20,36]]]],[16,17],[16,17],[37,39],0,[[36,36]],[[37,37]],0,[[[46,[20]],[46,[48]]],36],[[[46,[48]]],36],[[[46,[45]]],37],[[37,49],14],[[37,50],14],[[],[[19,[18]]]],[[],20],[[],20],[[36,21],6],[[37,21],6],[[]],[[]],[[],6],[51,[[6,[36]]]],[[],6],[[],6],[[],6],[[],22],[[],22],[[36,52]],[[37,52]],[[]],[[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[1],[1],[1],[1],[[4,53],25],[4],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[54,54],[[[56,[55]]],[[56,[55]]]],[57,57],[58,58],[[]],[[]],[[]],[[]],0,0,[[],[[56,[59]]]],[[],57],[[54,18],[[6,[60]]]],[5,[[6,[54]]]],[5,[[6,[[56,[61]]]]]],[5,[[6,[[64,[[63,[62]]]]]]]],[5,[[6,[57]]]],[5,[[6,[58]]]],[[4,18,65,[66,[20]]],[[6,[67,68]]]],[[],56],[[54,54],7],[[[56,[69]],[56,[69]]],7],[[57,57],7],[[58,58],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],0,[[54,8],9],[[70,8],9],[[70,8],9],[[[56,[71]],8],9],[[57,8],9],[[58,8],9],[72,54],[[]],[[]],[60,70],[[]],[73],[[],56],[14,56],[[]],[[]],[[]],[[],58],[74,[[6,[4,75]]]],[[]],[[]],[[]],[[]],0,[[]],[[]],[[]],[[]],[[]],[[]],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],7],[56,7],[16,17],[16,17],[16,17],[16,17],0,[[[56,[59]]],[[29,[59]]]],[[[56,[[0,[55,59]]]],76]],0,[[[46,[14]]],56],[77],0,[[[56,[[0,[78,59]]]],79],[[82,[[81,[80]]]]]],[[[56,[59]]]],[[],[[19,[18]]]],[[],[[19,[18]]]],[[],[[19,[18]]]],[[],20],[[],20],[[],20],[[],20],[[54,21],6],[[[56,[83]],21],6],[[[84,[[66,[62]]]],21],6],[[57,21],6],[[58,21],6],[70,[[14,[85]]]],[[[56,[59]],[29,[59]]]],[[[56,[59]],[29,[59]]]],[[]],[[]],[[]],[[]],[[],20],[[],6],[[],6],[[],6],[[],6],[[],6],[86,[[6,[58]]]],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[[56,[[0,[59,69]]]],[56,[[0,[59,69]]]]]],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],0,[[]],[[]],[[]],[[]],[[]],[[]],0,[[56,[0,[50,87,88]]]],[[],[[56,[59]]]],[[[56,[[0,[78,59]]]],89],[[82,[[81,[80]]]]]],0,0,0,[1],[2,2],[2,2],[[]],[[]],[90,90],[[]],[[90,8],9],[[]],[11,[[6,[90,12]]]],[11,[[6,[90,12]]]],[[]],[18,7],[[]],[[],15],0,[[90,[29,[4]],[14,[52]]],[[91,[25]]]],[76,25],[[]],[[],6],[[],6],[[],22],[[90,11],[[6,[12]]]],[[90,11],[[6,[12]]]],[[]],0,0,0,0,[[92,[84,[18]],[29,[4]],[14,[52]]],93],[[92,[84,[18]],[29,[4]]],93],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],0,0,[[],[[95,[20,20,94]]]],[[],[[95,[20,20,94]]]],[[],[[95,[20,20,94]]]],[[],[[95,[20,20,94]]]],[[],96],[[],96],[[],[[19,[18]]]],[[],[[19,[18]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[97,97],[98,98],[99,99],[100,100],[101,101],[102,102],[103,103],[104,104],[105,105],[106,106],[107,107],[108,108],[109,109],[110,110],[111,111],[112,112],[113,113],[114,114],[115,115],[116,116],[117,117],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,[[],118],[[],118],[[],18],[[],18],[[],[[14,[119]]]],[[],[[14,[119]]]],[[],99],[[],100],[[],105],[[],106],[[],107],[[],109],[[],111],[[],116],[5,[[6,[97]]]],[5,[[6,[98]]]],[5,[[6,[99]]]],[5,[[6,[100]]]],[5,[[6,[101]]]],[5,[[6,[102]]]],[5,[[6,[103]]]],[5,[[6,[104]]]],[5,[[6,[105]]]],[5,[[6,[106]]]],[5,[[6,[107]]]],[5,[[6,[108]]]],[5,[[6,[109]]]],[5,[[6,[110]]]],[5,[[6,[111]]]],[5,[[6,[112]]]],[5,[[6,[113]]]],[5,[[6,[114]]]],[5,[[6,[115]]]],[5,[[6,[116]]]],[5,[[6,[117]]]],[97,[[14,[49]]]],[[],[[66,[20]]]],[[],[[66,[20]]]],[[],[[63,[20,94]]]],[[],[[63,[20,94]]]],[[97,8],9],[[98,8],9],[[99,8],9],[[100,8],9],[[101,8],9],[[102,8],9],[[103,8],9],[[104,8],9],[[105,8],9],[[106,8],9],[[107,8],9],[[108,8],9],[[109,8],9],[[110,8],9],[[111,8],9],[[112,8],9],[[113,8],9],[[114,8],9],[[115,8],9],[[116,8],9],[[117,8],9],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],[[19,[18]]]],[[],[[19,[18]]]],0,0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[97,7],[16,17],[16,17],[16,17],[16,17],[16,17],[16,17],[16,17],[16,17],[16,17],[16,17],[16,17],[16,17],[16,17],[16,17],[16,17],[16,17],[16,17],[16,17],[16,17],[16,17],[16,17],[[],[[19,[18]]]],[[],[[19,[18]]]],[[],[[95,[20,20,94]]]],[[],[[95,[20,20,94]]]],[[],[[95,[20,20,94]]]],[[],[[95,[20,20,94]]]],0,[[],[[66,[120]]]],[[],[[66,[120]]]],[[],[[63,[120,94]]]],[[],[[63,[120,94]]]],0,0,[97,121],[110,121],[97,121],[110,121],0,0,0,0,0,[[],20],[[],20],[[],20],[[],20],[[],[[14,[20]]]],[[],[[14,[20]]]],[[18,99],97],[[18,111],110],0,[[],[[66,[122]]]],[[],[[66,[122]]]],[[],[[63,[122,94]]]],[[],[[63,[122,94]]]],[[],[[19,[18]]]],[[],[[19,[18]]]],0,0,0,0,0,0,0,0,0,0,[[],[[14,[20]]]],[[],[[14,[20]]]],0,0,0,[[],[[19,[18]]]],[[],[[19,[18]]]],[[],[[19,[18]]]],[[],[[19,[18]]]],[[],[[19,[18]]]],[[],[[19,[18]]]],[[],[[19,[18]]]],[[],[[19,[18]]]],[[],[[19,[18]]]],[[],[[19,[18]]]],[[],[[19,[18]]]],[[],[[19,[18]]]],[[],[[19,[18]]]],[[],[[19,[18]]]],[[],[[19,[18]]]],[[],[[19,[18]]]],[[],[[19,[18]]]],[[],[[19,[18]]]],[[],[[19,[18]]]],[[],[[19,[18]]]],[[],[[19,[18]]]],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],[[],20],0,[[97,21],6],[[99,21],6],[[100,21],6],[[101,21],6],[[102,21],6],[[103,21],6],[[104,21],6],[[105,21],6],[[106,21],6],[[107,21],6],[[108,21],6],[[109,21],6],[[110,21],6],[[111,21],6],[[112,21],6],[[113,21],6],[[114,21],6],[[115,21],6],[[116,21],6],[[117,21],6],[[],[[66,[18]]]],[[],[[66,[18]]]],[97,99],[110,111],0,0,0,[97,99],[110,111],0,[110,[[14,[117]]]],0,0,[110,[[14,[117]]]],0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[97,[[123,[[63,[62]]]]]],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],0,[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],[[14,[20]]]],[[],[[14,[20]]]],[[],[[19,[18]]]],[[],[[19,[18]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,[1],0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[[124,[[0,[55,69,71]]]]]],[[[124,[55]]],[[124,[55]]]],[[]],[[],[[124,[[0,[59,55]]]]]],[[[125,[[0,[55,69,71]]]]]],[[[126,[[0,[55,69,71]]]]]],[5,[[6,[[124,[[0,[61,55]]]]]]]],[[[125,[[0,[55,69,71]]]]]],[[[126,[[0,[55,69,71]]]]]],[[[124,[69]],[124,[69]]],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[[124,[71]],8],9],[[]],[[]],[[]],[[]],[[[29,[4]],[46,[127]],[14,[52]]],25],[[[124,[[0,[55,69,71]]]]],7],[[]],[[]],[[]],[[],15],[[],15],[[],15],[[],7],[16,17],[[],128],[[]],[[]],[[],128],[[[124,[[0,[55,69,71]]]],129]],[55,[[124,[55]]]],[[[124,[[0,[55,69,71]]]]],[[125,[[0,[55,69,71]]]]]],[[],20],[[[124,[83]],21],6],[[]],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],22],[[],22],[[],22],[[]],[[]],[[]],[[[124,[55]]],[[30,[55]]]],[[[124,[[0,[55,69,71]]]]],[[126,[[0,[55,69,71]]]]]],[[[84,[18]],[84,[18]],[14,[52]],[29,[4]]],25],0,0,0,0,0,0,0,0,0,0,0,0,0,[1],[1],[1],[1],[1],[1],[1],0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[48],[130,130],[52,52],[45,45],[48,48],[49,49],[131,131],[132,132],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[130,130],133],[[52,52],133],[[45,45],133],[[49,49],133],[52,20],[[],133],[[],133],[[],133],[[],133],[[],52],[[],45],[[],48],[[],49],[[],131],[5,[[6,[130]]]],[5,[[6,[52]]]],[5,[[6,[45]]]],[5,[[6,[48]]]],[5,[[6,[49]]]],[5,[[6,[131]]]],0,[[130,130],7],[[52,52],7],[[45,45],7],[[48,48],7],[[49,49],7],[[49,130],7],[[131,131],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[130,8],9],[[130,8],9],[[52,8],9],[[45,8],9],[[48,8],9],[[49,8],9],[[131,8],9],[[132,8],9],[[132,8],9],[[],130],[[],130],[[],130],[[],130],[134,130],[[],130],[[]],[135,52],[[]],[[[63,[49]]],45],[[],45],[[[63,[134]]],45],[[],45],[49,45],[[]],[[[123,[49]]],45],[[],45],[[[46,[[63,[45]]]]],48],[[]],[[[46,[130]]],49],[[]],[[]],[[]],[43,48],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[18,[[6,[130]]]],[18,[[6,[49]]]],[[48,[14,[52]]],[[14,[45]]]],[[48,[14,[52]]],[[14,[45]]]],[[130,136]],[[52,136]],0,[[48,[14,[52]]]],[[48,[14,[52]]]],[[48,45]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[48],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],7],[48,39],[48,39],[16,17],[16,17],[16,17],[16,17],[16,17],0,[[48,48]],0,[[[46,[20]],[46,[20]],[46,[20]]],52],[[[123,[49]]],45],[[[63,[45]]],48],[130,49],[[130,130],[[14,[133]]]],[[52,52],[[14,[133]]]],[[45,45],[[14,[133]]]],[[49,49],[[14,[133]]]],[[131,131],[[14,[133]]]],[130,28],0,[77],[[[46,[20]]],52],0,[[45,49]],[[48,[14,[52]]],[[14,[45]]]],[[],[[19,[18]]]],[[],[[19,[18]]]],[[],[[19,[18]]]],[[],[[19,[18]]]],[[],20],[[],20],[[],20],[[],20],[[],20],[[130,21],6],[[52,21],6],[[45,21],6],[[48,21],6],[[49,21],6],[[131,21],6],[[52,[46,[20]]],52],0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[130,[[137,[134]]]],[[],20],[[],20],0,[[],6],[138,[[6,[130]]]],[139,[[6,[130]]]],[140,[[6,[130]]]],[141,[[6,[130]]]],[[],6],[[],6],[142,[[6,[45]]]],[[[63,[97]]],[[6,[45]]]],[[],6],[97,[[6,[49]]]],[[],6],[143,[[6,[49]]]],[[],6],[144,[[6,[131]]]],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[45,[46,[[14,[52]]]]],45],[[130,[46,[145]]],49],[[52,[46,[20]]],52],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[1],[1],[1],[1],[[[46,[14]]],[[6,[58,60]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,[146,146],[147,147],[148,148],[149,149],[[]],[[]],[[]],[[]],0,0,[147,72],0,[[],150],0,0,[151,[[6,[147,60]]]],0,[[],146],[[],148],[43,148],[5,[[6,[146]]]],0,0,[[[14,[152]]],151],[152,[[6,[72,60]]]],[72,[[6,[152,60]]]],0,0,[14,[[6,[60]]]],[[146,146],7],[[60,60],7],[[153,153],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],154],[147,78],0,[[[14,[72]]],151],[[146,8],9],[[155,8],9],[[155,8],9],[[60,8],9],[[60,8],9],[[153,8],9],[[153,8],9],[[156,8],9],[[157,8],9],[[149,8],9],[[]],[[]],[148,158],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[159,155],[160,60],[161,60],[162,60],[163,60],[164,60],[75,60],[[]],[153,60],[[]],[[]],[[]],[39,148],[[]],[[]],[[]],[14],[43,148],[[]],[[]],[[]],[[]],[[18,151],[[6,[147,60]]]],[[148,18],[[14,[[29,[154]]]]]],[18,[[14,[[29,[154]]]]]],[[146,165]],[[148,154],[[14,[[29,[154]]]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[148],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[146,7],[[],7],[146,39],0,[16,17],[147,[[14,[18]]]],[146,165],0,0,0,[[79,166],79],0,0,0,[18,153],[[],18],[[[14,[54]]],151],[[[63,[49]],130,[63,[62]]],79],[[49,130,130,[63,[62]]],89],[63,[[6,[146,60]]]],[167,155],[[167,[14,[20]]],153],[[72,[81,[78]]],147],0,0,[77],[77],[77],[[168,79],[[82,[[81,[80]]]]]],[[169,79],[[82,[[81,[80]]]]]],[[170,79],[[82,[[81,[80]]]]]],[[171,79],[[82,[[81,[80]]]]]],[[172,79],[[82,[[81,[80]]]]]],[[173,79],[[82,[[81,[80]]]]]],[[174,79],[[82,[[81,[80]]]]]],[[175,79],[[82,[[81,[80]]]]]],[[176,79],[[82,[[81,[80]]]]]],[[177,79],[[82,[[81,[80]]]]]],[[146,79],[[82,[[81,[80]]]]]],[[157,79],[[82,[[81,[80]]]]]],[[149,79],[[82,[[81,[80]]]]]],[79,[[82,[[81,[80]]]]]],[43],[[[14,[54]]],[[6,[54,60]]]],[[[14,[54]]],[[6,[54,60]]]],[[],20],[[146,21],6],[155,[[14,[85]]]],0,0,0,[[]],[[]],[[]],[[]],[[],20],[[],20],[[],20],0,[[[66,[58]]],[[6,[146,60]]]],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[[66,[58]]],[[6,[146]]]],[[[42,[58]]],[[6,[146]]]],[[],6],[[[42,[58]]],[[6,[146]]]],[[[63,[58]]],[[6,[146]]]],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[178,[[6,[149]]]],[[],6],[14,[[6,[60]]]],[14,[[6,[168,60]]]],[14,[[6,[169,60]]]],[14,[[6,[170,60]]]],[14,[[6,[171,60]]]],[14,[[6,[172,60]]]],[14,[[6,[173,60]]]],[14,[[6,[174,60]]]],[14,[[6,[175,60]]]],[14,[[6,[176,60]]]],[14,[[6,[177,60]]]],[14,[[6,[157,60]]]],[14,[[6,[149,60]]]],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[43,148],[[169,89],[[82,[[81,[80]]]]]],[[170,89],[[82,[[81,[80]]]]]],[[171,89],[[82,[[81,[80]]]]]],[[172,89],[[82,[[81,[80]]]]]],[[175,89],[[82,[[81,[80]]]]]],[[176,89],[[82,[[81,[80]]]]]],[[146,89],[[82,[[81,[80]]]]]],[[157,89],[[82,[[81,[80]]]]]],[[149,89],[[82,[[81,[80]]]]]],[89,[[82,[[81,[80]]]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[63,[62]]],[[14,[179]]]],[[180,[63,[62]]],[[14,[179]]]],[[181,[63,[62]]],[[14,[179]]]],[[182,[63,[62]]],[[14,[179]]]],[5,[[6,[180]]]],[5,[[6,[181]]]],[5,[[6,[183]]]],[5,[[6,[184]]]],[5,[[6,[182]]]],[[180,180],7],[[181,181],7],[[183,183],7],[[184,184],7],[[182,182],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[180,8],9],[[181,8],9],[[183,8],9],[[184,8],9],[[182,8],9],[[]],[[]],[181,183],[180,183],[[]],[182,183],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[183,[[81,[185]]]],[[],15],[[],15],[[],15],[[],15],[[],15],[16,17],[16,17],[16,17],[16,17],[16,17],0,0,0,0,[[],[[19,[18]]]],[[],[[19,[18]]]],[[],[[19,[18]]]],[[],[[19,[18]]]],[[],[[19,[18]]]],[[],20],[[],20],[[],20],[[],20],[[],20],[[180,21],6],[[181,21],6],[[183,21],6],[[184,21],6],[[182,21],6],0,0,0,[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],22],[[],22],[[],22],[[],22],[[],22],[[]],[[]],[[]],[[]],[[]],0,0,0,0,0,0,0,0,[1],[1],[1],[[]],[[]],[[]],[[]],[[]],[[]],[186,186],[187,187],[188,188],[[]],[[]],[[]],[[],186],[[],187],[[],188],[5,[[6,[186]]]],[5,[[6,[187]]]],[5,[[6,[188]]]],[[186,186],7],[[187,187],7],[[188,188],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[186,8],9],[[187,8],9],[[188,8],9],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],15],[[],15],[[],15],[16,17],[16,17],[16,17],0,0,0,[[],[[19,[18]]]],[[],[[19,[18]]]],[[],[[19,[18]]]],[[],20],[[],20],[[],20],[[186,21],6],[[187,21],6],[[188,21],6],[[]],[[]],[[]],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],22],[[],22],[[],22],[[]],[[]],[[]],0,0,0,0,0,0,[[]],[[]],[[]],[[]],0,[[],189],[5,[[6,[189]]]],[5,[[6,[190]]]],[[189,189],7],[[190,190],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[189,8],9],[[190,8],9],[[]],[[]],[[]],[[]],[[],15],[[],15],[16,17],[16,17],[190,170],0,0,[[],[[19,[18]]]],[[],[[19,[18]]]],[[],20],[[],20],[[189,21],6],[[190,21],6],[[],6],[[],6],[[],6],[[],6],[[],22],[[],22],[[]],[[]],0,0,[[]],[[]],[[],191],[5,[[6,[191]]]],[[191,8],9],[[]],0,[[]],[[],15],[16,17],[[],[[19,[18]]]],[[],20],[[191,21],6],[[],6],[[],6],[[],22],[[]],0,0,0,[[]],[[]],[5,[[6,[192]]]],[[192,8],9],[[]],[[]],[[],15],[16,17],[[],[[19,[18]]]],[[],20],[[192,21],6],[[],6],[[],6],[[],22],[[]],0,0,0,0,0,0,0,0,0,0,[1],[1],[1],[1],0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[193,193],[194,194],[195,195],[196,196],[[]],[[]],[[]],[[]],[[195,134],7],[[196,28],7],[5,[[6,[193]]]],[5,[[6,[194]]]],[5,[[6,[195]]]],[5,[[6,[196]]]],[[193,193],7],[[194,194],7],[[195,195],7],[[196,196],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[193,8],9],[[194,8],9],[[195,8],9],[[197,8],9],[[197,8],9],[[196,8],9],[[198,8],9],[[198,8],9],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[16,17],[16,17],[16,17],[16,17],[[28,28],[[6,[196,197]]]],0,0,0,[77],[77],[[],[[19,[18]]]],[[],[[19,[18]]]],[[],[[19,[18]]]],[[],[[19,[18]]]],[[],20],[[],20],[[],20],[[],20],[[193,21],6],[[194,21],6],[[195,21],6],[[196,21],6],0,[[]],[[]],[[]],[[]],[[],20],[[],20],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,0,0,0,0,0,[199,[[81,[0]]]],[[]],[[]],[[]],[[]],[[],199],[5,[[6,[200]]]],[5,[[6,[199]]]],[[200,200],7],[[199,199],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[200,8],9],[[199,8],9],[[]],[[]],[[]],[[]],[[],15],[[],15],[16,17],[16,17],0,[[],[[19,[18]]]],[[],[[19,[18]]]],[[],20],[[],20],[[200,21],6],[[199,21],6],[[],6],[[],6],[[],6],[[],6],[[],22],[[],22],[[]],[[]],0,0,0,[[]],[[]],[5,[[6,[201]]]],[[201,201],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[201,8],9],[[]],[[]],[[],15],[16,17],0,0,[[],[[19,[18]]]],[[],20],[[201,21],6],[[],6],[[],6],[[],22],[[]],0,0,0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,[[],202],[5,[[6,[203]]]],[5,[[6,[204]]]],[5,[[6,[205]]]],[5,[[6,[202]]]],[[203,203],7],[[204,204],7],[[205,205],7],[[202,202],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],0,0,[[203,8],9],[[204,8],9],[[205,8],9],[[202,8],9],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],15],[[],15],[[],15],[[],15],[[],7],[16,17],[16,17],[16,17],[16,17],0,0,0,[[],[[19,[18]]]],[[],[[19,[18]]]],[[],[[19,[18]]]],[[],[[19,[18]]]],[[],20],[[],20],[[],20],[[],20],[[203,21],6],[[204,21],6],[[205,21],6],[[202,21],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],22],[[],22],[[],22],[[],22],0,[[]],[[]],[[]],[[]],0,0,[[]],[[]],[5,[[6,[206]]]],[[206,8],9],[[]],[[]],[[],15],[16,17],[[],[[19,[18]]]],[[],20],[[206,21],6],[[],6],[[],6],[[],22],[[]],0,0,0,0,0,0,0,0,0,0,0,[1],[[]],[[]],[178,178],[[]],[5,[[6,[178]]]],[[178,178],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[178,8],9],[[]],[[]],[[]],[[],15],[16,17],0,[[[84,[18]]],178],0,[[],[[19,[18]]]],[[],20],[[178,21],6],[[]],[[],6],[[],6],[[],22],[[]],0,0,0,0,0,0,[[]],[[]],[[]],[[]],[[],207],[5,[[6,[207]]]],[[207,207],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[208,8],9],[[208,8],9],[[207,8],9],[[]],[[]],[[]],[[]],[[],15],[[],15],[16,17],0,[77],[[],[[19,[18]]]],[[],20],[[207,21],6],[[],20],[[],6],[[],6],[[],6],[[],6],[[],22],[[],22],[[]],[[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[1],[1],[1],[1],[1],[179,[[14,[209]]]],[210,[[14,[179]]]],[179,[[14,[20]]]],[210,[[14,[211]]]],[179,[[14,[18]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[212,212],[210,210],[211,211],[179,179],[[[213,[[0,[55,59]]]]],[[213,[[0,[55,59]]]]]],[[]],[[]],[[]],[[]],[[]],[[212,212],133],[[210,210],133],[[211,211],133],[[179,179],133],[[],133],[[],133],[[],133],[[],133],[[],[[213,[[0,[59,59]]]]]],[5,[[6,[212]]]],[5,[[6,[210]]]],[5,[[6,[211]]]],[5,[[6,[179]]]],[5,[[6,[[213,[[0,[61,59,59]]]]]]]],[[212,212],7],[[210,210],7],[[211,211],7],[[179,179],7],[[[213,[[0,[69,59]]]],[213,[[0,[69,59]]]]],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[212,8],9],[[212,8],9],[[210,8],9],[[211,8],9],[[211,8],9],[[179,8],9],[[179,8],9],[[[213,[[0,[71,59]]]],8],9],[18,212],[20,212],[214,212],[[]],[[]],[179,210],[211,210],[[]],[209,179],[[[42,[62]]],179],[18,179],[[[63,[179]]],179],[[[42,[62]]],179],[20,179],[7,179],[215,179],[[]],[[[0,[[216,[144]],59]]],[[213,[[0,[[216,[144]],59]]]]]],[[]],[214,212],[[]],[[]],[[]],[[]],[[]],[18,212],[[212,136]],[[]],[[]],[[]],[[]],[[]],[[],15],[[],15],[[],15],[[],15],[[],15],[[],7],[16,17],[16,17],[16,17],[16,17],[16,17],[211,212],0,[[[84,[18]]],212],[[[84,[18]]],211],[[[46,[59]]],[[213,[59]]]],[[212,212],[[14,[133]]]],[[210,210],[[14,[133]]]],[[211,211],[[14,[133]]]],[[179,179],[[14,[133]]]],[[210,166],[[14,[179]]]],[[210,166],[[14,[209]]]],[[],[[19,[18]]]],[[],[[19,[18]]]],[[],[[19,[18]]]],[[],[[19,[18]]]],[[],[[19,[18]]]],[[],20],[[],20],[[],20],[[],20],[[],20],[[212,21],6],[[210,21],6],[[211,21],6],[[179,21],6],[[[213,[[0,[83,59]]]],21],6],[[]],[[]],[[]],[[]],[[]],[[],20],[[],20],[[],20],[[],6],[[],6],[[],6],[217,[[6,[179]]]],[[],6],[[],6],[218,[[6,[[213,[[0,[[216,[144]],59]]]]]]]],[[],6],[[],6],[[],6],[[],6],[[],6],[[],22],[[],22],[[],22],[[],22],[[],22],0,[[]],[[]],[[]],[[]],[[]],[[[46,[59]],[219,[20,72]]],[[213,[59]]]],0,0,0,0,0,0,0,0,[1],[[]],[[]],[[]],[[]],[220,220],[[]],[220,[[63,[62]]]],[[220,[63,[62]]]],[[220,8],9],[[221,8],9],[[221,8],9],[[]],[[[223,[[222,[[66,[62]]]]]]],221],[[]],[[]],[[]],[[]],[[],15],[[],15],[220,62],[[[66,[62]]],[[6,[[14,[220]],221]]]],[[],220],[[62,224,224],220],[62,220],[77],[[220,224],[[14,[224]]]],[28,25],[[]],[[],20],[[],6],[[],6],[[],6],[[],6],[[],22],[[],22],[[]],[[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[1],[1],[1],[1],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[[225,[[0,[55,0]]]]],[[225,[[0,[55,0]]]]]],[53,53],[65,65],[226,226],[[]],[[]],[[]],[[]],[[65,65],133],[[],133],0,[[20,[63,[227]]],[[25,[[225,[0]]]]]],0,[[226,[15,[[229,[228]]]]],[[82,[[81,[80]]]]]],[[65,230],[[6,[152,162]]]],[[65,65],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[53,8],9],[[65,8],9],[[65,8],9],[[]],[[]],[[]],[[]],[[[29,[4]],215],226],[[]],[[]],[[]],[[]],[18,[[6,[65]]]],[165,65],[[65,136]],[[]],[[]],[[]],[[]],[[],15],[[],15],[[],15],[[],15],[65,165],[[[225,[[0,[231]]]],[29,[4]]],[[0,[[0,[231]]]]]],[53,18],[[4,215],226],[[65,65],[[14,[133]]]],[53,65],0,[[226,[0,[93,87,232]]],[[6,[[0,[93,87]],233]]]],[[226,[15,[[229,[234]]]]],[[82,[[81,[80]]]]]],[[]],[[]],[[]],[[]],[[],20],[[],6],[152,[[6,[53]]]],[[],6],[20,[[6,[65,0]]]],[[],6],[20,[[6,[65,0]]]],[18,[[6,[65,0]]]],[[],6],[[],6],[[],6],[[],6],[[],6],0,[[],22],[[],22],[[],22],[[],22],[53,18],[65,18],[[]],[[]],[[]],[[]],[[235,[29,[4]],215],[[0,[[236,[231]]]]]],[[[225,[[236,[231]]]],[29,[4]],215],[[0,[[236,[231]]]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[237],[238],[239],[240],[241],[242],[243],[244],[245],[246],[247],[248],[249],[250],[251],[237,237],[238,238],[239,239],[240,240],[241,241],[242,242],[243,243],[244,244],[245,245],[246,246],[247,247],[248,248],[249,249],[250,250],[251,251],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,0,0,[[],237],[[],238],[[],239],[[],240],[[],241],[[],242],[[],243],[[],244],[[],245],[[],246],[[],247],[[],248],[[],249],[[],250],[[],251],[237,165],[238,165],[239,165],[240,165],[241,165],[242,165],[243,165],[244,165],[245,165],[246,165],[247,165],[248,165],[249,165],[250,165],[251,165],[[237,237],7],[[238,238],7],[[239,239],7],[[240,240],7],[[241,241],7],[[242,242],7],[[243,243],7],[[244,244],7],[[245,245],7],[[246,246],7],[[247,247],7],[[248,248],7],[[249,249],7],[[250,250],7],[[251,251],7],0,0,0,0,0,0,0,[[237,8],9],[[238,8],9],[[239,8],9],[[240,8],9],[[241,8],9],[[242,8],9],[[243,8],9],[[244,8],9],[[245,8],9],[[246,8],9],[[247,8],9],[[248,8],9],[[249,8],9],[[250,8],9],[[251,8],9],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],0,0,0,0,[239,252],0,0,[[249,253]],0,[[239,252]],[249,[[257,[[256,[[255,[254]]]]]]]],0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,[1],[[]],[[]],[258,258],[[]],[[258,259]],[258,165],[[258,258],7],[[258,8],9],[[]],[[]],[[]],[[],15],[[[14,[258]],260,261,262,263],[[6,[160]]]],[[]],[[],6],[[],6],[[],22],[[]],0,0,0,0,0,0,0,0,0,0,0,0,0,[1],[[]],[[]],[264,264],[[]],[[264,259]],[264,165],[[264,264],7],[[264,8],9],[[]],[[]],[[]],[[],15],[[[14,[264]],260,261,262,263],[[6,[160]]]],[[]],[[],6],[[],6],[[],22],[[]],0,0,0,0,[1],[252,18],[[]],[[]],[252,252],[[]],[[252,252],133],[[],133],[[],252],[[252,252],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[252,8],9],[[]],[254,[[14,[252]]]],[[]],[18,[[14,[252]]]],[[252,136]],[[]],[[],15],[254,7],[[252,252],[[14,[133]]]],[[]],[[],6],[254,[[6,[252,160]]]],[[],6],[[],22],[[]],0,0,[1],[[]],[[]],[265,265],[[]],[[265,259]],[265,165],[[265,265],7],[[265,8],9],[[]],[[]],[[]],[[],15],[[[14,[265]],260,261,262,263],[[6,[160]]]],[[]],[[],6],[[],6],[[],22],[[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[1],[253,18],[[]],[[]],[253,253],[[]],[[253,253],133],[[],133],[[],253],[[253,253],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[253,8],9],[[]],[254,[[14,[253]]]],[[]],[18,[[14,[253]]]],[[253,136]],[[]],[[],15],[254,7],[[253,253],[[14,[133]]]],[[]],[254,[[6,[253,160]]]],[[],6],[[],6],[[],22],[[]],0,0,0,0,0,0,0,0,0,0,[1],[1],[1],[1],[1],[1],[1],[1],[1],0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,[266],[267],[268],[269],[270],[271],[272],[273],[274],[266,266],[267,267],[268,268],[269,269],[270,270],[271,271],[272,272],[273,273],[274,274],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,0,0,0,0,0,0,0,[[],266],[[],267],[[],268],[[],269],[[],270],[[],271],[[],272],[[],273],[[],274],0,[270,275],0,0,0,0,0,[266,165],[267,165],[268,165],[269,165],[270,165],[271,165],[272,165],[273,165],[274,165],0,0,0,0,0,0,0,0,[[266,266],7],[[267,267],7],[[268,268],7],[[269,269],7],[[270,270],7],[[271,271],7],[[272,272],7],[[273,273],7],[[274,274],7],0,0,0,0,[[266,8],9],[[267,8],9],[[268,8],9],[[269,8],9],[[270,8],9],[[271,8],9],[[272,8],9],[[273,8],9],[[274,8],9],[[]],[[]],[[]],[[]],[[]],[36,270],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],0,[270,276],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[270,277],0,0,0,[[270,275]],[[270,276]],[[270,277]],0,0,0,0,0,0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,0,[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],0,0,0,0,0,0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,[1],[[]],[[]],[278],[278,278],[[]],[[],278],[278,165],[[278,278],7],[[278,8],9],[[]],[[]],[[]],[[],15],0,0,0,0,0,[278,279],0,0,[[278,279]],0,[[]],0,[[],6],[[],6],[[],22],[[]],0,[1],[[]],[[]],0,[280],[280,280],[[]],[[],280],[280,165],[[280,280],7],[[280,8],9],[[]],[[]],[[]],[[],15],0,[[]],[[],6],[[],6],[[],22],[[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],0,0,[281,18],[276,18],[275,18],[277,18],0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,[282],[283],[284],[285],[286],[287],[288],[289],[290],[291],[292],[293],[294],[282,282],[283,283],[284,284],[285,285],[286,286],[287,287],[288,288],[289,289],[290,290],[291,291],[292,292],[293,293],[294,294],[281,281],[276,276],[275,275],[277,277],[295,295],[296,296],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,[[281,281],133],[[276,276],133],[[275,275],133],[[277,277],133],0,[[],133],[[],133],[[],133],[[],133],0,[[],282],[[],283],[[],284],[[],285],[[],286],[[],287],[[],288],[[],289],[[],290],[[],291],[[],292],[[],293],[[],294],[[],281],[[],276],[[],275],[[],277],0,0,[[295,259]],[[296,259]],[282,165],[283,165],[284,165],[285,165],[286,165],[287,165],[288,165],[289,165],[290,165],[291,165],[292,165],[293,165],[294,165],[295,165],[296,165],[[282,282],7],[[283,283],7],[[284,284],7],[[285,285],7],[[286,286],7],[[287,287],7],[[288,288],7],[[289,289],7],[[290,290],7],[[291,291],7],[[292,292],7],[[293,293],7],[[294,294],7],[[281,281],7],[[276,276],7],[[275,275],7],[[277,277],7],[[295,295],7],[[296,296],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[285,297],0,[[282,8],9],[[283,8],9],[[284,8],9],[[285,8],9],[[286,8],9],[[287,8],9],[[288,8],9],[[289,8],9],[[290,8],9],[[291,8],9],[[292,8],9],[[293,8],9],[[294,8],9],[[281,8],9],[[276,8],9],[[275,8],9],[[277,8],9],[[295,8],9],[[296,8],9],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[254,[[14,[281]]]],[254,[[14,[276]]]],[254,[[14,[275]]]],[254,[[14,[277]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[18,[[14,[281]]]],[18,[[14,[276]]]],[18,[[14,[275]]]],[18,[[14,[277]]]],[[281,136]],[[276,136]],[[275,136]],[[277,136]],[289,298],0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[254,7],[254,7],[254,7],[254,7],0,0,0,0,0,0,0,[[[14,[295]],260,261,262,263],[[6,[160]]]],[[[14,[296]],260,261,262,263],[[6,[160]]]],0,0,0,0,0,0,[[281,281],[[14,[133]]]],[[276,276],[[14,[133]]]],[[275,275],[[14,[133]]]],[[277,277],[[14,[133]]]],0,0,0,0,0,[[285,297]],[[289,298]],0,0,0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[254,[[6,[281,160]]]],[[],6],[254,[[6,[276,160]]]],[254,[[6,[275,160]]]],[[],6],[[],6],[254,[[6,[277,160]]]],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,0,0,0,[1],[1],[1],[1],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[299],[300],[301],[299,299],[300,300],[301,301],[302,302],[[]],[[]],[[]],[[]],[[],299],[[],300],[[],301],[[302,259]],[299,165],[300,165],[301,165],[302,165],[[299,299],7],[[300,300],7],[[301,301],7],[[302,302],7],0,[[299,8],9],[[300,8],9],[[301,8],9],[[302,8],9],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,[[]],[[]],[[]],[[]],[[],15],[[],15],[[],15],[[],15],[[[14,[302]],260,261,262,263],[[6,[160]]]],0,0,[[]],[[]],[[]],[[]],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],22],[[],22],[[],22],[[],22],0,[[]],[[]],[[]],[[]],0,0,0,0,0,[1],[1],[297,18],[[]],[[]],[[]],[[]],[303],[303,303],[297,297],[[]],[[]],[[297,297],133],[[],133],[[],303],[[],297],[303,165],[[303,303],7],[[297,297],7],[[],7],[[],7],[[],7],[[],7],[[],7],0,[303,304],0,[[303,8],9],[[297,8],9],[[]],[[]],[254,[[14,[297]]]],[[]],[[]],[18,[[14,[297]]]],[[297,136]],[[]],[[]],[[],15],[[],15],[254,7],0,0,[[297,297],[[14,[133]]]],[[303,304]],0,[[]],[[]],[[],6],[[],6],[254,[[6,[297,160]]]],[[],6],[[],6],[[],22],[[],22],[[]],[[]],0,0,0,0,0,0,[1],[304,18],[[]],[[]],[304,304],[[]],[[304,304],133],[[],133],[[],304],[[304,304],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[304,8],9],[[]],[254,[[14,[304]]]],[[]],[18,[[14,[304]]]],[[304,136]],[[]],[[],15],[254,7],[[304,304],[[14,[133]]]],[[]],[254,[[6,[304,160]]]],[[],6],[[],6],[[],22],[[]],0,0,0,[1],[298,18],[[]],[[]],[298,298],[[]],[[298,298],133],[[],133],[[],298],[[298,298],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[298,8],9],[[]],[254,[[14,[298]]]],[[]],[18,[[14,[298]]]],[[298,136]],[[]],[[],15],[254,7],[[298,298],[[14,[133]]]],[[]],[[],6],[254,[[6,[298,160]]]],[[],6],[[],22],[[]],0,[1],[[]],[[]],[305],[305,305],[[]],[[],305],[305,165],[[305,305],7],[[305,8],9],[[]],[[]],[[]],[[],15],[[]],[[],6],[[],6],[[],22],0,[[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[306,307],0,0,[308,309],0,0,[279,18],[310,18],[311,18],[312,18],[313,18],0,0,0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,[314],[315],[316],[138],[317],[318],[141],[319],[320],[321],[135],[322],[323],[324],[218],[325],[326],[327],[328],[329],[330],[308],[331],[332],[333],[334],[335],[336],[337],[338],[339],[340],[341],[342],[306],[343],[344],[345],[346],[347],[348],[349],[350],[351],[352],[353],[354],[355],[356],[357],[358],[359],[360],[361],[362],[363],[364],[365],[366],0,[314,314],[315,315],[316,316],[138,138],[317,317],[318,318],[141,141],[319,319],[320,320],[321,321],[135,135],[322,322],[323,323],[324,324],[218,218],[325,325],[326,326],[327,327],[328,328],[329,329],[330,330],[308,308],[331,331],[332,332],[333,333],[334,334],[335,335],[336,336],[337,337],[338,338],[339,339],[279,279],[310,310],[311,311],[340,340],[341,341],[342,342],[306,306],[343,343],[344,344],[345,345],[346,346],[347,347],[348,348],[312,312],[349,349],[350,350],[351,351],[313,313],[352,352],[353,353],[354,354],[355,355],[356,356],[357,357],[358,358],[359,359],[360,360],[361,361],[362,362],[363,363],[364,364],[365,365],[366,366],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,[[279,279],133],[[310,310],133],[[311,311],133],[[312,312],133],[[313,313],133],[[],133],[[],133],[[],133],[[],133],[[],133],0,0,0,0,0,0,0,0,0,0,0,[[],314],[[],315],[[],316],[[],138],[[],317],[[],318],[[],141],[[],319],[[],320],[[],321],[[],135],[[],322],[[],323],[[],324],[[],218],[[],325],[[],326],[[],327],[[],328],[[],329],[[],330],[[],308],[[],331],[[],332],[[],333],[[],334],[[],335],[[],336],[[],337],[[],338],[[],339],[[],279],[[],310],[[],311],[[],340],[[],341],[[],342],[[],306],[[],343],[[],344],[[],345],[[],346],[[],347],[[],348],[[],312],[[],349],[[],350],[[],351],[[],313],[[],352],[[],353],[[],354],[[],355],[[],356],[[],357],[[],358],[[],359],[[],360],[[],361],[[],362],[[],363],[[],364],[[],365],[[],366],0,0,0,0,0,0,0,0,0,0,0,0,[314,165],[315,165],[316,165],[138,165],[317,165],[318,165],[141,165],[319,165],[320,165],[321,165],[135,165],[322,165],[323,165],[324,165],[218,165],[325,165],[326,165],[327,165],[328,165],[329,165],[330,165],[308,165],[331,165],[332,165],[333,165],[334,165],[335,165],[336,165],[337,165],[338,165],[339,165],[340,165],[341,165],[342,165],[306,165],[343,165],[344,165],[345,165],[346,165],[347,165],[348,165],[349,165],[350,165],[351,165],[352,165],[353,165],[354,165],[355,165],[356,165],[357,165],[358,165],[359,165],[360,165],[361,165],[362,165],[363,165],[364,165],[365,165],[366,165],0,[[314,314],7],[[315,315],7],[[316,316],7],[[138,138],7],[[317,317],7],[[318,318],7],[[141,141],7],[[319,319],7],[[320,320],7],[[321,321],7],[[135,135],7],[[322,322],7],[[323,323],7],[[324,324],7],[[218,218],7],[[325,325],7],[[326,326],7],[[327,327],7],[[328,328],7],[[329,329],7],[[330,330],7],[[308,308],7],[[331,331],7],[[332,332],7],[[333,333],7],[[334,334],7],[[335,335],7],[[336,336],7],[[337,337],7],[[338,338],7],[[339,339],7],[[279,279],7],[[310,310],7],[[311,311],7],[[340,340],7],[[341,341],7],[[342,342],7],[[306,306],7],[[343,343],7],[[344,344],7],[[345,345],7],[[346,346],7],[[347,347],7],[[348,348],7],[[312,312],7],[[349,349],7],[[350,350],7],[[351,351],7],[[313,313],7],[[352,352],7],[[353,353],7],[[354,354],7],[[355,355],7],[[356,356],7],[[357,357],7],[[358,358],7],[[359,359],7],[[360,360],7],[[361,361],7],[[362,362],7],[[363,363],7],[[364,364],7],[[365,365],7],[[366,366],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],0,0,0,0,0,0,[[314,8],9],[[315,8],9],[[316,8],9],[[138,8],9],[[317,8],9],[[318,8],9],[[141,8],9],[[319,8],9],[[320,8],9],[[321,8],9],[[135,8],9],[[322,8],9],[[323,8],9],[[324,8],9],[[218,8],9],[[325,8],9],[[326,8],9],[[327,8],9],[[328,8],9],[[329,8],9],[[330,8],9],[[308,8],9],[[331,8],9],[[332,8],9],[[333,8],9],[[334,8],9],[[335,8],9],[[336,8],9],[[337,8],9],[[338,8],9],[[339,8],9],[[279,8],9],[[310,8],9],[[311,8],9],[[340,8],9],[[341,8],9],[[342,8],9],[[306,8],9],[[343,8],9],[[344,8],9],[[345,8],9],[[346,8],9],[[347,8],9],[[348,8],9],[[312,8],9],[[349,8],9],[[350,8],9],[[351,8],9],[[313,8],9],[[352,8],9],[[353,8],9],[[354,8],9],[[355,8],9],[[356,8],9],[[357,8],9],[[358,8],9],[[359,8],9],[[360,8],9],[[361,8],9],[[362,8],9],[[363,8],9],[[364,8],9],[[365,8],9],[[366,8],9],0,[[]],[[]],[[]],[[]],[130,138],[[]],[[]],[130,141],[[]],[[]],[[]],[[]],[52,135],[[]],[[]],[[]],[[]],[[]],[[[213,[[0,[[46,[144]],59]]]]],218],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[254,[[14,[279]]]],[254,[[14,[310]]]],[254,[[14,[311]]]],[254,[[14,[312]]]],[254,[[14,[313]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[18,[[14,[279]]]],[18,[[14,[310]]]],[18,[[14,[311]]]],[18,[[14,[312]]]],[18,[[14,[313]]]],0,0,[[279,136]],[[310,136]],[[311,136]],[[312,136]],[[313,136]],0,0,0,0,[357,367],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],0,[254,7],[254,7],[254,7],[254,7],[254,7],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[279,279],[[14,[133]]]],[[310,310],[[14,[133]]]],[[311,311],[[14,[133]]]],[[312,312],[[14,[133]]]],[[313,313],[[14,[133]]]],0,0,0,0,0,0,0,[138,368],0,0,[[350,313]],0,0,0,0,0,0,0,[347,312],0,0,0,0,0,0,0,0,0,0,[[306,307]],[[308,309]],[[357,367]],0,[[138,368]],[[347,312]],[[314,369]],[[306,312]],[[344,312]],[[341,370]],0,0,0,0,0,0,0,[314,369],0,[350,[[257,[[256,[[255,[254]]]]]]]],0,0,0,0,0,0,0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,[306,312],[344,312],0,0,0,0,[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[254,[[6,[279,160]]]],[[],6],[254,[[6,[310,160]]]],[[],6],[254,[[6,[311,160]]]],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[254,[[6,[312,160]]]],[[],6],[[],6],[[],6],[[],6],[[],6],[254,[[6,[313,160]]]],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],0,[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],0,0,0,0,0,0,0,0,0,0,0,0,0,[341,370],0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,0,0,0,[1],[[]],[[]],[140,140],[[]],[[140,259]],[140,165],[[140,140],7],[[140,8],9],[130,140],[[]],[[]],[[]],[[],15],[[[14,[140]],260,261,262,263],[[6,[160]]]],[[]],[[],6],[[],6],[[],22],[[]],0,[1],[[]],[[]],[371],[371,371],[[]],[[],371],[371,165],[[371,371],7],[[371,8],9],[[]],[[]],0,[[]],[[],15],0,[[]],[[],6],[[],6],[[],22],[[]],0,0,0,0,0,0,0,[1],[307,18],[[]],[[]],[307,307],[[]],[[307,307],133],[[],133],[[],307],[[307,307],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[307,8],9],[[]],[254,[[14,[307]]]],[[]],[18,[[14,[307]]]],[[307,136]],[[]],[[],15],[254,7],[[307,307],[[14,[133]]]],[[]],[254,[[6,[307,160]]]],[[],6],[[],6],[[],22],[[]],0,0,0,[1],[[]],[[]],[372,372],[[]],[[372,259]],[372,165],[[372,372],7],[[372,8],9],[[]],[[]],[[]],[[],15],[[[14,[372]],260,261,262,263],[[6,[160]]]],[[]],[[],6],[[],6],[[],22],[[]],0,0,0,0,0,0,[1],[[]],[[]],[373,373],[[]],[[373,259]],[373,165],[[373,373],7],[[373,8],9],[[]],[[]],[[]],[[],15],[[[14,[373]],260,261,262,263],[[6,[160]]]],[[]],[[],6],[[],6],[[],22],[[]],0,0,0,0,0,[1],[[]],[[]],[374,374],[[]],[[374,259]],[374,165],[[374,374],7],[[374,8],9],[[]],[[]],[[]],[[],15],[[[14,[374]],260,261,262,263],[[6,[160]]]],[[]],[[],6],[[],6],[[],22],[[]],0,0,[1],[[]],[[]],[375,375],[[]],[[375,259]],[375,165],[[375,375],7],[[375,8],9],[[]],[[]],[[]],[[],15],[[[14,[375]],260,261,262,263],[[6,[160]]]],[[]],[[],6],[[],6],[[],22],[[]],0,0,[1],[[]],[[]],[376,376],[[]],[[376,259]],[376,165],[[376,376],7],[[376,8],9],[[]],[[]],[[]],[[],15],[[[14,[376]],260,261,262,263],[[6,[160]]]],[[]],[[],6],[[],6],[[],22],[[]],0,0,0,0,0,[1],[1],[1],0,[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,[377],[378],[377,377],[378,378],[379,379],[[]],[[]],[[]],0,0,0,[[],377],[[],378],[[379,259]],[377,165],[378,165],[379,165],[[377,377],7],[[378,378],7],[[379,379],7],[[377,8],9],[[378,8],9],[[379,8],9],[[]],[[]],[[]],[[]],[[]],[[]],0,[[]],[[]],[[]],[[],15],[[],15],[[],15],[[[14,[379]],260,261,262,263],[[6,[160]]]],0,0,0,[[]],[[]],[[]],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],22],[[],22],[[],22],[[]],[[]],[[]],0,0,0,0,0,[1],[1],[1],[1],[1],0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,0,[380],[381],[382],[383],[384],[380,380],[381,381],[382,382],[383,383],[384,384],[[]],[[]],[[]],[[]],[[]],0,0,[[],380],[[],381],[[],382],[[],383],[[],384],[380,165],[381,165],[382,165],[383,165],[384,165],[[380,380],7],[[381,381],7],[[382,382],7],[[383,383],7],[[384,384],7],[[380,8],9],[[381,8],9],[[382,8],9],[[383,8],9],[[384,8],9],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],15],[[],15],[[],15],[[],15],[[],15],0,0,[[]],[[]],[[]],[[]],[[]],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],22],[[],22],[[],22],[[],22],[[],22],[[]],[[]],[[]],[[]],[[]],0,0,0,0,0,0,0,0,0,0,0,0,[1],[1],[1],[1],[1],0,0,0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[385],[386],[387],[388],[385,385],[386,386],[387,387],[388,388],[389,389],[[]],[[]],[[]],[[]],[[]],0,[[],385],[[],386],[[],387],[[],388],[[389,259]],[385,165],[386,165],[387,165],[388,165],[389,165],[[385,385],7],[[386,386],7],[[387,387],7],[[388,388],7],[[389,389],7],[[385,8],9],[[386,8],9],[[387,8],9],[[388,8],9],[[389,8],9],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],15],[[],15],[[],15],[[],15],[[],15],0,[[[14,[389]],260,261,262,263],[[6,[160]]]],0,0,0,0,0,0,0,[[]],[[]],[[]],[[]],[[]],0,0,[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],22],[[],22],[[],22],[[],22],[[],22],[[]],[[]],[[]],[[]],[[]],0,0,[1],[[]],[[]],[390,390],[[]],[[390,259]],[390,165],[[390,390],7],[[390,8],9],[[]],[[]],[[]],[[],15],[[[14,[390]],260,261,262,263],[[6,[160]]]],[[]],[[],6],[[],6],[[],22],[[]],0,[1],[[]],[[]],[391],[391,391],[[]],[[],391],[391,165],[[391,391],7],[[391,8],9],[[]],[[]],[[]],[[],15],[[]],[[],6],[[],6],[[],22],0,0,[[]],0,0,0,[1],[[]],[[]],[392,392],[[]],[[392,259]],[392,165],[[392,392],7],[[392,8],9],[[]],[[]],[[]],[[],15],[[[14,[392]],260,261,262,263],[[6,[160]]]],[[]],[[],6],[[],6],[[],22],[[]],0,0,0,0,[1],[[]],[[]],[393,393],[[]],[[393,259]],[393,165],[[393,393],7],[[393,8],9],[[]],[[]],[[]],[[],15],[[[14,[393]],260,261,262,263],[[6,[160]]]],[[]],[[],6],[[],6],[[],22],[[]],0,0,0,0,[1],[309,18],[[]],[[]],[309,309],[[]],[[309,309],133],[[],133],[[],309],[[309,309],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[309,8],9],[[]],[254,[[14,[309]]]],[[]],[18,[[14,[309]]]],[[309,136]],[[]],[[],15],[254,7],[[309,309],[[14,[133]]]],[[]],[254,[[6,[309,160]]]],[[],6],[[],6],[[],22],[[]],0,0,0,0,0,0,0,0,0,0,0,0,[1],[1],[1],[1],[1],[1],[1],[1],0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[394],[395],[396],[397],[398],[399],[400],[394,394],[395,395],[396,396],[397,397],[398,398],[399,399],[400,400],[401,401],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[395,402],0,0,0,[[],394],[[],395],[[],396],[[],397],[[],398],[[],399],[[],400],[[401,259]],[394,165],[395,165],[396,165],[397,165],[398,165],[399,165],[400,165],[401,165],[[394,394],7],[[395,395],7],[[396,396],7],[[397,397],7],[[398,398],7],[[399,399],7],[[400,400],7],[[401,401],7],0,[[394,8],9],[[395,8],9],[[396,8],9],[[397,8],9],[[398,8],9],[[399,8],9],[[400,8],9],[[401,8],9],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],0,[[[14,[401]],260,261,262,263],[[6,[160]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,[[395,402]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,[1],[[]],[[]],[403,403],[[]],[[403,259]],[403,165],[[403,403],7],[[403,8],9],[[]],[[]],[[]],[[],15],[[[14,[403]],260,261,262,263],[[6,[160]]]],[[]],[[],6],[[],6],[[],22],[[]],0,0,0,[1],[[]],[[]],[404,404],[[]],[[404,259]],[404,165],[[404,404],7],[[404,8],9],[[]],[[]],[[]],[[],15],[[[14,[404]],260,261,262,263],[[6,[160]]]],[[]],[[],6],[[],6],[[],22],[[]],0,[1],[[]],[[]],[405],[405,405],[[]],[[],405],[405,165],[[405,405],7],[[405,8],9],[[]],[[]],0,0,[[]],[[],15],[[]],[[],6],[[],6],[[],22],[[]],0,0,0,0,[1],[1],[[]],[[]],[[]],[[]],[406],[406,406],[407,407],[[]],[[]],[[],406],[[407,259]],[406,165],[407,165],[[406,406],7],[[407,407],7],[[406,8],9],[[407,8],9],[[]],[[]],[[]],[[]],[[]],[[]],[[],15],[[],15],[[[14,[407]],260,261,262,263],[[6,[160]]]],[[]],[[]],[[],6],[[],6],[[],6],[[],6],[[],22],[[],22],[[]],[[]],0,[1],[[]],[[]],[408],[408,408],[[]],[[],408],[408,165],[[408,408],7],[[408,8],9],[[]],[[]],0,[[]],[[],15],[[]],[[],6],[[],6],[[],22],0,[[]],0,0,0,0,[1],[367,18],[[]],[[]],[367,367],[[]],[[367,367],133],[[],133],[[],367],[[367,367],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[367,8],9],[[]],[254,[[14,[367]]]],[[]],[18,[[14,[367]]]],[[367,136]],[[]],[[],15],[254,7],[[367,367],[[14,[133]]]],[[]],[254,[[6,[367,160]]]],[[],6],[[],6],[[],22],[[]],0,0,[1],[[]],[[]],[409,409],[[]],[[409,259]],[409,165],[[409,409],7],[[409,8],9],[[]],[[]],[[]],[[],15],[[[14,[409]],260,261,262,263],[[6,[160]]]],[[]],[[],6],[[],6],[[],22],[[]],0,0,0,[1],[[]],[[]],[410,410],[[]],[[410,259]],[410,165],[[410,410],7],[[410,8],9],[[]],[[]],[[]],[[],15],[[[14,[410]],260,261,262,263],[[6,[160]]]],[[]],[[],6],[[],6],[[],22],[[]],0,0,0,[1],[370,18],[[]],[[]],[370,370],[[]],[[370,370],133],[[],133],[[],370],[[370,370],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[370,8],9],[[]],[254,[[14,[370]]]],[[]],[18,[[14,[370]]]],[[370,136]],[[]],[[],15],[254,7],[[370,370],[[14,[133]]]],[[]],[[],6],[254,[[6,[370,160]]]],[[],6],[[],22],[[]],0,0,[1],[[]],[[]],[411,411],[[]],[[411,259]],[411,165],[[411,411],7],[[411,8],9],[[]],[[]],[[]],[[],15],[[[14,[411]],260,261,262,263],[[6,[160]]]],[[]],[[],6],[[],6],[[],22],[[]],0,0,0,0,0,0,[1],[1],[368,18],[[]],[[]],[[]],[[]],[368,368],[412,412],[[]],[[]],[[368,368],133],[[],133],[[],368],[[412,259]],[412,165],[[368,368],7],[[412,412],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[368,8],9],[[412,8],9],[[]],[[]],[254,[[14,[368]]]],[[]],[[]],[18,[[14,[368]]]],[[368,136]],[[]],[[]],[[],15],[[],15],[254,7],[[[14,[412]],260,261,262,263],[[6,[160]]]],[[368,368],[[14,[133]]]],[[]],[[]],[254,[[6,[368,160]]]],[[],6],[[],6],[[],6],[[],6],[[],22],[[],22],[[]],[[]],0,0,0,0,0,0,0,[1],[1],[369,18],[[]],[[]],[[]],[[]],[369,369],[413,413],[[]],[[]],[[369,369],133],[[],133],[[],369],[[413,259]],[413,165],[[369,369],7],[[413,413],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[369,8],9],[[413,8],9],[[]],[[]],[254,[[14,[369]]]],[[]],[[]],[18,[[14,[369]]]],[[369,136]],[[]],[[]],[[],15],[[],15],[254,7],[[[14,[413]],260,261,262,263],[[6,[160]]]],[[369,369],[[14,[133]]]],[[]],[[]],[[],6],[254,[[6,[369,160]]]],[[],6],[[],6],[[],6],[[],22],[[],22],[[]],[[]],0,0,[1],[[]],[[]],[414,414],[[]],[[414,259]],[414,165],[[414,414],7],[[414,8],9],[[]],[[]],[[]],[[],15],[[[14,[414]],260,261,262,263],[[6,[160]]]],[[]],[[],6],[[],6],[[],22],[[]],0,0,0,0,0,0,[1],[1],[1],[1],[1],0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[139],[143],[415],[142],[51],[139,139],[143,143],[415,415],[142,142],[51,51],[[]],[[]],[[]],[[]],[[]],0,0,[[],139],[[],143],[[],415],[[],142],[[],51],[139,165],[143,165],[415,165],[142,165],[51,165],0,0,[[139,139],7],[[143,143],7],[[415,415],7],[[142,142],7],[[51,51],7],[[139,8],9],[[143,8],9],[[415,8],9],[[142,8],9],[[51,8],9],[[]],[[]],[49,143],[[]],[45,142],[[]],[[]],[36,51],[36,51],[[]],[[]],[[]],[[]],[[]],0,[143,313],0,0,0,[[]],[[]],[[]],[[]],[[]],[[],15],[[],15],[[],15],[[],15],[[],15],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[143,313]],[[]],[[]],[[]],[[]],[[]],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],22],[[],22],[[],22],[[],22],[[],22],[[]],[[]],[[]],[[]],[[]],0,[1],[[]],[[]],[416],[416,416],[[]],[[],416],0,[416,165],0,[[416,416],7],[[416,8],9],[[]],[[]],[[]],[[],15],0,0,[[]],[[],6],[[],6],[[],22],[[]],0,[1],[[]],[[]],0,[417],[417,417],[[]],[[],417],0,[417,165],[[417,417],7],[[417,8],9],[[]],[[]],[[]],[[],15],[[]],[[],6],[[],6],[[],22],[[]],0,[1],[[]],[[]],[418],[418,418],[[]],[[],418],[418,165],[[418,418],7],[[418,8],9],[[]],[[]],0,[[]],[[],15],0,[[]],[[],6],[[],6],[[],22],[[]],0,0,0,[1],[[]],[[]],[419,419],[[]],[[419,259]],[419,165],[[419,419],7],[[419,8],9],[[]],[[]],[[]],[[],15],[[[14,[419]],260,261,262,263],[[6,[160]]]],[[]],[[],6],[[],6],[[],22],[[]],0,0,0,0,[1],[1],[[]],[[]],[[]],[[]],[420],[420,420],[421,421],[[]],[[]],[[],420],[[421,259]],[420,165],[421,165],[[420,420],7],[[421,421],7],[[420,8],9],[[421,8],9],[[]],[[]],[[]],[[]],[[]],[[]],[[],15],[[],15],0,[[[14,[421]],260,261,262,263],[[6,[160]]]],[[]],[[]],[[],6],[[],6],[[],6],[[],6],[[],22],[[],22],[[]],[[]],0,0,0,0,0,0,0,0,0,0,0,0,[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],0,0,0,0,0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[422],[86],[423],[424],[425],[426],[427],[428],[429],[430],[431],[422,422],[86,86],[423,423],[424,424],[425,425],[426,426],[427,427],[428,428],[429,429],[430,430],[431,431],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,0,0,0,[[],422],[[],86],[[],423],[[],424],[[],425],[[],426],[[],427],[[],428],[[],429],[[],430],[[],431],0,0,0,0,0,[431,432],0,0,0,0,[422,165],[86,165],[423,165],[424,165],[425,165],[426,165],[427,165],[428,165],[429,165],[430,165],[431,165],0,[[422,422],7],[[86,86],7],[[423,423],7],[[424,424],7],[[425,425],7],[[426,426],7],[[427,427],7],[[428,428],7],[[429,429],7],[[430,430],7],[[431,431],7],0,0,0,0,0,0,0,[[422,8],9],[[86,8],9],[[423,8],9],[[424,8],9],[[425,8],9],[[426,8],9],[[427,8],9],[[428,8],9],[[429,8],9],[[430,8],9],[[431,8],9],0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[431,432]],[[423,433]],[[431,311]],0,0,0,[423,433],0,0,0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[431,311],0,0,0,0,0,[[],6],[[],6],[202,[[6,[86]]]],[58,[[6,[86]]]],[[],6],[[],6],[146,[[6,[424]]]],[146,[[6,[424]]]],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,[1],[[]],[[]],[434,434],[[]],[[434,259]],[434,165],[[434,434],7],[[434,8],9],[[]],[[]],[[]],[[],15],[[[14,[434]],260,261,262,263],[[6,[160]]]],[[]],[[],6],[[],6],[[],22],[[]],0,[1],[[]],[[]],[435],[435,435],[[]],[[],435],[435,165],[[435,435],7],[[435,8],9],[[]],[[]],[[]],[[],15],0,[[]],[[],6],[[],6],[[],22],[[]],0,0,0,0,[1],[433,18],[[]],[[]],[433,433],[[]],[[433,433],133],[[],133],[[],433],[[433,433],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[433,8],9],[[]],[254,[[14,[433]]]],[[]],[18,[[14,[433]]]],[[433,136]],[[]],[[],15],[254,7],[[433,433],[[14,[133]]]],[[]],[[],6],[254,[[6,[433,160]]]],[[],6],[[],22],[[]],0,0,0,0,0,0,0,0,[1],[1],[1],[1],[1],[432,18],0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[436],[437],[438],[436,436],[437,437],[438,438],[432,432],[439,439],[[]],[[]],[[]],[[]],[[]],[[432,432],133],[[],133],0,[[],436],[[],437],[[],438],[[],432],[[439,259]],[436,165],[437,165],[438,165],[439,165],[[436,436],7],[[437,437],7],[[438,438],7],[[432,432],7],[[439,439],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[436,8],9],[[437,8],9],[[438,8],9],[[432,8],9],[[439,8],9],[[]],[[]],[[]],[[]],[[]],[254,[[14,[432]]]],[[]],[[]],[[]],[[]],[[]],[18,[[14,[432]]]],[[432,136]],[[]],[[]],[[]],[[]],[[]],[[],15],[[],15],[[],15],[[],15],[[],15],[254,7],[[[14,[439]],260,261,262,263],[[6,[160]]]],[[432,432],[[14,[133]]]],[[]],[[]],[[]],[[]],[[]],[[],6],[[],6],[[],6],[[],6],[254,[[6,[432,160]]]],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],22],[[],22],[[],22],[[],22],[[],22],[[]],[[]],[[]],[[]],[[]],0,0,0,[1],[1],[[]],[[]],[[]],[[]],[440],[440,440],[441,441],[[]],[[]],[[],440],[[441,259]],[440,165],[441,165],[[440,440],7],[[441,441],7],[[440,8],9],[[441,8],9],[[]],[[]],[[]],[[]],[[]],[[]],[[],15],[[],15],[[[14,[441]],260,261,262,263],[[6,[160]]]],[[]],[[]],[[],6],[[],6],[[],6],[[],6],[[],22],[[],22],[[]],[[]],0,0,0,[1],[[]],[[]],[442,442],[[]],[[442,259]],[442,165],[[442,442],7],[[442,8],9],[[]],[[]],[[]],[[],15],[[[14,[442]],260,261,262,263],[[6,[160]]]],[[]],[[],6],[[],6],[[],22],[[]],0,0,0,0,0,0,0,[1],[1],[[]],[[]],[[]],[[]],[443],[443,443],[444,444],[[]],[[]],[[],443],[[444,259]],[443,165],[444,165],[[443,443],7],[[444,444],7],[[443,8],9],[[444,8],9],[[]],[[]],[[]],[[]],[[]],[[]],[[],15],[[],15],[[[14,[444]],260,261,262,263],[[6,[160]]]],0,[[]],[[]],[[],6],[[],6],[[],6],[[],6],[[],22],[[],22],[[]],[[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],0,0,0,0,0,0,0,0,0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,[445],[446],[447],[448],[449],[450],[451],[452],[453],[454],[455],[456],[457],[458],[459],[460],[461],[462],[463],[464],[465],[466],[467],0,[445,445],[446,446],[447,447],[448,448],[449,449],[450,450],[451,451],[452,452],[453,453],[454,454],[455,455],[456,456],[457,457],[458,458],[459,459],[460,460],[461,461],[462,462],[463,463],[464,464],[465,465],[466,466],[467,467],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[451,468],0,0,0,0,0,0,0,0,0,0,0,[[],445],[[],446],[[],447],[[],448],[[],449],[[],450],[[],451],[[],452],[[],453],[[],454],[[],455],[[],456],[[],457],[[],458],[[],459],[[],460],[[],461],[[],462],[[],463],[[],464],[[],465],[[],466],[[],467],0,0,0,0,[445,165],[446,165],[447,165],[448,165],[449,165],[450,165],[451,165],[452,165],[453,165],[454,165],[455,165],[456,165],[457,165],[458,165],[459,165],[460,165],[461,165],[462,165],[463,165],[464,165],[465,165],[466,165],[467,165],[[445,445],7],[[446,446],7],[[447,447],7],[[448,448],7],[[449,449],7],[[450,450],7],[[451,451],7],[[452,452],7],[[453,453],7],[[454,454],7],[[455,455],7],[[456,456],7],[[457,457],7],[[458,458],7],[[459,459],7],[[460,460],7],[[461,461],7],[[462,462],7],[[463,463],7],[[464,464],7],[[465,465],7],[[466,466],7],[[467,467],7],0,0,[[445,8],9],[[446,8],9],[[447,8],9],[[448,8],9],[[449,8],9],[[450,8],9],[[451,8],9],[[452,8],9],[[453,8],9],[[454,8],9],[[455,8],9],[[456,8],9],[[457,8],9],[[458,8],9],[[459,8],9],[[460,8],9],[[461,8],9],[[462,8],9],[[463,8],9],[[464,8],9],[[465,8],9],[[466,8],9],[[467,8],9],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[451,469],0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[451,279],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[445,470],0,[454,471],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[451,468]],[[451,469]],[[451,279]],[[445,470]],[[454,471]],0,0,0,0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],0,0,0,0,0,0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,[1],[[]],[[]],[472,472],[[]],[[472,259]],[472,165],[[472,472],7],[[472,8],9],[[]],[[]],[[]],[[],15],[[[14,[472]],260,261,262,263],[[6,[160]]]],[[]],[[],6],[[],6],[[],22],[[]],0,0,0,0,0,0,0,0,0,[1],[[]],[[]],[473,473],[[]],[[473,259]],[473,165],[[473,473],7],[[473,8],9],[[]],[[]],[[]],[[],15],[[[14,[473]],260,261,262,263],[[6,[160]]]],[[]],[[],6],[[],6],[[],22],[[]],0,0,0,[1],[[]],[[]],[474,474],[[]],[[474,259]],[474,165],[[474,474],7],[[474,8],9],[[]],[[]],[[]],[[],15],[[[14,[474]],260,261,262,263],[[6,[160]]]],[[]],[[],6],[[],6],[[],22],[[]],0,0,[1],[1],0,0,[[]],[[]],[[]],[[]],[475],[476],[475,475],[476,476],[[]],[[]],[[],475],[[],476],[475,165],[476,165],[[475,475],7],[[476,476],7],[[475,8],9],[[476,8],9],[[]],[[]],[[]],[[]],[[]],[[]],[[],15],[[],15],0,0,[[]],[[]],[[],6],[[],6],[[],6],[[],6],[[],22],[[],22],[[]],[[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[1],[1],[1],[1],[1],[1],[1],[1],[1],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[477],[478],[479],[480],[481],[482],[483],[484],[477,477],[478,478],[479,479],[480,480],[481,481],[482,482],[483,483],[484,484],[485,485],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],477],[[],478],[[],479],[[],480],[[],481],[[],482],[[],483],[[],484],0,0,0,0,0,0,0,0,[[485,259]],[477,165],[478,165],[479,165],[480,165],[481,165],[482,165],[483,165],[484,165],[485,165],[[477,477],7],[[478,478],7],[[479,479],7],[[480,480],7],[[481,481],7],[[482,482],7],[[483,483],7],[[484,484],7],[[485,485],7],0,[[477,8],9],[[478,8],9],[[479,8],9],[[480,8],9],[[481,8],9],[[482,8],9],[[483,8],9],[[484,8],9],[[485,8],9],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[[14,[485]],260,261,262,263],[[6,[160]]]],0,0,0,[[484,486]],0,[484,486],0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,[1],[486,18],[[]],[[]],[486,486],[[]],[[486,486],133],[[],133],[[],486],[[486,486],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[486,8],9],[[]],[254,[[14,[486]]]],[[]],[18,[[14,[486]]]],[[486,136]],[[]],[[],15],[254,7],[[486,486],[[14,[133]]]],[[]],[254,[[6,[486,160]]]],[[],6],[[],6],[[],22],[[]],0,0,0,[1],[1],[[]],[[]],[[]],[[]],[487],[487,487],[488,488],[[]],[[]],[[],487],[[488,259]],[487,165],[488,165],[[487,487],7],[[488,488],7],[[487,8],9],[[488,8],9],[[]],[[]],[[]],[[]],[[]],[[]],[[],15],[[],15],[[[14,[488]],260,261,262,263],[[6,[160]]]],0,[[]],[[]],[[],6],[[],6],[[],6],[[],6],[[],22],[[],22],[[]],[[]],0,0,0,0,0,0,0,0,0,0,0,0,0,[1],[1],[1],[471,18],[[]],[[]],[[]],[[]],[[]],[[]],[471,471],[489,489],[490,490],[[]],[[]],[[]],[[471,471],133],[[],133],[[],471],[[489,259]],[[490,259]],[489,165],[490,165],[[471,471],7],[[489,489],7],[[490,490],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[471,8],9],[[489,8],9],[[490,8],9],[[]],[[]],[[]],[254,[[14,[471]]]],[[]],[[]],[[]],[18,[[14,[471]]]],[[471,136]],[[]],[[]],[[]],[[],15],[[],15],[[],15],[254,7],[[[14,[489]],260,261,262,263],[[6,[160]]]],[[[14,[490]],260,261,262,263],[[6,[160]]]],[[471,471],[[14,[133]]]],[[]],[[]],[[]],[[],6],[254,[[6,[471,160]]]],[[],6],[[],6],[[],6],[[],6],[[],6],[[],22],[[],22],[[],22],[[]],[[]],[[]],0,0,0,0,0,0,0,0,[1],[1],[1],[1],[1],[1],[491,18],0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[492],[493],[494],[495],[496],[492,492],[493,493],[494,494],[495,495],[496,496],[491,491],[[]],[[]],[[]],[[]],[[]],[[]],[[491,491],133],[[],133],0,0,[[],492],[[],493],[[],494],[[],495],[[],496],[[],491],[492,165],[493,165],[494,165],[495,165],[496,165],[[492,492],7],[[493,493],7],[[494,494],7],[[495,495],7],[[496,496],7],[[491,491],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[492,8],9],[[493,8],9],[[494,8],9],[[495,8],9],[[496,8],9],[[491,8],9],[495,491],0,[[]],[[]],[[]],[[]],[[]],[[]],[254,[[14,[491]]]],[[]],[[]],[[]],[[]],[[]],[[]],[18,[[14,[491]]]],[[491,136]],[[]],[[]],[[]],[[]],[[]],[[]],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[254,7],0,0,0,0,0,[[491,491],[[14,[133]]]],0,0,0,[[495,491]],[[]],[[]],[[]],[[]],[[]],[[]],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[254,[[6,[491,160]]]],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[]],[[]],[[]],[[]],[[]],[[]],0,0,[1],[[]],[[]],[497,497],[[]],[[497,259]],[497,165],[[497,497],7],[[497,8],9],[[]],[[]],[[]],[[],15],[[[14,[497]],260,261,262,263],[[6,[160]]]],[[]],[[],6],[[],6],[[],22],[[]],0,0,[1],[[]],[[]],[498,498],[[]],[[498,259]],[498,165],[[498,498],7],[[498,8],9],[[]],[[]],[[]],[[],15],[[[14,[498]],260,261,262,263],[[6,[160]]]],[[]],[[],6],[[],6],[[],22],[[]],0,0,0,0,0,0,[1],[[]],[[]],[499,499],[[]],[[499,259]],[499,165],[[499,499],7],[[499,8],9],[[]],[[]],[[]],[[],15],[[[14,[499]],260,261,262,263],[[6,[160]]]],[[]],[[],6],[[],6],[[],22],[[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[1],[1],[1],[1],[1],[1],[1],[1],[468,18],[469,18],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[500],[501],[502],[503],[500,500],[501,501],[502,502],[503,503],[468,468],[469,469],[504,504],[505,505],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,[[468,468],133],[[469,469],133],[[],133],[[],133],0,[[],500],[[],501],[[],502],[[],503],[[],468],[[],469],0,[[504,259]],[[505,259]],[500,165],[501,165],[502,165],[503,165],[504,165],[505,165],[[500,500],7],[[501,501],7],[[502,502],7],[[503,503],7],[[468,468],7],[[469,469],7],[[504,504],7],[[505,505],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[500,8],9],[[501,8],9],[[502,8],9],[[503,8],9],[[468,8],9],[[469,8],9],[[504,8],9],[[505,8],9],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[254,[[14,[468]]]],[254,[[14,[469]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[18,[[14,[468]]]],[18,[[14,[469]]]],0,0,[[468,136]],[[469,136]],0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[254,7],[254,7],0,[[[14,[504]],260,261,262,263],[[6,[160]]]],[[[14,[505]],260,261,262,263],[[6,[160]]]],[[468,468],[[14,[133]]]],[[469,469],[[14,[133]]]],0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,[[],6],[[],6],[[],6],[[],6],[254,[[6,[468,160]]]],[[],6],[[],6],[254,[[6,[469,160]]]],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,0,0,0,0,0,0,0,0,[1],[1],[1],[1],[1],[1],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[506],[507],[508],[509],[510],[506,506],[507,507],[508,508],[509,509],[510,510],[511,511],[[]],[[]],[[]],[[]],[[]],[[]],[[],506],[[],507],[[],508],[[],509],[[],510],[[511,259]],[506,165],[507,165],[508,165],[509,165],[510,165],[511,165],[[506,506],7],[[507,507],7],[[508,508],7],[[509,509],7],[[510,510],7],[[511,511],7],[[506,8],9],[[507,8],9],[[508,8],9],[[509,8],9],[[510,8],9],[[511,8],9],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,[[]],[[]],[[]],[[]],[[]],[[]],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],0,[[[14,[511]],260,261,262,263],[[6,[160]]]],0,0,0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],0,[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[]],[[]],[[]],[[]],[[]],[[]],0,[1],0,[[]],[[]],[512],[512,512],[[]],[[],512],[512,165],[[512,512],7],[[512,8],9],[[]],[[]],[[]],[[],15],0,[[]],[[],6],[[],6],[[],22],[[]],0,0,0,0,0,0,0,0,[1],[1],[1],[1],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[513],[514],[515],[513,513],[514,514],[515,515],[516,516],[[]],[[]],[[]],[[]],[[],513],[[],514],[[],515],[[516,259]],[513,165],[514,165],[515,165],[516,165],[[513,513],7],[[514,514],7],[[515,515],7],[[516,516],7],[[513,8],9],[[514,8],9],[[515,8],9],[[516,8],9],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],15],[[],15],[[],15],[[],15],[[[14,[516]],260,261,262,263],[[6,[160]]]],0,[[]],[[]],[[]],[[]],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],22],[[],22],[[],22],[[],22],0,[[]],[[]],[[]],[[]],0,0,0,0,[1],[470,18],[[]],[[]],[470,470],[[]],[[470,470],133],[[],133],[[],470],[[470,470],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[470,8],9],[[]],[254,[[14,[470]]]],[[]],[18,[[14,[470]]]],[[470,136]],[[]],[[],15],[254,7],[[470,470],[[14,[133]]]],[[]],[[],6],[254,[[6,[470,160]]]],[[],6],[[],22],[[]],0,0,0,[1],[1],[[]],[[]],[[]],[[]],[517],[517,517],[518,518],[[]],[[]],0,0,[[],517],[[518,259]],[517,165],[518,165],[[517,517],7],[[518,518],7],[[517,8],9],[[518,8],9],[[]],[[]],[[]],[[]],0,[[]],[[]],[[],15],[[],15],[[[14,[518]],260,261,262,263],[[6,[160]]]],0,0,0,0,0,0,[[]],[[]],[[],6],[[],6],[[],6],[[],6],[[],22],[[],22],0,[[]],[[]],0,0,0,[1],[[]],[[]],[519,519],[[]],[[519,259]],[519,165],[[519,519],7],[[519,8],9],[[]],[[]],[[]],[[],15],[[[14,[519]],260,261,262,263],[[6,[160]]]],[[]],[[],6],[[],6],[[],22],[[]],0,0,0,0,[1],[[]],[[]],[520],[520,520],[[]],0,0,[[],520],[520,165],[[520,520],7],[[520,8],9],[[]],[[]],[[]],[[],15],[[]],[[],6],[[],6],[[],22],[[]],0,[1],[[[523,[[522,[521]]]],524],[[523,[[522,[521]]]]]],[[]],[[]],[[[523,[55]]],[[523,[55]]]],[[]],[[[525,[227]]],[[6,[[523,[231]],526]]]],[[[523,[[522,[521]]]],527],[[6,[[529,[[229,[528]]]],233]]]],[[[523,[[522,[521]]]],[530,[234]]],[[6,[[529,[67]],233]]]],[[[523,[71]],8],9],[[]],[[]],[[]],[[],15],[[[523,[[522,[521]]]],165],[[523,[[522,[521]]]]]],[[[523,[[522,[521]]]],165],[[523,[[522,[521]]]]]],[[[522,[521]]],[[523,[[522,[521]]]]]],[[[523,[[522,[521]]]],524],[[523,[[522,[521]]]]]],[[[523,[[522,[521]]]],527],[[6,[[529,[[229,[67]]]],233]]]],[[]],[[],6],[[],6],[[],22],[[]],[[[532,[[531,[521]]]],[522,[521]],533],[[523,[[534,[[532,[[531,[521]]]],[522,[521]],533]]]]]],[[[522,[521]],535],[[523,[[522,[521]]]]]],0,0,0,0,[1],[[[537,[536]],524],[[537,[536]]]],[[]],[[]],[[[537,[536]],[531,[[0,[538,87]]]]]],[531],[[[537,[536]]],[[537,[536]]]],[[]],[[[15,[[229,[228]]]]],[[82,[[81,[80]]]]]],[[[15,[234]]],[[82,[[81,[80]]]]]],[[[537,[[0,[71,536]]]],8],9],[[]],[[[29,[536]]],[[537,[536]]]],[[]],[[]],[[],539],[[],15],[[[537,[536]],165],[[537,[536]]]],[[[537,[536]],165],[[537,[536]]]],[536,[[537,[536]]]],[540,[[541,[6]]]],[[[537,[536]],540],[[541,[6]]]],[[[537,[536]],524],[[537,[536]]]],[[[15,[[229,[234]]]]],[[82,[[81,[80]]]]]],[[]],[[],6],[[],6],[[],22],[[]],[[536,533],[[534,[[537,[536]],533]]]],0,0,0,0,0,0,0,[1],[1],[1],[1],[1],[1],0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,[234],[67],[228],[528],[542],[543],[234,234],[67,67],[228,228],[528,528],[542,542],[543,543],[[]],[[]],[[]],[[]],[[]],[[]],0,0,[[],234],[[],67],[[],228],[[],528],[[],542],[[],543],[234,165],[67,165],[228,165],[528,165],[542,165],[543,165],[[234,234],7],[[67,67],7],[[228,228],7],[[528,528],7],[[542,542],7],[[543,543],7],0,0,[[234,8],9],[[67,8],9],[[228,8],9],[[528,8],9],[[542,8],9],[[543,8],9],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,[[]],[[]],[[]],[[]],[[]],[[]],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[],6],[67,[[6,[234]]]],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],0,[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],0,0,0,0,0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],0,[1],[[[236,[[522,[521]]]],524],[[236,[[522,[521]]]]]],[[]],[[]],[[[236,[55]]],[[236,[55]]]],[[]],[[[525,[227]]],[[6,[[236,[231]],526]]]],[[[236,[[522,[521]]]],527],[[6,[[529,[[229,[528]]]],233]]]],[[[236,[71]],8],9],[[]],[[]],[[]],[[],15],[[[236,[[522,[521]]]],165],[[236,[[522,[521]]]]]],[[[236,[[522,[521]]]],165],[[236,[[522,[521]]]]]],[[[522,[521]]],[[236,[[522,[521]]]]]],[[[236,[[522,[521]]]],524],[[236,[[522,[521]]]]]],[[[236,[[522,[521]]]],527],[[6,[[529,[[229,[67]]]],233]]]],[[]],[[],6],[[],6],[[],22],[[]],[[[532,[[531,[521]]]],[522,[521]],533],[[236,[[534,[[532,[[531,[521]]]],[522,[521]],533]]]]]],[[[522,[521]],535],[[236,[[522,[521]]]]]],0,0,0,0,[1],[[[545,[544]],524],[[545,[544]]]],[[]],[[]],[[[545,[544]],[531,[[0,[538,87]]]]]],[531],[[[545,[544]]],[[545,[544]]]],[[]],[[[15,[[229,[228]]]]],[[82,[[81,[80]]]]]],[[[545,[[0,[71,544]]]],8],9],[[]],[[[29,[544]]],[[545,[544]]]],[[]],[[]],[[],539],[[],15],[[[545,[544]],165],[[545,[544]]]],[[[545,[544]],165],[[545,[544]]]],[544,[[545,[544]]]],[[[545,[544]],540],[[541,[6]]]],[540,[[541,[6]]]],[[[545,[544]],524],[[545,[544]]]],[[[15,[[229,[234]]]]],[[82,[[81,[80]]]]]],[[]],[[],6],[[],6],[[],22],[[]],[[544,533],[[534,[[545,[544]],533]]]],0,[1],[[]],[[]],[546],[546,546],[[]],[[],546],0,[546,165],[[546,546],7],[[546,8],9],[[]],[[]],[[]],[[],15],[[]],[[],6],[[],6],[[],22],[[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[1],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,[547],[548],[549],[550],[551],[552],[553],[554],[555],[556],[557],[558],[547,547],[548,548],[549,549],[550,550],[551,551],[552,552],[553,553],[554,554],[555,555],[556,556],[557,557],[558,558],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],547],[[],548],[[],549],[[],550],[[],551],[[],552],[[],553],[[],554],[[],555],[[],556],[[],557],[[],558],0,[547,165],[548,165],[549,165],[550,165],[551,165],[552,165],[553,165],[554,165],[555,165],[556,165],[557,165],[558,165],0,[[547,547],7],[[548,548],7],[[549,549],7],[[550,550],7],[[551,551],7],[[552,552],7],[[553,553],7],[[554,554],7],[[555,555],7],[[556,556],7],[[557,557],7],[[558,558],7],0,[[547,8],9],[[548,8],9],[[549,8],9],[[550,8],9],[[551,8],9],[[552,8],9],[[553,8],9],[[554,8],9],[[555,8],9],[[556,8],9],[[557,8],9],[[558,8],9],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,[1],[[]],[[]],[559,559],[[]],[[559,259]],[559,165],[[559,559],7],[[559,8],9],[[]],[[]],[[]],[[],15],[[[14,[559]],260,261,262,263],[[6,[160]]]],[[]],[[],6],[[],6],[[],22],[[]],0,[1],[[]],[[]],[560],[560,560],[[]],[[],560],[560,165],[[560,560],7],[[560,8],9],[[]],[[]],0,[[]],[[],15],0,[[]],[[],6],[[],6],[[],22],[[]],0,0,0,[1],[[]],[[]],[561,561],[[]],[[561,259]],[561,165],[[561,561],7],[[561,8],9],[[]],[[]],[[]],[[],15],[[[14,[561]],260,261,262,263],[[6,[160]]]],[[]],[[],6],[[],6],[[],22],[[]],0,0,[1],[[]],[[]],[562,562],[[]],[[562,259]],[562,165],[[562,562],7],[[562,8],9],[[]],[[]],[[]],[[],15],[[[14,[562]],260,261,262,263],[[6,[160]]]],[[]],[[],6],[[],6],[[],22],[[]],0,0,0,0,0,0,0,0,0,0,0,0,[1],[1],[[]],[[]],[[]],[[]],[563],[563,563],[564,564],[[]],[[]],[[],563],[[564,259]],[563,165],[564,165],[[563,563],7],[[564,564],7],[[563,8],9],[[564,8],9],[[]],[[]],[[]],[[]],[[]],[[]],[[],15],[[],15],[[[14,[564]],260,261,262,263],[[6,[160]]]],0,[[]],[[]],[[],6],[[],6],[[],6],[[],6],[[],22],[[],22],[[]],[[]],0,0,0,0,0,0,[1],[1],[1],[1],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[565],[566],[567],[565,565],[566,566],[567,567],[568,568],[[]],[[]],[[]],[[]],[[],565],[[],566],[[],567],[[568,259]],[565,165],[566,165],[567,165],[568,165],[[565,565],7],[[566,566],7],[[567,567],7],[[568,568],7],[[565,8],9],[[566,8],9],[[567,8],9],[[568,8],9],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,[[]],[[]],[[]],[[]],[[],15],[[],15],[[],15],[[],15],0,0,0,[[[14,[568]],260,261,262,263],[[6,[160]]]],0,0,[[]],[[]],[[]],[[]],0,[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],22],[[],22],[[],22],[[],22],[[]],[[]],[[]],[[]],0,0,[1],[1],[[]],[[]],[[]],[[]],[569],[570],[569,569],[570,570],[[]],[[]],[[],569],[[],570],[569,165],[570,165],[[569,569],7],[[570,570],7],[[569,8],9],[[570,8],9],[[]],[[]],[[]],[[]],[[]],[[]],[[],15],[[],15],0,0,0,0,[[]],[[]],[[],6],[[],6],[[],6],[[],6],[[],22],[[],22],[[]],[[]],0,0,0,0,0,0,0,[1],[1],[1],[[]],[[]],[[]],[[]],[[]],[[]],[571],[572],[571,571],[572,572],[573,573],[[]],[[]],[[]],[[],571],[[],572],[[573,259]],[571,165],[572,165],[573,165],[[571,571],7],[[572,572],7],[[573,573],7],[[571,8],9],[[572,8],9],[[573,8],9],[[]],[[]],[[]],[[]],[[]],[[]],0,[[]],[[]],[[]],[[],15],[[],15],[[],15],0,[[[14,[573]],260,261,262,263],[[6,[160]]]],0,0,[[]],[[]],[[]],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],22],[[],22],[[],22],[[]],[[]],[[]],0,0,0,[1],[[]],[[]],[574,574],[[]],[[574,259]],[574,165],[[574,574],7],[[574,8],9],[[]],[[]],[[]],[[],15],[[[14,[574]],260,261,262,263],[[6,[160]]]],[[]],[[],6],[[],6],[[],22],[[]],0,0,0,0,0,[1],[1],[[]],[[]],[[]],[[]],[575],[575,575],[576,576],[[]],[[]],[[],575],[[576,259]],[575,165],[576,165],[[575,575],7],[[576,576],7],[[575,8],9],[[576,8],9],[[]],[[]],[[]],[[]],[[]],[[]],[[],15],[[],15],0,[[[14,[576]],260,261,262,263],[[6,[160]]]],[[]],[[]],[[],6],[[],6],[[],6],[[],6],[[],22],[[],22],[[]],[[]],0,0,0,[1],[[]],[[]],[577,577],[[]],[[577,259]],[577,165],[[577,577],7],[[577,8],9],[[]],[[]],[[]],[[],15],[[[14,[577]],260,261,262,263],[[6,[160]]]],[[]],[[],6],[[],6],[[],22],[[]],0,[1],[[]],[[]],[578],[578,578],[[]],[[],578],[578,165],[[578,578],7],[[578,8],9],[[]],[[]],[[]],[[],15],0,0,[[]],[[],6],[[],6],[[],22],[[]],0,0,[1],[[]],[[]],[579,579],[[]],[[579,259]],[579,165],[[579,579],7],[[579,8],9],[[]],[[]],[[]],[[],15],[[[14,[579]],260,261,262,263],[[6,[160]]]],[[]],[[],6],[[],6],[[],22],[[]],0,0,0,[1],[1],[[]],[[]],[[]],[[]],[580],[580,580],[581,581],[[]],[[]],[[],580],[[581,259]],[580,165],[581,165],[[580,580],7],[[581,581],7],[[580,8],9],[[581,8],9],[[]],[[]],[[]],[[]],[[]],[[]],[[],15],[[],15],0,[[[14,[581]],260,261,262,263],[[6,[160]]]],[[]],[[]],[[],6],[[],6],[[],6],[[],6],[[],22],[[],22],[[]],[[]],0,0,0,0,0,0,[1],[[]],[[]],[582,582],[[]],[[582,259]],[582,165],[[582,582],7],[[582,8],9],[[]],[[]],[[]],[[],15],[[[14,[582]],260,261,262,263],[[6,[160]]]],[[]],[[],6],[[],6],[[],22],[[]],0,0,0,0,0,0,0,0,[1],[1],[[]],[[]],[[]],[[]],[583],[583,583],[584,584],[[]],[[]],[[],583],[[584,259]],[583,165],[584,165],[[583,583],7],[[584,584],7],[[583,8],9],[[584,8],9],[[]],[[]],[[]],[[]],[[]],[[]],[[],15],[[],15],[[[14,[584]],260,261,262,263],[[6,[160]]]],[[]],[[]],[[],6],[[],6],[[],6],[[],6],[[],22],[[],22],[[]],[[]],0,0,0,[1],[1],[[]],[[]],[[]],[[]],[585],[586],[585,585],[586,586],[[]],[[]],[[],585],[[],586],[585,165],[586,165],[[585,585],7],[[586,586],7],[[585,8],9],[[586,8],9],[[]],[[]],[[]],[[]],[[]],[[]],[[],15],[[],15],0,0,0,0,0,[[]],[[]],[[],6],[[],6],[[],6],[[],6],[[],22],[[],22],[[]],[[]],0,[1],[[]],[[]],[587],[587,587],[[]],[[],587],[587,165],[[587,587],7],[[587,8],9],[[]],[[]],[[]],[[],15],0,0,[[]],[[],6],[[],6],[[],22],[[]],0,0,[1],[[]],[[]],[588,588],[[]],[[588,259]],[588,165],[[588,588],7],[[588,8],9],[[]],[[]],[[]],[[],15],[[[14,[588]],260,261,262,263],[[6,[160]]]],[[]],[[],6],[[],6],[[],22],[[]],0,0,0,0,0,0,0,0,0,[1],[1],[1],[1],[1],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[589],[590],[591],[592],[589,589],[590,590],[591,591],[592,592],[593,593],[[]],[[]],[[]],[[]],[[]],[[],589],[[],590],[[],591],[[],592],[[593,259]],[589,165],[590,165],[591,165],[592,165],[593,165],[[589,589],7],[[590,590],7],[[591,591],7],[[592,592],7],[[593,593],7],[[589,8],9],[[590,8],9],[[591,8],9],[[592,8],9],[[593,8],9],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],15],[[],15],[[],15],[[],15],[[],15],[[[14,[593]],260,261,262,263],[[6,[160]]]],[[]],[[]],[[]],[[]],[[]],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],22],[[],22],[[],22],[[],22],[[],22],[[]],[[]],[[]],[[]],[[]],0,0,[1],[[]],[[]],[594],[594,594],[[]],0,[[],594],[594,165],[[594,594],7],[[594,8],9],[[]],[[]],[[]],[[],15],0,[[]],[[],6],[[],6],0,[[],22],[[]],0,0,0,0,0,0,0,0,0,[1],[1],[1],[1],[1],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[595],[596],[597],[598],[595,595],[596,596],[597,597],[598,598],[599,599],[[]],[[]],[[]],[[]],[[]],[[],595],[[],596],[[],597],[[],598],0,0,0,[[599,259]],[595,165],[596,165],[597,165],[598,165],[599,165],[[595,595],7],[[596,596],7],[[597,597],7],[[598,598],7],[[599,599],7],[[595,8],9],[[596,8],9],[[597,8],9],[[598,8],9],[[599,8],9],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],15],[[],15],[[],15],[[],15],[[],15],0,[[[14,[599]],260,261,262,263],[[6,[160]]]],0,0,0,[[]],[[]],[[]],[[]],[[]],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],22],[[],22],[[],22],[[],22],[[],22],0,[[]],[[]],[[]],[[]],[[]],0,0,0,0,0,0,0,0,0,0,[1],[1],[1],[1],[1],[1],[1],[402,18],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[600],[601],[602],[603],[604],[605],[600,600],[601,601],[602,602],[603,603],[604,604],[605,605],[402,402],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[402,402],133],[[],133],[[],600],[[],601],[[],602],[[],603],[[],604],[[],605],[[],402],[601,606],0,[600,165],[601,165],[602,165],[603,165],[604,165],[605,165],0,0,0,[[600,600],7],[[601,601],7],[[602,602],7],[[603,603],7],[[604,604],7],[[605,605],7],[[402,402],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[600,8],9],[[601,8],9],[[602,8],9],[[603,8],9],[[604,8],9],[[605,8],9],[[402,8],9],0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[254,[[14,[402]]]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[18,[[14,[402]]]],[[402,136]],[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[[],15],[254,7],0,0,0,[[402,402],[[14,[133]]]],0,[[601,606]],0,0,0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[254,[[6,[402,160]]]],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],6],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],[[],22],0,[[]],[[]],[[]],[[]],[[]],[[]],[[]],0,0,0,0,[1],[606,18],[[]],[[]],[606,606],[[]],[[606,606],133],[[],133],[[],606],[[606,606],7],[[],7],[[],7],[[],7],[[],7],[[],7],[[606,8],9],[[]],[254,[[14,[606]]]],[[]],[18,[[14,[606]]]],[[606,136]],[[]],[[],15],[254,7],[[606,606],[[14,[133]]]],[[]],[254,[[6,[606,160]]]],[[],6],[[],6],[[],22],[[]]],"c":[3472,3542,3628,3648,3649,3710,3711,3743,3752,3776,3812,3813,4164,4165,4166,4167,4498,4547,4581,5580,5581,5582,5583,5584,5836,5927,6357,6898,7250,7327,7395,7452,7862,7978,8049,8125,8210,8698,8713,8717,8772,8773,9328,9434,9551,9802,9803,10152,11335,11846,11938],"p":[[3,"Private"],[3,"Command"],[3,"Proxy"],[3,"Config"],[8,"Deserializer"],[4,"Result"],[15,"bool"],[3,"Formatter"],[6,"Result"],[3,"Cli"],[3,"ArgMatches"],[6,"Error"],[3,"Id"],[4,"Option"],[3,"Request"],[3,"SchemaGenerator"],[4,"Schema"],[15,"str"],[4,"Cow"],[3,"String"],[8,"Serializer"],[3,"TypeId"],[4,"Commands"],[4,"LogFormats"],[6,"Result"],[3,"Error"],[3,"Agent"],[15,"u16"],[3,"Arc"],[3,"Receiver"],[3,"GenerateConfigSchema"],[3,"Manage"],[4,"Qcmp"],[3,"Ping"],[3,"Relay"],[3,"Cluster"],[3,"ClusterMap"],[3,"RefMut"],[8,"Iterator"],[4,"Entry"],[3,"DashMap"],[15,"array"],[8,"IntoIterator"],[3,"Ref"],[3,"LocalityEndpoints"],[8,"Into"],[3,"Iter"],[3,"LocalitySet"],[3,"Endpoint"],[8,"Fn"],[3,"ClusterLoadAssignment"],[3,"Locality"],[4,"Resource"],[4,"ConfigType"],[8,"Clone"],[3,"Slot"],[4,"Version"],[3,"Filter"],[8,"Default"],[4,"CreationError"],[8,"Deserialize"],[15,"u8"],[3,"Vec"],[8,"From"],[4,"ResourceType"],[15,"slice"],[3,"DiscoveryResponse"],[3,"Report"],[8,"PartialEq"],[4,"ValidationError"],[8,"Debug"],[4,"Value"],[15,"never"],[8,"Read"],[3,"Error"],[8,"FnMut"],[3,"Demand"],[8,"Filter"],[3,"ReadContext"],[8,"Future"],[3,"Box"],[3,"Pin"],[8,"Serialize"],[8,"AsRef"],[8,"Error"],[3,"Filter"],[8,"Send"],[8,"Sync"],[3,"WriteContext"],[4,"Providers"],[3,"JoinHandle"],[3,"Client"],[8,"Stream"],[3,"Global"],[3,"BTreeMap"],[3,"ApiResource"],[3,"GameServer"],[3,"Inner"],[3,"GameServerSpec"],[3,"Health"],[3,"GameServerPort"],[3,"GameServerStatus"],[4,"GameServerState"],[3,"GameServerStatusPort"],[3,"SdkServer"],[4,"SdkServerLogLevel"],[4,"PortPolicy"],[4,"SchedulingStrategy"],[4,"Protocol"],[3,"Fleet"],[3,"FleetSpec"],[4,"FleetScheduling"],[3,"FleetStrategy"],[3,"FleetStrategyRollingUpdate"],[4,"FleetStrategyType"],[3,"GameServerTemplateSpec"],[3,"FleetStatus"],[3,"CustomResourceDefinition"],[3,"Time"],[3,"ManagedFieldsEntry"],[3,"ObjectMeta"],[3,"OwnerReference"],[3,"BTreeSet"],[3,"Watch"],[3,"ReadGuard"],[3,"WatchGuard"],[3,"PathBuf"],[3,"DynGuard"],[8,"FnOnce"],[3,"EndpointAddress"],[3,"Metadata"],[4,"MetadataError"],[4,"Ordering"],[4,"SocketAddr"],[3,"Locality"],[8,"Hasher"],[6,"Result"],[3,"SocketAddress"],[3,"Endpoint"],[4,"Address"],[3,"Address"],[3,"LocalityLbEndpoints"],[3,"LbEndpoint"],[3,"Struct"],[6,"EndpointMetadata"],[3,"FilterChain"],[3,"FilterInstance"],[3,"FilterSet"],[3,"Timestamp"],[3,"RootSchema"],[3,"CreateFilterArgs"],[3,"Any"],[3,"ConvertProtoConfigError"],[6,"DynFilterFactory"],[3,"FilterError"],[3,"FilterRegistry"],[3,"Debug"],[6,"FilterMap"],[3,"Error"],[3,"DecodeError"],[4,"Infallible"],[3,"EncodeError"],[3,"Error"],[4,"Error"],[15,"usize"],[6,"DynamicMetadata"],[8,"Display"],[3,"Capture"],[3,"Compress"],[3,"ConcatenateBytes"],[3,"Drop"],[3,"Firewall"],[3,"LoadBalancer"],[3,"LocalRateLimit"],[3,"Match"],[3,"Pass"],[3,"TokenRouter"],[3,"Config"],[4,"Value"],[3,"Prefix"],[3,"Suffix"],[3,"Regex"],[4,"Strategy"],[3,"Config"],[8,"CaptureStrategy"],[4,"Mode"],[4,"Action"],[3,"Config"],[4,"Strategy"],[3,"Config"],[3,"Config"],[3,"Config"],[3,"Config"],[4,"Action"],[3,"Rule"],[3,"PortRange"],[4,"PortRangeError"],[3,"PacketDenied"],[4,"Policy"],[3,"Config"],[3,"Config"],[3,"Fallthrough"],[3,"Config"],[3,"DirectionalConfig"],[3,"Branch"],[3,"Config"],[3,"Config"],[4,"Error"],[3,"Bytes"],[4,"Symbol"],[3,"Reference"],[3,"Key"],[3,"MetadataView"],[3,"Spur"],[15,"u64"],[8,"TryFrom"],[3,"Value"],[3,"Metadata"],[3,"Map"],[4,"Protocol"],[4,"Error"],[3,"Error"],[4,"Err"],[15,"i64"],[3,"Client"],[3,"ControlPlane"],[3,"Endpoint"],[3,"DeltaDiscoveryRequest"],[3,"Streaming"],[8,"Message"],[3,"Channel"],[8,"Unpin"],[3,"Status"],[3,"DiscoveryRequest"],[6,"AdsClient"],[3,"AggregatedDiscoveryServiceClient"],[3,"AccessLog"],[3,"AccessLogFilter"],[3,"ComparisonFilter"],[3,"StatusCodeFilter"],[3,"DurationFilter"],[3,"NotHealthCheckFilter"],[3,"TraceableFilter"],[3,"RuntimeFilter"],[3,"AndFilter"],[3,"OrFilter"],[3,"HeaderFilter"],[3,"ResponseFlagFilter"],[3,"GrpcStatusFilter"],[3,"MetadataFilter"],[3,"ExtensionFilter"],[4,"Op"],[4,"Status"],[15,"i32"],[3,"Iter"],[3,"Cloned"],[3,"FilterMap"],[4,"ConfigType"],[8,"BufMut"],[15,"u32"],[4,"WireType"],[8,"Buf"],[3,"DecodeContext"],[4,"FilterSpecifier"],[4,"ConfigType"],[3,"CircuitBreakers"],[3,"Filter"],[3,"OutlierDetection"],[3,"ClusterCollection"],[3,"Cluster"],[3,"LoadBalancingPolicy"],[3,"UpstreamBindConfig"],[3,"UpstreamConnectionOptions"],[3,"TrackClusterStats"],[4,"DnsLookupFamily"],[4,"LbPolicy"],[4,"ClusterProtocolSelection"],[3,"Thresholds"],[4,"RoutingPriority"],[3,"RetryBudget"],[4,"DiscoveryType"],[3,"TransportSocketMatch"],[3,"CustomClusterType"],[3,"EdsClusterConfig"],[3,"LbSubsetConfig"],[3,"SlowStartConfig"],[3,"RoundRobinLbConfig"],[3,"LeastRequestLbConfig"],[3,"RingHashLbConfig"],[3,"MaglevLbConfig"],[3,"OriginalDstLbConfig"],[3,"CommonLbConfig"],[3,"RefreshRate"],[3,"PreconnectPolicy"],[4,"ClusterDiscoveryType"],[4,"LbConfig"],[4,"LbSubsetFallbackPolicy"],[4,"HashFunction"],[3,"ZoneAwareLbConfig"],[3,"LocalityWeightedLbConfig"],[3,"ConsistentHashingLbConfig"],[4,"LocalityConfigSpecifier"],[3,"LbSubsetSelector"],[4,"LbSubsetSelectorFallbackPolicy"],[3,"Policy"],[3,"ApiConfigSource"],[4,"ApiType"],[3,"HeaderValueOption"],[4,"HeaderAppendAction"],[4,"RequestMethod"],[4,"TrafficDirection"],[4,"ApiVersion"],[4,"HealthStatus"],[3,"SocketOption"],[3,"Pipe"],[3,"EnvoyInternalAddress"],[3,"TcpKeepalive"],[3,"BindConfig"],[3,"CidrRange"],[3,"BackoffStrategy"],[3,"HttpUri"],[3,"BuildVersion"],[3,"Extension"],[3,"Node"],[3,"RuntimeUInt32"],[3,"RuntimePercent"],[3,"RuntimeDouble"],[3,"RuntimeFeatureFlag"],[3,"QueryParameter"],[3,"HeaderValue"],[3,"HeaderMap"],[3,"WatchedDirectory"],[3,"DataSource"],[3,"RetryPolicy"],[3,"RemoteDataSource"],[3,"AsyncDataSource"],[3,"TransportSocket"],[3,"RuntimeFractionalPercent"],[3,"ControlPlane"],[3,"TypedExtensionConfig"],[3,"ProxyProtocolConfig"],[3,"GrpcService"],[3,"AggregatedConfigSource"],[3,"SelfConfigSource"],[3,"RateLimitSettings"],[3,"PathConfigSource"],[3,"ConfigSource"],[3,"ExtensionConfigSource"],[3,"EventServiceConfig"],[3,"HealthStatusSet"],[3,"HealthCheck"],[3,"TcpProtocolOptions"],[3,"QuicKeepAliveSettings"],[3,"QuicProtocolOptions"],[3,"UpstreamHttpProtocolOptions"],[3,"AlternateProtocolsCacheOptions"],[3,"HttpProtocolOptions"],[3,"Http1ProtocolOptions"],[3,"KeepaliveSettings"],[3,"Http2ProtocolOptions"],[3,"GrpcProtocolOptions"],[3,"Http3ProtocolOptions"],[3,"SchemeHeaderTransformation"],[3,"DnsResolverOptions"],[3,"DnsResolutionConfig"],[3,"UdpSocketConfig"],[4,"HeadersWithUnderscoresAction"],[4,"Protocol"],[4,"SocketState"],[4,"Version"],[3,"AlternateProtocolsCacheEntry"],[4,"Specifier"],[4,"ConfigSourceSpecifier"],[4,"Specifier"],[4,"AddressNameSpecifier"],[4,"ConfigSourceSpecifier"],[3,"EnvoyGrpc"],[3,"GoogleGrpc"],[4,"TargetSpecifier"],[3,"SslCredentials"],[3,"GoogleLocalCredentials"],[3,"ChannelCredentials"],[3,"CallCredentials"],[3,"ChannelArgs"],[3,"ServiceAccountJwtAccessCredentials"],[3,"GoogleIamCredentials"],[3,"MetadataCredentialsFromPlugin"],[3,"StsService"],[4,"CredentialSpecifier"],[4,"ConfigType"],[3,"Value"],[4,"ValueSpecifier"],[4,"CredentialSpecifier"],[3,"Payload"],[3,"HttpHealthCheck"],[3,"TcpHealthCheck"],[3,"RedisHealthCheck"],[3,"GrpcHealthCheck"],[3,"CustomHealthCheck"],[3,"TlsOptions"],[4,"HealthChecker"],[4,"CodecClientType"],[4,"ConfigType"],[4,"Payload"],[3,"HeaderKeyFormat"],[3,"ProperCaseWords"],[4,"HeaderFormat"],[3,"SettingsParameter"],[4,"HttpUpstreamType"],[4,"UserAgentVersionType"],[4,"Transformation"],[4,"PortSpecifier"],[4,"Value"],[4,"ConfigType"],[3,"LedsClusterLocalityConfig"],[3,"Policy"],[3,"DropOverload"],[3,"HealthCheckConfig"],[4,"HostIdentifier"],[3,"LbEndpointList"],[4,"LbConfig"],[3,"ApiListener"],[3,"FilterChainMatch"],[3,"FilterChain"],[3,"ListenerFilterChainMatchPredicate"],[3,"ListenerFilter"],[3,"QuicProtocolOptions"],[3,"UdpListenerConfig"],[3,"ActiveRawUdpListenerConfig"],[3,"ListenerCollection"],[3,"Listener"],[4,"DrainType"],[4,"ConnectionSourceType"],[4,"ConfigType"],[3,"OnDemandConfiguration"],[3,"DeprecatedV1"],[3,"ConnectionBalanceConfig"],[3,"InternalListenerConfig"],[4,"ListenerSpecifier"],[3,"ExactBalance"],[4,"BalanceType"],[4,"ConfigType"],[3,"MatchSet"],[4,"Rule"],[3,"VirtualHost"],[3,"FilterAction"],[3,"Route"],[3,"WeightedCluster"],[3,"RouteMatch"],[3,"CorsPolicy"],[3,"RouteAction"],[3,"RetryPolicy"],[3,"HedgePolicy"],[3,"RedirectAction"],[3,"DirectResponseAction"],[3,"NonForwardingAction"],[3,"Decorator"],[3,"Tracing"],[3,"VirtualCluster"],[3,"RateLimit"],[3,"HeaderMatcher"],[3,"QueryParameterMatcher"],[3,"InternalRedirectPolicy"],[3,"FilterConfig"],[3,"RouteConfiguration"],[3,"ClusterSpecifierPlugin"],[3,"Vhds"],[4,"ClusterNotFoundResponseCode"],[4,"InternalRedirectAction"],[4,"TlsRequirementType"],[4,"RedirectResponseCode"],[4,"EnabledSpecifier"],[4,"HeaderMatchSpecifier"],[4,"QueryParameterMatchSpecifier"],[3,"Action"],[3,"Override"],[3,"SourceCluster"],[3,"DestinationCluster"],[3,"RequestHeaders"],[3,"RemoteAddress"],[3,"GenericKey"],[3,"HeaderValueMatch"],[3,"DynamicMetaData"],[3,"MetaData"],[4,"ActionSpecifier"],[4,"Source"],[3,"DynamicMetadata"],[4,"OverrideSpecifier"],[4,"SchemeRewriteSpecifier"],[4,"PathRewriteSpecifier"],[4,"ResetHeaderFormat"],[3,"RetryPriority"],[3,"RetryHostPredicate"],[3,"RetryBackOff"],[3,"ResetHeader"],[3,"RateLimitedRetryBackOff"],[4,"ConfigType"],[4,"ConfigType"],[4,"Action"],[3,"RequestMirrorPolicy"],[3,"HashPolicy"],[3,"UpgradeConfig"],[3,"MaxStreamDuration"],[4,"ClusterSpecifier"],[4,"HostRewriteSpecifier"],[3,"Header"],[3,"Cookie"],[3,"ConnectionProperties"],[3,"QueryParameter"],[3,"FilterState"],[4,"PolicySpecifier"],[3,"ConnectConfig"],[3,"GrpcRouteMatchOptions"],[3,"TlsContextMatchOptions"],[3,"ConnectMatcher"],[4,"PathSpecifier"],[3,"ClusterWeight"],[4,"RandomValueSpecifier"],[4,"HostRewriteSpecifier"],[3,"CdsDummy"],[6,"BoxBody"],[8,"GrpcService"],[3,"ClusterDiscoveryServiceClient"],[4,"CompressionEncoding"],[8,"TryInto"],[3,"Error"],[8,"IntoStreamingRequest"],[3,"DeltaDiscoveryResponse"],[3,"Response"],[8,"IntoRequest"],[3,"Request"],[8,"Service"],[8,"Interceptor"],[3,"InterceptedService"],[3,"Uri"],[8,"ClusterDiscoveryService"],[3,"ClusterDiscoveryServiceServer"],[8,"Body"],[3,"IntoMakeService"],[3,"Context"],[4,"Poll"],[3,"Resource"],[3,"AdsDummy"],[8,"AggregatedDiscoveryService"],[3,"AggregatedDiscoveryServiceServer"],[3,"CacheControl"],[3,"DoubleMatcher"],[3,"RegexMatcher"],[3,"RegexMatchAndSubstitute"],[3,"StringMatcher"],[3,"ListStringMatcher"],[3,"ValueMatcher"],[3,"ListMatcher"],[3,"MetadataMatcher"],[3,"Matcher"],[3,"MatchPredicate"],[3,"HttpHeadersMatch"],[3,"HttpGenericBodyMatch"],[4,"MatchPattern"],[3,"GenericTextMatch"],[4,"Rule"],[4,"MatchPattern"],[3,"MatchSet"],[4,"Rule"],[3,"OnMatch"],[3,"MatcherList"],[3,"MatcherTree"],[4,"MatcherType"],[3,"Predicate"],[3,"FieldMatcher"],[3,"SinglePredicate"],[3,"PredicateList"],[4,"MatchType"],[4,"Matcher"],[3,"MatchMap"],[4,"TreeType"],[4,"OnMatch"],[3,"PathSegment"],[4,"Segment"],[3,"GoogleRe2"],[4,"EngineType"],[4,"MatchPattern"],[3,"NullMatch"],[4,"MatchPattern"],[3,"MetadataKey"],[3,"MetadataKind"],[3,"PathSegment"],[4,"Segment"],[3,"Request"],[3,"Route"],[3,"Cluster"],[3,"Host"],[4,"Kind"],[3,"CustomTag"],[3,"Literal"],[3,"Environment"],[3,"Header"],[3,"Metadata"],[4,"Type"],[3,"Percent"],[3,"FractionalPercent"],[3,"SemanticVersion"],[3,"Int64Range"],[3,"Int32Range"],[3,"DoubleRange"],[4,"DenominatorType"],[4,"Base64Standard"],[13,"Agones"],[13,"File"],[13,"InvalidType"],[8,"StaticFilter"],[8,"FilterFactory"],[13,"MismatchedTypes"],[13,"FieldInvalid"],[13,"InvalidRange"],[13,"Ping"],[13,"PingReply"]]},\ "quilkin_macros":{"doc":"","t":"O","n":["include_proto"],"q":[[0,"quilkin_macros"]],"d":["Includes generated Protobuf definitions from tonic."],"i":[0],"f":[0],"c":[],"p":[]}\ }'); if (typeof window !== 'undefined' && window.initSearch) {window.initSearch(searchIndex)}; diff --git a/main/api/src/quilkin/cli/proxy.rs.html b/main/api/src/quilkin/cli/proxy.rs.html index 8aa3b7020a..81ff5cae76 100644 --- a/main/api/src/quilkin/cli/proxy.rs.html +++ b/main/api/src/quilkin/cli/proxy.rs.html @@ -374,6 +374,12 @@ 374 375 376 +377 +378 +379 +380 +381 +382

/*
  * Copyright 2021 Google LLC
  *
@@ -422,6 +428,10 @@
     /// One or more socket addresses to forward packets to.
     #[clap(short, long, env = "QUILKIN_DEST")]
     pub to: Vec<SocketAddr>,
+    /// The interval in seconds at which the relay will send a discovery request
+    /// to an management server after receiving no updates.
+    #[clap(long, env = "QUILKIN_IDLE_REQUEST_INTERVAL_SECS", default_value_t = crate::xds::server::IDLE_REQUEST_INTERVAL_SECS)]
+    pub idle_request_interval_secs: u64,
 }
 
 impl Default for Proxy {
@@ -432,6 +442,7 @@
             port: PORT,
             qcmp_port: QCMP_PORT,
             to: <_>::default(),
+            idle_request_interval_secs: crate::xds::server::IDLE_REQUEST_INTERVAL_SECS,
         }
     }
 }
@@ -483,7 +494,8 @@
             let client =
                 crate::xds::AdsClient::connect(String::clone(&id), self.management_server.clone())
                     .await?;
-            let mut stream = client.xds_client_stream(config.clone());
+            let mut stream =
+                client.xds_client_stream(config.clone(), self.idle_request_interval_secs);
 
             tokio::time::sleep(std::time::Duration::from_nanos(1)).await;
             stream
diff --git a/main/api/src/quilkin/cli/relay.rs.html b/main/api/src/quilkin/cli/relay.rs.html
index 77e0dac985..ae8a3b5960 100644
--- a/main/api/src/quilkin/cli/relay.rs.html
+++ b/main/api/src/quilkin/cli/relay.rs.html
@@ -120,6 +120,12 @@
 120
 121
 122
+123
+124
+125
+126
+127
+128
 
/*
  * Copyright 2023 Google LLC
  *
@@ -156,6 +162,10 @@
     /// Port for xDS management_server service
     #[clap(short, long, env = super::PORT_ENV_VAR, default_value_t = super::manage::PORT)]
     pub xds_port: u16,
+    /// The interval in seconds at which the relay will send a discovery request
+    /// to an management server after receiving no updates.
+    #[clap(long, env = "QUILKIN_IDLE_REQUEST_INTERVAL_SECS", default_value_t = crate::xds::server::IDLE_REQUEST_INTERVAL_SECS)]
+    pub idle_request_interval_secs: u64,
     #[clap(subcommand)]
     pub providers: Option<Providers>,
 }
@@ -165,6 +175,7 @@
         Self {
             mds_port: PORT,
             xds_port: super::manage::PORT,
+            idle_request_interval_secs: crate::xds::server::IDLE_REQUEST_INTERVAL_SECS,
             providers: None,
         }
     }
@@ -179,6 +190,7 @@
         let xds_server = crate::xds::server::spawn(self.xds_port, config.clone());
         let mds_server = tokio::spawn(crate::xds::server::control_plane_discovery_server(
             self.mds_port,
+            self.idle_request_interval_secs,
             config.clone(),
         ));
 
diff --git a/main/api/src/quilkin/home/runner/work/quilkin/quilkin/target/debug/build/quilkin-2e2befaf7ac0e7d7/out/built.rs.html b/main/api/src/quilkin/home/runner/work/quilkin/quilkin/target/debug/build/quilkin-2e2befaf7ac0e7d7/out/built.rs.html
index 3965ad0f3c..7a936eb474 100644
--- a/main/api/src/quilkin/home/runner/work/quilkin/quilkin/target/debug/build/quilkin-2e2befaf7ac0e7d7/out/built.rs.html
+++ b/main/api/src/quilkin/home/runner/work/quilkin/quilkin/target/debug/build/quilkin-2e2befaf7ac0e7d7/out/built.rs.html
@@ -209,10 +209,10 @@
 pub const GIT_HEAD_REF: Option<&str> = Some("refs/heads/main");
 #[doc=r#"If the crate was compiled from within a git-repository, `GIT_COMMIT_HASH` contains HEAD's full commit SHA-1 hash."#]
 #[allow(dead_code)]
-pub const GIT_COMMIT_HASH: Option<&str> = Some("36d14d4197c759f39c8e7ac6257aba22e8d438d5");
+pub const GIT_COMMIT_HASH: Option<&str> = Some("de4988956bdf27e6277b449324599b112fb86cb7");
 #[doc=r#"If the crate was compiled from within a git-repository, `GIT_COMMIT_HASH_SHORT` contains HEAD's short commit SHA-1 hash."#]
 #[allow(dead_code)]
-pub const GIT_COMMIT_HASH_SHORT: Option<&str> = Some("36d14d4");
+pub const GIT_COMMIT_HASH_SHORT: Option<&str> = Some("de49889");
 #[doc=r#"The target architecture, given by `CARGO_CFG_TARGET_ARCH`."#]
 #[allow(dead_code)]
 pub const CFG_TARGET_ARCH: &str = r"x86_64";
diff --git a/main/api/src/quilkin/xds.rs.html b/main/api/src/quilkin/xds.rs.html
index 17b8390c45..0653e23086 100644
--- a/main/api/src/quilkin/xds.rs.html
+++ b/main/api/src/quilkin/xds.rs.html
@@ -369,6 +369,9 @@
 369
 370
 371
+372
+373
+374
 
/*
  * Copyright 2020 Google LLC
  *
@@ -673,7 +676,10 @@
         )
         .await
         .unwrap();
-        let mut stream = client.xds_client_stream(config.clone());
+        let mut stream = client.xds_client_stream(
+            config.clone(),
+            crate::xds::server::IDLE_REQUEST_INTERVAL_SECS,
+        );
         tokio::time::sleep(std::time::Duration::from_millis(500)).await;
 
         // Each time, we create a new upstream endpoint and send a cluster update for it.
diff --git a/main/api/src/quilkin/xds/client.rs.html b/main/api/src/quilkin/xds/client.rs.html
index ef3950b5a6..ae0cca9aec 100644
--- a/main/api/src/quilkin/xds/client.rs.html
+++ b/main/api/src/quilkin/xds/client.rs.html
@@ -530,6 +530,30 @@
 530
 531
 532
+533
+534
+535
+536
+537
+538
+539
+540
+541
+542
+543
+544
+545
+546
+547
+548
+549
+550
+551
+552
+553
+554
+555
+556
 
/*
  * Copyright 2020 Google LLC
  *
@@ -749,8 +773,12 @@
 
 impl AdsClient {
     /// Starts a new stream to the xDS management server.
-    pub fn xds_client_stream(&self, config: Arc<Config>) -> AdsStream {
-        AdsStream::xds_client_stream(self, config)
+    pub fn xds_client_stream(
+        &self,
+        config: Arc<Config>,
+        idle_request_interval_secs: u64,
+    ) -> AdsStream {
+        AdsStream::xds_client_stream(self, config, idle_request_interval_secs)
     }
 }
 
@@ -770,6 +798,7 @@
             management_servers,
         }: &AdsClient,
         config: Arc<Config>,
+        idle_request_interval_secs: u64,
     ) -> Self {
         let mut client = client.clone();
         let identifier = identifier.clone();
@@ -817,20 +846,36 @@
                     );
 
                     loop {
-                        match stream.next().await {
-                            Some(Ok(ack)) => {
+                        let next_response = tokio::time::timeout(
+                            std::time::Duration::from_secs(idle_request_interval_secs),
+                            stream.next(),
+                        );
+
+                        match next_response.await {
+                            Ok(Some(Ok(ack))) => {
                                 tracing::trace!("received ack");
                                 requests.send(ack)?;
                                 continue;
                             }
-                            Some(Err(error)) => {
+                            Ok(Some(Err(error))) => {
                                 tracing::warn!(%error, "xds stream error");
                                 break;
                             }
-                            None => {
+                            Ok(None) => {
                                 tracing::warn!("xDS stream terminated");
                                 break;
                             }
+                            Err(_) => {
+                                tracing::info!(
+                                    "exceeded idle request interval sending new requests"
+                                );
+                                Self::refresh_resources(
+                                    &identifier,
+                                    &subscribed_resources,
+                                    &mut requests,
+                                )
+                                .await?;
+                            }
                         }
                     }
 
@@ -899,7 +944,10 @@
                         .await?
                         .into_inner();
 
-                    let control_plane = super::server::ControlPlane::from_arc(config.clone());
+                    let control_plane = super::server::ControlPlane::from_arc(
+                        config.clone(),
+                        super::server::IDLE_REQUEST_INTERVAL_SECS,
+                    );
                     let mut stream = control_plane.stream_aggregated_resources(stream).await?;
                     while let Some(result) = stream.next().await {
                         let response = result?;
diff --git a/main/api/src/quilkin/xds/server.rs.html b/main/api/src/quilkin/xds/server.rs.html
index 79c77586c1..4e9bab60e2 100644
--- a/main/api/src/quilkin/xds/server.rs.html
+++ b/main/api/src/quilkin/xds/server.rs.html
@@ -479,6 +479,32 @@
 479
 480
 481
+482
+483
+484
+485
+486
+487
+488
+489
+490
+491
+492
+493
+494
+495
+496
+497
+498
+499
+500
+501
+502
+503
+504
+505
+506
+507
 
/*
  * Copyright 2022 Google LLC
  *
@@ -519,12 +545,17 @@
     },
 };
 
+pub(crate) const IDLE_REQUEST_INTERVAL_SECS: u64 = 30;
+
 #[tracing::instrument(skip_all)]
 pub fn spawn(
     port: u16,
     config: std::sync::Arc<crate::Config>,
 ) -> impl std::future::Future<Output = crate::Result<()>> {
-    let server = AggregatedDiscoveryServiceServer::new(ControlPlane::from_arc(config));
+    let server = AggregatedDiscoveryServiceServer::new(ControlPlane::from_arc(
+        config,
+        IDLE_REQUEST_INTERVAL_SECS,
+    ));
     let server = tonic::transport::Server::builder().add_service(server);
     tracing::info!("serving management server on port `{port}`");
     server
@@ -534,9 +565,13 @@
 
 pub(crate) fn control_plane_discovery_server(
     port: u16,
+    idle_request_interval_secs: u64,
     config: Arc<Config>,
 ) -> impl std::future::Future<Output = crate::Result<()>> {
-    let server = AggregatedControlPlaneDiscoveryServiceServer::new(ControlPlane::from_arc(config));
+    let server = AggregatedControlPlaneDiscoveryServiceServer::new(ControlPlane::from_arc(
+        config,
+        idle_request_interval_secs,
+    ));
     let server = tonic::transport::Server::builder().add_service(server);
     tracing::info!("serving relay server on port `{port}`");
     server
@@ -547,6 +582,7 @@
 #[derive(Clone)]
 pub struct ControlPlane {
     config: Arc<Config>,
+    idle_request_interval_secs: u64,
     watchers: Arc<crate::xds::resource::ResourceMap<Watchers>>,
 }
 
@@ -569,13 +605,14 @@
 
 impl ControlPlane {
     /// Creates a new server for managing [`Config`].
-    pub fn new(config: Config) -> Self {
-        Self::from_arc(Arc::new(config))
+    pub fn new(config: Config, idle_request_interval_secs: u64) -> Self {
+        Self::from_arc(Arc::new(config), idle_request_interval_secs)
     }
 
-    pub fn from_arc(config: Arc<Config>) -> Self {
+    pub fn from_arc(config: Arc<Config>, idle_request_interval_secs: u64) -> Self {
         let this = Self {
             config,
+            idle_request_interval_secs,
             watchers: <_>::default(),
         };
 
@@ -796,6 +833,7 @@
 
         tracing::info!(%identifier, "new control plane discovery stream");
         let config = self.config.clone();
+        let idle_request_interval_secs = self.idle_request_interval_secs;
         let stream = super::client::AdsStream::connect(
             Arc::from(&*identifier),
             move |(mut requests, _rx), _subscribed_resources| async move {
@@ -815,9 +853,23 @@
                 );
 
                 loop {
-                    if let Some(ack) = response_handler.next().await {
+                    let next_response = tokio::time::timeout(
+                        std::time::Duration::from_secs(idle_request_interval_secs),
+                        response_handler.next(),
+                    );
+
+                    if let Ok(Some(ack)) = next_response.await {
                         tracing::info!("sending ack request");
                         requests.send(ack?)?;
+                    } else {
+                        tracing::info!("exceeded idle interval, sending request");
+                        crate::xds::client::MdsStream::discovery_request_without_cache(
+                            &identifier,
+                            &mut requests,
+                            crate::xds::ResourceType::Cluster,
+                            &[],
+                        )
+                        .map_err(|error| tonic::Status::internal(error.to_string()))?;
                     }
                 }
             },
@@ -880,7 +932,7 @@
         };
 
         let config = Arc::new(Config::default());
-        let client = ControlPlane::from_arc(config.clone());
+        let client = ControlPlane::from_arc(config.clone(), IDLE_REQUEST_INTERVAL_SECS);
         let (tx, rx) = tokio::sync::mpsc::channel(256);
 
         let mut request = DiscoveryRequest {
diff --git a/main/book/installation.html b/main/book/installation.html
index ac4173f6bc..d10d4927b7 100644
--- a/main/book/installation.html
+++ b/main/book/installation.html
@@ -176,7 +176,7 @@ 

What's Next?

@@ -2582,9 +2584,14 @@

Usage

help Print this message or the help of the given subcommand(s) Options: - -m, --mds-port <MDS_PORT> Port for mDS service [env: QUILKIN_MDS_PORT=] [default: 7900] - -x, --xds-port <XDS_PORT> Port for xDS management_server service [env: QUILKIN_PORT=] [default: 7800] - -h, --help Print help + -m, --mds-port <MDS_PORT> + Port for mDS service [env: QUILKIN_MDS_PORT=] [default: 7900] + -x, --xds-port <XDS_PORT> + Port for xDS management_server service [env: QUILKIN_PORT=] [default: 7800] + --idle-request-interval-secs <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=] [default: 30] + -h, --help + Print help

Quickstart

To get started with the relay service we need to start the relay service, and diff --git a/main/book/searchindex.js b/main/book/searchindex.js index 2bedddfc84..3fa0a5acb8 100644 --- a/main/book/searchindex.js +++ b/main/book/searchindex.js @@ -1 +1 @@ -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","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#metrics","services/proxy/filters/concatenate_bytes.html#concatenatebytes","services/proxy/filters/concatenate_bytes.html#filter-name","services/proxy/filters/concatenate_bytes.html#configuration-examples","services/proxy/filters/concatenate_bytes.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/qcmp.html#quilkin-control-message-protocol-qcmp","services/proxy/qcmp.html#ping","services/proxy/qcmp.html#protocol-data-unit","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#supported-apis","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/relay.html#control-plane-relay","services/relay.html#quickstart","sdks/unreal-engine.html#quilkin-unreal-engine-plugin","sdks/unreal-engine.html#how-to-install","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#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":18,"breadcrumbs":4,"title":1},"101":{"body":12,"breadcrumbs":4,"title":1},"102":{"body":1,"breadcrumbs":5,"title":2},"103":{"body":40,"breadcrumbs":5,"title":2},"104":{"body":3,"breadcrumbs":4,"title":1},"105":{"body":21,"breadcrumbs":4,"title":1},"106":{"body":1,"breadcrumbs":5,"title":2},"107":{"body":27,"breadcrumbs":5,"title":2},"108":{"body":35,"breadcrumbs":7,"title":4},"109":{"body":7,"breadcrumbs":4,"title":1},"11":{"body":60,"breadcrumbs":6,"title":5},"110":{"body":30,"breadcrumbs":5,"title":1},"111":{"body":1,"breadcrumbs":6,"title":2},"112":{"body":46,"breadcrumbs":6,"title":2},"113":{"body":31,"breadcrumbs":8,"title":4},"114":{"body":40,"breadcrumbs":5,"title":1},"115":{"body":0,"breadcrumbs":6,"title":2},"116":{"body":110,"breadcrumbs":6,"title":2},"117":{"body":66,"breadcrumbs":8,"title":3},"118":{"body":74,"breadcrumbs":6,"title":1},"119":{"body":35,"breadcrumbs":6,"title":1},"12":{"body":47,"breadcrumbs":5,"title":4},"120":{"body":167,"breadcrumbs":6,"title":1},"121":{"body":27,"breadcrumbs":6,"title":1},"122":{"body":69,"breadcrumbs":7,"title":2},"123":{"body":204,"breadcrumbs":7,"title":2},"124":{"body":39,"breadcrumbs":9,"title":5},"125":{"body":24,"breadcrumbs":5,"title":1},"126":{"body":109,"breadcrumbs":7,"title":3},"127":{"body":6,"breadcrumbs":4,"title":2},"128":{"body":56,"breadcrumbs":5,"title":3},"129":{"body":180,"breadcrumbs":4,"title":2},"13":{"body":24,"breadcrumbs":7,"title":6},"130":{"body":54,"breadcrumbs":4,"title":2},"131":{"body":101,"breadcrumbs":4,"title":2},"132":{"body":159,"breadcrumbs":5,"title":3},"133":{"body":98,"breadcrumbs":3,"title":1},"134":{"body":207,"breadcrumbs":4,"title":2},"135":{"body":15,"breadcrumbs":6,"title":4},"136":{"body":0,"breadcrumbs":5,"title":2},"137":{"body":117,"breadcrumbs":5,"title":2},"138":{"body":142,"breadcrumbs":6,"title":3},"139":{"body":36,"breadcrumbs":7,"title":3},"14":{"body":56,"breadcrumbs":6,"title":5},"140":{"body":43,"breadcrumbs":6,"title":2},"141":{"body":33,"breadcrumbs":6,"title":2},"142":{"body":68,"breadcrumbs":6,"title":2},"143":{"body":47,"breadcrumbs":5,"title":1},"144":{"body":77,"breadcrumbs":7,"title":3},"145":{"body":162,"breadcrumbs":4,"title":3},"146":{"body":215,"breadcrumbs":2,"title":1},"147":{"body":22,"breadcrumbs":6,"title":4},"148":{"body":34,"breadcrumbs":3,"title":1},"149":{"body":8,"breadcrumbs":2,"title":1},"15":{"body":0,"breadcrumbs":4,"title":3},"150":{"body":40,"breadcrumbs":2,"title":1},"151":{"body":25,"breadcrumbs":3,"title":2},"152":{"body":5,"breadcrumbs":2,"title":1},"153":{"body":16,"breadcrumbs":2,"title":1},"154":{"body":63,"breadcrumbs":2,"title":1},"155":{"body":19,"breadcrumbs":2,"title":1},"156":{"body":10,"breadcrumbs":2,"title":1},"157":{"body":36,"breadcrumbs":5,"title":3},"158":{"body":112,"breadcrumbs":5,"title":3},"159":{"body":79,"breadcrumbs":7,"title":5},"16":{"body":14,"breadcrumbs":2,"title":1},"160":{"body":188,"breadcrumbs":8,"title":6},"161":{"body":10,"breadcrumbs":3,"title":1},"162":{"body":0,"breadcrumbs":6,"title":4},"163":{"body":98,"breadcrumbs":18,"title":16},"17":{"body":30,"breadcrumbs":6,"title":5},"18":{"body":56,"breadcrumbs":4,"title":3},"19":{"body":61,"breadcrumbs":4,"title":3},"2":{"body":53,"breadcrumbs":3,"title":2},"20":{"body":0,"breadcrumbs":8,"title":5},"21":{"body":22,"breadcrumbs":4,"title":1},"22":{"body":94,"breadcrumbs":7,"title":4},"23":{"body":36,"breadcrumbs":6,"title":3},"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":43,"breadcrumbs":5,"title":2},"33":{"body":135,"breadcrumbs":9,"title":6},"34":{"body":173,"breadcrumbs":8,"title":5},"35":{"body":83,"breadcrumbs":7,"title":4},"36":{"body":240,"breadcrumbs":6,"title":3},"37":{"body":168,"breadcrumbs":6,"title":3},"38":{"body":10,"breadcrumbs":5,"title":2},"39":{"body":98,"breadcrumbs":2,"title":1},"4":{"body":198,"breadcrumbs":2,"title":1},"40":{"body":20,"breadcrumbs":2,"title":1},"41":{"body":27,"breadcrumbs":3,"title":2},"42":{"body":50,"breadcrumbs":3,"title":2},"43":{"body":81,"breadcrumbs":4,"title":3},"44":{"body":113,"breadcrumbs":2,"title":1},"45":{"body":55,"breadcrumbs":5,"title":2},"46":{"body":98,"breadcrumbs":5,"title":2},"47":{"body":18,"breadcrumbs":5,"title":2},"48":{"body":209,"breadcrumbs":5,"title":2},"49":{"body":23,"breadcrumbs":4,"title":2},"5":{"body":25,"breadcrumbs":2,"title":1},"50":{"body":194,"breadcrumbs":5,"title":3},"51":{"body":103,"breadcrumbs":4,"title":2},"52":{"body":136,"breadcrumbs":5,"title":3},"53":{"body":24,"breadcrumbs":6,"title":4},"54":{"body":75,"breadcrumbs":4,"title":2},"55":{"body":50,"breadcrumbs":3,"title":1},"56":{"body":33,"breadcrumbs":4,"title":1},"57":{"body":5,"breadcrumbs":5,"title":2},"58":{"body":4,"breadcrumbs":4,"title":1},"59":{"body":4,"breadcrumbs":4,"title":1},"6":{"body":0,"breadcrumbs":2,"title":1},"60":{"body":16,"breadcrumbs":4,"title":1},"61":{"body":1,"breadcrumbs":5,"title":2},"62":{"body":24,"breadcrumbs":5,"title":2},"63":{"body":159,"breadcrumbs":7,"title":4},"64":{"body":20,"breadcrumbs":4,"title":1},"65":{"body":1,"breadcrumbs":5,"title":2},"66":{"body":83,"breadcrumbs":5,"title":2},"67":{"body":47,"breadcrumbs":7,"title":4},"68":{"body":0,"breadcrumbs":5,"title":2},"69":{"body":29,"breadcrumbs":4,"title":1},"7":{"body":12,"breadcrumbs":3,"title":2},"70":{"body":14,"breadcrumbs":4,"title":1},"71":{"body":22,"breadcrumbs":5,"title":1},"72":{"body":1,"breadcrumbs":6,"title":2},"73":{"body":23,"breadcrumbs":6,"title":2},"74":{"body":61,"breadcrumbs":8,"title":4},"75":{"body":30,"breadcrumbs":4,"title":1},"76":{"body":1,"breadcrumbs":5,"title":2},"77":{"body":20,"breadcrumbs":5,"title":2},"78":{"body":24,"breadcrumbs":7,"title":4},"79":{"body":13,"breadcrumbs":4,"title":1},"8":{"body":10,"breadcrumbs":2,"title":1},"80":{"body":1,"breadcrumbs":5,"title":2},"81":{"body":40,"breadcrumbs":5,"title":2},"82":{"body":3,"breadcrumbs":4,"title":1},"83":{"body":16,"breadcrumbs":4,"title":1},"84":{"body":1,"breadcrumbs":5,"title":2},"85":{"body":33,"breadcrumbs":5,"title":2},"86":{"body":138,"breadcrumbs":7,"title":4},"87":{"body":49,"breadcrumbs":5,"title":2},"88":{"body":8,"breadcrumbs":5,"title":1},"89":{"body":1,"breadcrumbs":6,"title":2},"9":{"body":10,"breadcrumbs":2,"title":1},"90":{"body":43,"breadcrumbs":6,"title":2},"91":{"body":60,"breadcrumbs":8,"title":4},"92":{"body":19,"breadcrumbs":6,"title":1},"93":{"body":1,"breadcrumbs":7,"title":2},"94":{"body":117,"breadcrumbs":7,"title":2},"95":{"body":52,"breadcrumbs":9,"title":4},"96":{"body":19,"breadcrumbs":4,"title":1},"97":{"body":1,"breadcrumbs":5,"title":2},"98":{"body":40,"breadcrumbs":5,"title":2},"99":{"body":180,"breadcrumbs":7,"title":4}},"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":"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":"100","title":"Metrics"},"101":{"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":"101","title":"Pass"},"102":{"body":"quilkin.filters.pass.v1alpha1.Pass","breadcrumbs":"Proxy » Filters » Pass » Filter name","id":"102","title":"Filter name"},"103":{"body":"# let yaml = \"\nversion: v1alpha1\nclusters: default: localities: - 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":"103","title":"Configuration Examples"},"104":{"body":"No defined configuration options.","breadcrumbs":"Proxy » Filters » Pass » Configuration","id":"104","title":"Configuration"},"105":{"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":"105","title":"Timestamp"},"106":{"body":"quilkin.filters.timestamp.v1alpha1.Timestamp","breadcrumbs":"Proxy » Filters » Timestamp » Filter name","id":"106","title":"Filter name"},"107":{"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: default: localities: - 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":"107","title":"Configuration Examples"},"108":{"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":"108","title":"Configuration Options ( Rust Doc )"},"109":{"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":"109","title":"Metrics"},"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":"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":"110","title":"TokenRouter"},"111":{"body":"quilkin.filters.token_router.v1alpha1.TokenRouter","breadcrumbs":"Proxy » Filters » Token Router » Filter name","id":"111","title":"Filter name"},"112":{"body":"# let yaml = \"\nversion: v1alpha1\nfilters: - name: quilkin.filters.token_router.v1alpha1.TokenRouter config: metadataKey: myapp.com/myownkey\nclusters: default: localities: - 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":"112","title":"Configuration Examples"},"113":{"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":"113","title":"Configuration Options ( Rust Doc )"},"114":{"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":"114","title":"Metrics"},"115":{"body":"","breadcrumbs":"Proxy » Filters » Token Router » Sample Applications","id":"115","title":"Sample Applications"},"116":{"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: default: localities: - 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 ConcatenateBytes filter could also be used to add authentication tokens to outgoing packets.","breadcrumbs":"Proxy » Filters » Token Router » Packet Authentication","id":"116","title":"Packet Authentication"},"117":{"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":"117","title":"Writing Custom Filters"},"118":{"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::*; #[async_trait::async_trait]\nimpl Filter for Greet { async fn read(&self, ctx: &mut ReadContext) -> Result<(), FilterError> { ctx.contents.extend(b\"Hello\"); Ok(()) } async fn write(&self, ctx: &mut WriteContext) -> Result<(), FilterError> { ctx.contents.extend(b\"Goodbye\"); Ok(()) }\n}","breadcrumbs":"Proxy » Filters » Writing Custom Filters » Filter","id":"118","title":"Filter"},"119":{"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":"119","title":"StaticFilter"},"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":"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) = tokio::sync::watch::channel(()); let proxy = quilkin::Proxy::default(); let config = quilkin::Config::default(); config.filters.store(std::sync::Arc::new( vec![quilkin::config::Filter { name: Greet::NAME.into(), label: None, config: None, }] .try_into()?, )); config.clusters.modify(|map| { map.insert_default(vec![quilkin::endpoint::Endpoint::new( (std::net::Ipv4Addr::LOCALHOST, 4321).into(), )]) }); proxy.run(config.into(), 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: default: localities: - 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":"120","title":"Running"},"121":{"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":"121","title":"Configuration"},"122":{"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 .splice(0..0, format!(\"{} \", self.config.greeting).into_bytes()); Ok(()) } async fn write(&self, ctx: &mut WriteContext) -> Result<(), FilterError> { ctx.contents .splice(0..0, format!(\"{} \", self.config.greeting).into_bytes()); Ok(()) }\n}","breadcrumbs":"Proxy » Filters » Writing Custom Filters » YAML Configuration","id":"122","title":"YAML Configuration"},"123":{"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: 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], then we just need to implement std::convert::TryFrom for converting the protobuf message to equivalvent configuration. // src/main.rs\nmod proto { tonic::include_proto!(\"greet\");\n} impl 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 » Protobuf Configuration","id":"123","title":"Protobuf Configuration"},"124":{"body":"services ports Protocol QCMP 7600 UDP (IPv4 OR IPv6) In addition to the TCP based administration API, Quilkin provides a meta API over UDP. 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":"124","title":"Quilkin Control Message Protocol (QCMP)"},"125":{"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":"125","title":"Ping"},"126":{"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":"126","title":"Protocol Data Unit"},"127":{"body":"The following are metrics that Quilkin provides while in Proxy Mode.","breadcrumbs":"Proxy » Metrics » Proxy Metrics","id":"127","title":"Proxy Metrics"},"128":{"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":"128","title":"ASN Maxmind Information"},"129":{"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":"129","title":"General Metrics"},"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":"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":"130","title":"Session Metrics"},"131":{"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":"131","title":"Filter Metrics"},"132":{"body":"services ports Protocol xDS 7800 gRPC (IPv4 OR IPv6) For multi-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":"132","title":"xDS Control Plane"},"133":{"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) State of the World (SotW) variant with gRPC.","breadcrumbs":"Control Plane » Overview","id":"133","title":"Overview"},"134":{"body":"Since the range of resources configurable by the xDS API extends that of Quilkin's domain (i.e being UDP based, Quilkin does not have a need for HTTP/TCP resources), only a subset of the API is supported. The following lists these relevant parts and any limitation to the provided support as a result: Cluster Discovery Service (CDS) : Provides information about known clusters and their membership information. The proxy uses these resources to discover clusters and their endpoints. While cluster topology information like locality can be provided in the configuration, the proxy currently does not use this information (support may be included in the future however). Any load balancing information included in this resource is ignored. For load balancing, use Quilkin filters instead. Only cluster discovery type STATIC and EDS is supported. Configuration including other discovery types e.g LOGICAL_DNS is rejected. Endpoint Discovery Service (EDS) : Provides information about endpoints. The proxy uses these resources to discover information about endpoints like their IP addresses. Endpoints may provide Endpoint Metadata via the metadata field. These metadata will be visible to filters as part of the corresponding endpoints information when processing packets. Only socket addresses are supported on an endpoint's address configuration - i.e an IP address and port number combination. Configuration including any other type of addressing e.g named pipes will be rejected. Any load balancing information included in this resource is ignored. For load balancing, use Quilkin filters instead. Listener Discovery Service (LDS) : Provides information about Filters and Filter Chains . Only the name and filter_chains fields in the Listener resource are used by the proxy. The rest are ignored. Since Quilkin only uses one filter chain per proxy, at most one filter chain can be provided in the resource. Otherwise the configuration is rejected. Only the list of filters specified in the filter chain is used by the proxy - i.e other fields like filter_chain_match are ignored. This list also specifies the order that the corresponding filter chain will be constructed. gRPC proto configuration for Quilkin's built-in filters can be found here . They are equivalent to the filter's static configuration.","breadcrumbs":"Control Plane » Supported APIs","id":"134","title":"Supported APIs"},"135":{"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":"135","title":"Connecting to an xDS management server"},"136":{"body":"","breadcrumbs":"Control Plane » Metrics » xDS Metrics","id":"136","title":"xDS Metrics"},"137":{"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":"137","title":"Proxy Mode"},"138":{"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":"138","title":"xDS Provider Mode"},"139":{"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. Currently, the Agones provider can only discover resources within the cluster it is running in.","breadcrumbs":"Control Plane » Providers » Agones » Agones xDS Provider","id":"139","title":"Agones xDS Provider"},"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":"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":"140","title":"Endpoint Configuration"},"141":{"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":"141","title":"Access Tokens"},"142":{"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":"142","title":"Filter Configuration"},"143":{"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":"143","title":"Usage"},"144":{"body":"The filesystem provider watches a configuration file on disk and sends updates to proxies whenever that file changes. It can be started with using subcommand manage file as the following: 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: cluster-a: localities: - 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":"144","title":"Filesystem xDS Provider"},"145":{"body":"services ports Protocol ADS 7800 gRPC(IPv4) CPDS 7900 gRPC(IPv4) 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] -h, --help Print help","breadcrumbs":"Relay » Control Plane Relay","id":"145","title":"Control Plane Relay"},"146":{"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: default: localities: - 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: default: localities: - 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":"146","title":"Quickstart"},"147":{"body":"This is an alpha version of the Unreal Engine plugin for Quilkin. Currently it only supports adding a routing token in the following format. | token | version\nX bytes | 16 bytes | 1 bytes","breadcrumbs":"Unreal Engine » Quilkin Unreal Engine Plugin","id":"147","title":"Quilkin Unreal Engine Plugin"},"148":{"body":"To get this client proxy installed, the SDK should be located in Engine path for Plugins, so copy the whole ue4 folder (resides under sdks folder) in your Unreal Engine path /[UE4 Root]/Engine/Plugins, then you may want to rename the ue4 folder to Quilkin. Unreal Engine will automatically discover the plugin by searching for .uplugin file.","breadcrumbs":"Unreal Engine » How to install","id":"148","title":"How to install"},"149":{"body":"services ports Protocol Administration 8000 HTTP (IPv4 OR IPv6)","breadcrumbs":"Administration » Administration","id":"149","title":"Administration"},"15":{"body":"","breadcrumbs":"Netcat » Quickstart: Quilkin with netcat","id":"15","title":"Quickstart: Quilkin with netcat"},"150":{"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":"150","title":"Logging"},"151":{"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":"151","title":"HTTP API"},"152":{"body":"The admin interface provides the following endpoints:","breadcrumbs":"Administration » Endpoints","id":"152","title":"Endpoints"},"153":{"body":"This provides a liveness probe endpoint, most commonly used in Kubernetes based systems . Will return an HTTP status of 200 when all health checks pass.","breadcrumbs":"Administration » /live","id":"153","title":"/live"},"154":{"body":"This provides a readiness probe endpoint, most commonly used in Kubernetes based systems . Depending on whether Quilkin is run in Proxy mode i.e. quilkin proxy, vs an xDS provider mode, such as quilkin manage agones, will dictate how readiness is calculated: 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":"154","title":"/ready"},"155":{"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.","breadcrumbs":"Administration » /metrics","id":"155","title":"/metrics"},"156":{"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":"156","title":"/config"},"157":{"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":"157","title":"Quilkin Integration Examples"},"158":{"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":"158","title":"Server Proxy as a Sidecar"},"159":{"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":"159","title":"Client Proxy to Sidecar Server Proxy"},"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":"| | | | 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":"160","title":"Client Proxy to Separate Server Proxies Pools"},"161":{"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":"161","title":"What Next?"},"162":{"body":"","breadcrumbs":"Videos and Presentations » Third Party Videos and Presentations","id":"162","title":"Third Party Videos and Presentations"},"163":{"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":"163","title":"GDC 2023: Open Source Game Development Summit: Agones and Quilkin: OSS Multiplayer Game Server Service Mesh on Kubernetes"},"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"},"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"},"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!"},"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)"},"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"},"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"},"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!"},"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} 9091 Then open a browser to http://localhost:9091/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, 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 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 NAME 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 8000, to port forward the admin endpoint locally, which we can then query. Go back to your original terminal and run curl -s http://localhost:8000/config If you have jq installed, run curl -s http://localhost:8000/config | jq for a nicely formatted JSON output. $ curl -s http://localhost:8000/config\n{\"admin\":{\"address\":\"0.0.0.0:8000\"},\"clusters\":{},\"filters\":[{\"name\":\"quilkin.filters.capture.v1alpha1.Capture\",\"config\":{\"metadataKey\":\"quilkin.dev/capture\",\"suffix\":{\"size\":3,\"remove\":true}}},{\"name\":\"quilkin.filters.token_router.v1alpha1.TokenRouter\",\"config\":null}],\"id\":\"quilkin-proxies-78965c446d-dqvjg\",\"management_servers\":[{\"address\":\"http://quilkin-manage-agones:80\"}],\"port\":7000,\"version\":\"v1alpha1\",\"maxmind_db\":null}% 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.24.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:8000/config again, so we can see what has changed! $ curl -s http://localhost:8000/config\n{\"admin\":{\"address\":\"0.0.0.0:8000\"},\"clusters\":{\"default\":{\"localities\":[{\"locality\":null,\"endpoints\":[{\"address\":\"34.168.170.51:7226\",\"metadata\":{\"quilkin.dev\":{\"tokens\":[\"NDU2\"]}}}]}]}},\"filters\":[{\"name\":\"quilkin.filters.capture.v1alpha1.Capture\",\"config\":{\"metadataKey\":\"quilkin.dev/capture\",\"suffix\":{\"size\":3,\"remove\":true}}},{\"name\":\"quilkin.filters.token_router.v1alpha1.TokenRouter\",\"config\":null}],\"id\":\"quilkin-proxies-78965c446d-tfgsj\",\"management_servers\":[{\"address\":\"http://quilkin-manage-agones:80\"}],\"port\":7000,\"version\":\"v1alpha1\",\"maxmind_db\":null}% Looking under clusters > localities > 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 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 7000: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 ConcatenateBytes 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 -c ./client-token.yaml proxy\n{\"timestamp\":\"2022-10-07T22:10:47.257635Z\",\"level\":\"INFO\",\"fields\":{\"message\":\"Starting Quilkin\",\"version\":\"0.4.0-dev\",\"commit\":\"c77260a2526542c564829a2c66935c60f00adcd2\"},\"target\":\"quilkin::cli\"}\n{\"timestamp\":\"2022-10-07T22:10:47.258273Z\",\"level\":\"INFO\",\"fields\":{\"message\":\"Starting\",\"port\":7000,\"proxy_id\":\"markmandel45\"},\"target\":\"quilkin::proxy\"}\n{\"timestamp\":\"2022-10-07T22:10:47.258321Z\",\"level\":\"INFO\",\"fields\":{\"message\":\"Starting admin endpoint\",\"address\":\"[::]:9092\"},\"target\":\"quilkin::admin\"}\n{\"timestamp\":\"2022-10-07T22:10:47.258812Z\",\"level\":\"INFO\",\"fields\":{\"message\":\"Quilkin is ready\"},\"target\":\"quilkin::proxy\"} Now connect to the local client proxy on \"127.0.0.1:7000\" 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.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":"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] -t, --to One or more socket addresses to forward packets to [env: QUILKIN_DEST=] -h, --help Print help","breadcrumbs":"Proxy » Proxy","id":"39","title":"Proxy"},"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":"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":"40","title":"Endpoints"},"41":{"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":"41","title":"Proxy Filters"},"42":{"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":"42","title":"Endpoint Metadata"},"43":{"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: default: localities: - 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":"43","title":"Specialist Endpoint Metadata"},"44":{"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":"44","title":"Session"},"45":{"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":"45","title":"Configuration File"},"46":{"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 default: localities: # grouping of endpoints within a cluster - 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":"46","title":"Static Configuration"},"47":{"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":"47","title":"Dynamic Configuration"},"48":{"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: object description: | grouping of clusters, each with a key for a name additionalProperties: type: object description: | An individual cluster properties: localities: 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 management_servers: type: array description: | A list of XDS management servers to fetch configuration from. Multiple servers can be provided for redundancy for the proxy to fall back to upon error. items: type: object description: | Configuration for a management server. properties: address: type: string description: | Address of the management server. This must have the `http(s)` scheme prefix. Example: `http://example.com`","breadcrumbs":"Proxy » Configuration File » Json Schema","id":"48","title":"Json Schema"},"49":{"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":"49","title":"Packet Filters"},"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":"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":"50","title":"Filters and Filter chain"},"51":{"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: default: localities: - 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":"51","title":"Configuration Examples"},"52":{"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":"52","title":"Filter Dynamic Metadata"},"53":{"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":"53","title":"Well Known Dynamic Metadata"},"54":{"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. ConcatenateBytes 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":"54","title":"Built-in filters"},"55":{"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":"55","title":"FilterConfig"},"56":{"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 ConcatenateBytes and TokenRouter filter to provide common packet routing utilities.","breadcrumbs":"Proxy » Filters » Capture » Capture","id":"56","title":"Capture"},"57":{"body":"There are multiple strategies for capturing bytes from the packet.","breadcrumbs":"Proxy » Filters » Capture » Capture strategies","id":"57","title":"Capture strategies"},"58":{"body":"Captures bytes from the end of the packet.","breadcrumbs":"Proxy » Filters » Capture » Suffix","id":"58","title":"Suffix"},"59":{"body":"Captures bytes from the start of the packet.","breadcrumbs":"Proxy » Filters » Capture » Prefix","id":"59","title":"Prefix"},"6":{"body":"","breadcrumbs":"Installation » Distributions","id":"6","title":"Distributions"},"60":{"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":"60","title":"Regex"},"61":{"body":"quilkin.filters.capture.v1alpha1.Capture","breadcrumbs":"Proxy » Filters » Capture » Filter name","id":"61","title":"Filter name"},"62":{"body":"# let yaml = \"\nversion: v1alpha1\nfilters: - name: quilkin.filters.capture.v1alpha1.Capture config: metadataKey: myapp.com/myownkey prefix: size: 3 remove: false\nclusters: default: localities: - 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":"62","title":"Configuration Examples"},"63":{"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":"63","title":"Configuration Options ( Rust Doc )"},"64":{"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":"64","title":"Compress"},"65":{"body":"quilkin.filters.compress.v1alpha1.Compress","breadcrumbs":"Proxy » Filters » Compress » Filter name","id":"65","title":"Filter name"},"66":{"body":"# let yaml = \"\nversion: v1alpha1\nfilters: - name: quilkin.filters.compress.v1alpha1.Compress config: on_read: COMPRESS on_write: DECOMPRESS mode: SNAPPY\nclusters: default: localities: - 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":"66","title":"Configuration Examples"},"67":{"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","breadcrumbs":"Proxy » Filters » Compress » Configuration Options ( Rust Doc )","id":"67","title":"Configuration Options ( Rust Doc )"},"68":{"body":"","breadcrumbs":"Proxy » Filters » Compress » Compression Modes","id":"68","title":"Compression Modes"},"69":{"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. Currently, this filter only provides the Snappy compression format via the rust-snappy crate, but more will be provided in the future.","breadcrumbs":"Proxy » Filters » Compress » Snappy","id":"69","title":"Snappy"},"7":{"body":"Source / Method us-docker.pkg.dev/quilkin/release/quilkin:0.7.0-dev-36d14d4 Notes Pre-built Quilkin binary with no preset arguments","breadcrumbs":"Installation » OCI Image","id":"7","title":"OCI Image"},"70":{"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":"70","title":"Metrics"},"71":{"body":"The ConcatenateBytes 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 Bytes » ConcatenateBytes","id":"71","title":"ConcatenateBytes"},"72":{"body":"quilkin.filters.concatenate_bytes.v1alpha1.ConcatenateBytes","breadcrumbs":"Proxy » Filters » Concatenate Bytes » Filter name","id":"72","title":"Filter name"},"73":{"body":"# let yaml = \"\nversion: v1alpha1\nfilters: - name: quilkin.filters.concatenate_bytes.v1alpha1.ConcatenateBytes config: on_read: APPEND on_write: DO_NOTHING bytes: MXg3aWp5Ng==\nclusters: default: localities: - 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 Bytes » Configuration Examples","id":"73","title":"Configuration Examples"},"74":{"body":"$schema: http://json-schema.org/draft-07/schema#\ntitle: Config\ndescription: Config represents a `ConcatenateBytes` 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 Bytes » Configuration Options ( Rust Doc )","id":"74","title":"Configuration Options ( Rust Doc )"},"75":{"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":"75","title":"Debug"},"76":{"body":"quilkin.filters.debug_filter.v1alpha1.Debug","breadcrumbs":"Proxy » Filters » Debug » Filter name","id":"76","title":"Filter name"},"77":{"body":"# let yaml = \"\nversion: v1alpha1\nfilters: - name: quilkin.filters.debug.v1alpha1.Debug config: id: debug-1\nclusters: default: localities: - 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":"77","title":"Configuration Examples"},"78":{"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":"78","title":"Configuration Options ( Rust Doc )"},"79":{"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":"79","title":"Drop"},"8":{"body":"Source / Method cargo install quilkin Notes Compiled from source using cargo","breadcrumbs":"Installation » Cargo","id":"8","title":"Cargo"},"80":{"body":"quilkin.filters.drop.v1alpha1.Drop","breadcrumbs":"Proxy » Filters » Drop » Filter name","id":"80","title":"Filter name"},"81":{"body":"# let yaml = \"\nversion: v1alpha1\nclusters: default: localities: - 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":"81","title":"Configuration Examples"},"82":{"body":"No defined configuration options.","breadcrumbs":"Proxy » Filters » Drop » Configuration","id":"82","title":"Configuration"},"83":{"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":"83","title":"Firewall"},"84":{"body":"quilkin.filters.firewall.v1alpha1.Firewall","breadcrumbs":"Proxy » Filters » Firewall » Filter name","id":"84","title":"Filter name"},"85":{"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: default: localities: - 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":"85","title":"Configuration Examples"},"86":{"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":"86","title":"Configuration Options ( Rust Doc )"},"87":{"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":"87","title":"Rule Evaluation"},"88":{"body":"The LoadBalancer filter distributes packets received downstream among all upstream endpoints.","breadcrumbs":"Proxy » Filters » Load Balancer » LoadBalancer","id":"88","title":"LoadBalancer"},"89":{"body":"quilkin.filters.load_balancer.v1alpha1.LoadBalancer","breadcrumbs":"Proxy » Filters » Load Balancer » Filter name","id":"89","title":"Filter name"},"9":{"body":"Source / Method GitHub Releases Notes Pre-built binaries for manual installation","breadcrumbs":"Installation » GitHub","id":"9","title":"GitHub"},"90":{"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: default: localities: - 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":"90","title":"Configuration Examples"},"91":{"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":"91","title":"Configuration Options ( Rust Doc )"},"92":{"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":"92","title":"LocalRateLimit"},"93":{"body":"quilkin.filters.local_rate_limit.v1alpha1.LocalRateLimit","breadcrumbs":"Proxy » Filters » Local Rate Limit » Filter name","id":"93","title":"Filter name"},"94":{"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: default: localities: - 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":"94","title":"Configuration Examples"},"95":{"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":"95","title":"Configuration Options ( Rust Doc )"},"96":{"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":"96","title":"Match"},"97":{"body":"quilkin.filters.match.v1alpha1.Match","breadcrumbs":"Proxy » Filters » Match » Filter name","id":"97","title":"Filter name"},"98":{"body":"# let yaml = \"\nversion: v1alpha1\nclusters: default: localities: - 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":"98","title":"Configuration Examples"},"99":{"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: name: quilkin.filters.drop.v1alpha1.Drop label: null config: null 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":"99","title":"Configuration Options ( Rust Doc )"}},"length":164,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{".":{"0":{"df":5,"docs":{"63":{"tf":1.4142135623730951},"74":{"tf":1.0},"86":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}},"2":{".":{"0":{"df":1,"docs":{"120":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{".":{"0":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"df":1,"docs":{"123":{"tf":1.7320508075688772}}},"8":{"df":1,"docs":{"122":{"tf":1.0}}},"df":0,"docs":{}},"1":{"df":1,"docs":{"18":{"tf":2.0}}},"7":{"/":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":10,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"2":{"2":{":":{"1":{"0":{":":{"4":{"7":{".":{"2":{"5":{"7":{"6":{"3":{"5":{"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":{"37":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"3":{"2":{"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":{"37":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"1":{"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":{"37":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":5,"docs":{"126":{"tf":1.0},"137":{"tf":1.0},"18":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":2.0}},"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":{"122":{"tf":1.0},"123":{"tf":1.0}}},"2":{"4":{".":{"0":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"/":{"1":{"df":2,"docs":{"33":{"tf":1.0},"34":{"tf":2.0}}},"df":0,"docs":{}},"0":{".":{"1":{"0":{"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":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"df":2,"docs":{"85":{"tf":1.0},"94":{"tf":1.7320508075688772}}},"4":{"df":1,"docs":{"94":{"tf":1.0}}},"df":0,"docs":{}},"df":3,"docs":{"37":{"tf":2.0},"51":{"tf":1.4142135623730951},"85":{"tf":1.0}}},"2":{"3":{".":{"0":{".":{"0":{".":{"1":{":":{"2":{"9":{"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{".":{"0":{".":{"0":{".":{"1":{":":{"2":{"6":{"0":{"0":{"0":{"df":8,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"81":{"tf":1.0},"98":{"tf":1.0}}},"1":{"df":6,"docs":{"103":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"46":{"tf":1.0},"81":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"3":{"2":{"1":{"df":2,"docs":{"120":{"tf":1.0},"123":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"0":{"0":{"0":{"df":1,"docs":{"37":{"tf":1.0}}},"1":{"df":8,"docs":{"51":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"0":{"0":{"df":1,"docs":{"125":{"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":{"146":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"9":{"9":{"9":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"120":{"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":{"147":{"tf":1.0}}},"8":{"0":{"0":{"0":{"df":1,"docs":{"144":{"tf":1.0}}},"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"2":{".":{"1":{"6":{"8":{".":{"1":{".":{"1":{":":{"7":{"0":{"0":{"1":{"df":1,"docs":{"48":{"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":{"85":{"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":{}}},"df":19,"docs":{"112":{"tf":1.0},"120":{"tf":1.0},"123":{"tf":1.0},"126":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.4142135623730951},"144":{"tf":1.0},"147":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"32":{"tf":1.0},"51":{"tf":1.4142135623730951},"62":{"tf":1.0},"66":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.4142135623730951},"85":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.7320508075688772}},"m":{"2":{"3":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"x":{"7":{"df":0,"docs":{},"i":{"df":0,"docs":{},"j":{"df":0,"docs":{},"y":{"6":{"df":3,"docs":{"141":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"2":{"0":{"0":{"df":2,"docs":{"153":{"tf":1.0},"154":{"tf":1.4142135623730951}}},"2":{"2":{"df":1,"docs":{"36":{"tf":1.0}}},"3":{"df":1,"docs":{"163":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"df":0,"docs":{},"m":{"df":1,"docs":{"36":{"tf":1.7320508075688772}}}},"df":8,"docs":{"103":{"tf":1.0},"116":{"tf":1.0},"18":{"tf":1.0},"23":{"tf":1.0},"33":{"tf":1.0},"51":{"tf":1.0},"81":{"tf":1.0},"98":{"tf":1.0}}},"3":{"4":{".":{"1":{"6":{"8":{".":{"1":{"7":{"0":{".":{"5":{"1":{"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":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"d":{"1":{"4":{"d":{"4":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":10,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"116":{"tf":1.0},"142":{"tf":1.0},"19":{"tf":1.0},"24":{"tf":1.0},"34":{"tf":1.0},"62":{"tf":1.0},"81":{"tf":1.0},"98":{"tf":1.0}},"h":{"2":{"2":{"df":0,"docs":{},"m":{"df":1,"docs":{"37":{"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":{"120":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"120":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"6":{"df":2,"docs":{"36":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":5,"docs":{"23":{"tf":1.0},"27":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0},"94":{"tf":1.0}}},"5":{"1":{"2":{"df":1,"docs":{"50":{"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":{},"j":{"7":{"df":0,"docs":{},"q":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":2,"docs":{"25":{"tf":1.0},"36":{"tf":1.0}},"m":{"7":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}}},"6":{"0":{"df":1,"docs":{"44":{"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":1,"docs":{"34":{"tf":1.7320508075688772}}}},"7":{"0":{"0":{"0":{":":{"3":{"0":{"1":{"7":{"4":{"/":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"p":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"19":{"tf":1.0},"48":{"tf":1.0},"85":{"tf":1.4142135623730951}}},"1":{"df":1,"docs":{"123":{"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":{}},"df":0,"docs":{}},"5":{"3":{"3":{"df":1,"docs":{"22":{"tf":1.0}}},"4":{"df":1,"docs":{"26":{"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":2,"docs":{"124":{"tf":1.0},"39":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":1,"docs":{"33":{"tf":1.0}}},"7":{"7":{"7":{"df":3,"docs":{"120":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"0":{"0":{"df":2,"docs":{"132":{"tf":1.4142135623730951},"145":{"tf":1.4142135623730951}}},"1":{"df":1,"docs":{"146":{"tf":1.0}}},"2":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}},"9":{"6":{"5":{"c":{"4":{"4":{"6":{"d":{"df":2,"docs":{"34":{"tf":2.0},"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"0":{"0":{"df":2,"docs":{"145":{"tf":1.4142135623730951},"146":{"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":{}},"df":1,"docs":{"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":{}},"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":{"149":{"tf":1.0},"151":{"tf":1.0},"34":{"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}}}}}},"df":1,"docs":{"75":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"j":{"3":{"df":0,"docs":{},"v":{"2":{"df":0,"docs":{},"i":{"df":3,"docs":{"141":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"9":{"0":{"9":{"1":{"df":1,"docs":{"24":{"tf":1.0}}},"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}}}}},"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":{"120":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"a":{"b":{"c":{"df":3,"docs":{"103":{"tf":1.0},"81":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"158":{"tf":1.0},"3":{"tf":1.0},"50":{"tf":1.0}}}},"o":{"df":0,"docs":{},"v":{"df":9,"docs":{"1":{"tf":1.0},"159":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"51":{"tf":1.0},"66":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":6,"docs":{"105":{"tf":1.0},"118":{"tf":1.0},"126":{"tf":1.0},"145":{"tf":1.0},"4":{"tf":1.4142135623730951},"54":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":12,"docs":{"1":{"tf":1.0},"116":{"tf":1.0},"141":{"tf":1.4142135623730951},"151":{"tf":1.0},"160":{"tf":1.0},"163":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.4142135623730951},"43":{"tf":1.0},"86":{"tf":1.0},"87":{"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":{"131":{"tf":1.0}}}}}}},"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":1,"docs":{"163":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"39":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"67":{"tf":1.0},"85":{"tf":1.4142135623730951},"86":{"tf":2.0},"87":{"tf":2.0}}}},"v":{"df":4,"docs":{"129":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"145":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"118":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"d":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"d":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}}},"df":10,"docs":{"116":{"tf":1.0},"120":{"tf":1.7320508075688772},"122":{"tf":1.0},"123":{"tf":2.0},"145":{"tf":1.0},"146":{"tf":1.0},"36":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"71":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"124":{"tf":1.0},"133":{"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":2,"docs":{"48":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}}}}}}}}},"df":1,"docs":{"146":{"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":2,"docs":{"23":{"tf":1.0},"37":{"tf":1.0}}}}}},"df":38,"docs":{"103":{"tf":1.4142135623730951},"107":{"tf":1.0},"112":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"120":{"tf":1.0},"123":{"tf":1.0},"128":{"tf":1.7320508075688772},"134":{"tf":2.23606797749979},"140":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":2.6457513110645907},"151":{"tf":1.0},"160":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"43":{"tf":1.0},"46":{"tf":1.7320508075688772},"48":{"tf":2.23606797749979},"51":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.4142135623730951},"85":{"tf":1.0},"86":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0},"98":{"tf":1.4142135623730951}}}}}}},"df":7,"docs":{"124":{"tf":1.0},"131":{"tf":1.0},"133":{"tf":1.0},"141":{"tf":1.4142135623730951},"145":{"tf":1.4142135623730951},"146":{"tf":1.0},"147":{"tf":1.0}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"117":{"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":8,"docs":{"146":{"tf":2.23606797749979},"151":{"tf":1.0},"152":{"tf":1.0},"18":{"tf":1.0},"24":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":2.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":4,"docs":{"124":{"tf":1.0},"149":{"tf":1.4142135623730951},"151":{"tf":1.4142135623730951},"161":{"tf":1.0}}}}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"150":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"158":{"tf":1.0},"159":{"tf":1.0},"2":{"tf":1.0},"32":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"163":{"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":{"150":{"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":1,"docs":{"34":{"tf":1.0}}}}}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"19":{"tf":1.0},"36":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"112":{"tf":1.0},"116":{"tf":1.0},"143":{"tf":1.0},"23":{"tf":1.0},"86":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}}}},"df":7,"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}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":2,"docs":{"133":{"tf":1.0},"145":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"n":{"df":24,"docs":{"132":{"tf":1.4142135623730951},"139":{"tf":2.23606797749979},"140":{"tf":1.7320508075688772},"142":{"tf":1.4142135623730951},"143":{"tf":1.7320508075688772},"145":{"tf":1.4142135623730951},"154":{"tf":1.0},"163":{"tf":1.7320508075688772},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":2.23606797749979},"23":{"tf":1.0},"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}},"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":1,"docs":{"36":{"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":1,"docs":{"36":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"d":{"df":0,"docs":{},"k":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}},"v":{"1":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},":":{"8":{"0":{"\"":{"df":0,"docs":{},"}":{"]":{",":{"\"":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"\"":{":":{"7":{"0":{"0":{"0":{",":{"\"":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"\"":{":":{"\"":{"df":0,"docs":{},"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":{},"x":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"_":{"d":{"b":{"\"":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"34":{"tf":1.0},"36":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"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},"69":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":7,"docs":{"132":{"tf":1.0},"140":{"tf":1.0},"145":{"tf":1.0},"23":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":3.1622776601683795},"37":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":8,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"63":{"tf":1.4142135623730951},"67":{"tf":1.0},"74":{"tf":1.4142135623730951},"86":{"tf":1.0},"91":{"tf":1.0},"99":{"tf":1.7320508075688772}}},"w":{"df":11,"docs":{"117":{"tf":1.0},"14":{"tf":1.0},"2":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.7320508075688772},"87":{"tf":2.23606797749979},"94":{"tf":2.0},"95":{"tf":1.0}},"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":{"54":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"126":{"tf":1.0},"52":{"tf":1.0}},"s":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"158":{"tf":1.0},"43":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"h":{"a":{"df":2,"docs":{"11":{"tf":1.0},"147":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"123":{"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":{"50":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":6,"docs":{"101":{"tf":1.0},"11":{"tf":1.0},"145":{"tf":1.0},"160":{"tf":1.4142135623730951},"79":{"tf":1.0},"94":{"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":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"163":{"tf":1.0}}}}}}},"n":{"d":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"128":{"tf":1.0},"47":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"141":{"tf":1.4142135623730951},"36":{"tf":2.449489742783178}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"125":{"tf":1.0},"160":{"tf":1.0},"19":{"tf":1.0},"34":{"tf":1.0},"52":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"99":{"tf":1.7320508075688772}}},"n":{"df":1,"docs":{"163":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":14,"docs":{"117":{"tf":1.0},"12":{"tf":1.0},"124":{"tf":2.0},"133":{"tf":2.0},"134":{"tf":1.7320508075688772},"151":{"tf":1.0},"161":{"tf":1.0},"163":{"tf":1.4142135623730951},"27":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"142":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"117":{"tf":1.0},"37":{"tf":1.7320508075688772},"50":{"tf":2.6457513110645907},"52":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"115":{"tf":1.0},"36":{"tf":1.0}}},"df":9,"docs":{"137":{"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},"63":{"tf":1.0},"95":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"145":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":6,"docs":{"116":{"tf":1.0},"143":{"tf":1.0},"158":{"tf":1.0},"33":{"tf":1.4142135623730951},"36":{"tf":1.0},"71":{"tf":1.0}}}}}}}}},"r":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"40":{"tf":1.0},"42":{"tf":1.4142135623730951},"48":{"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":{"132":{"tf":1.0},"157":{"tf":1.4142135623730951},"2":{"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":4,"docs":{"128":{"tf":1.0},"154":{"tf":1.0},"21":{"tf":1.0},"31":{"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":6,"docs":{"140":{"tf":1.0},"142":{"tf":1.0},"145":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"130":{"tf":1.0},"137":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"y":{"df":6,"docs":{"110":{"tf":1.0},"46":{"tf":1.4142135623730951},"48":{"tf":2.0},"74":{"tf":1.0},"86":{"tf":2.0},"99":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"df":0,"docs":{},"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":{"161":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"n":{"df":3,"docs":{"128":{"tf":2.0},"129":{"tf":2.449489742783178},"130":{"tf":1.4142135623730951}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"151":{"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":{"103":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"144":{"tf":1.0},"51":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0},"98":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":8,"docs":{"129":{"tf":1.4142135623730951},"141":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"46":{"tf":1.4142135623730951},"48":{"tf":1.0},"52":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"116":{"tf":1.0},"151":{"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":{"118":{"tf":1.0},"122":{"tf":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":{"118":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"90":{"tf":1.0},"94":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"137":{"tf":1.7320508075688772}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"66":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"71":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":8,"docs":{"112":{"tf":1.0},"116":{"tf":2.8284271247461903},"143":{"tf":1.0},"160":{"tf":1.0},"163":{"tf":1.0},"36":{"tf":1.4142135623730951},"54":{"tf":1.0},"56":{"tf":1.0}}}}}},"o":{"df":1,"docs":{"4":{"tf":1.4142135623730951}},"m":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"148":{"tf":1.0},"44":{"tf":1.4142135623730951}}}},"df":2,"docs":{"132":{"tf":1.0},"5":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":5,"docs":{"129":{"tf":1.0},"155":{"tf":1.4142135623730951},"157":{"tf":1.0},"161":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"160":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":7,"docs":{"138":{"tf":1.0},"160":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"34":{"tf":1.0},"48":{"tf":1.0},"66":{"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":{"137":{"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":{"134":{"tf":2.0},"160":{"tf":1.4142135623730951},"90":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"6":{"4":{"df":4,"docs":{"141":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.4142135623730951},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":12,"docs":{"11":{"tf":1.0},"124":{"tf":1.0},"129":{"tf":1.0},"134":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.4142135623730951},"91":{"tf":1.0},"96":{"tf":1.0}}},"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":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"50":{"tf":1.0}}}}},"df":6,"docs":{"13":{"tf":1.0},"131":{"tf":1.7320508075688772},"134":{"tf":1.0},"158":{"tf":1.0},"52":{"tf":1.0},"66":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":8,"docs":{"129":{"tf":1.0},"130":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"66":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"63":{"tf":1.0},"71":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"96":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"54":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"1":{"tf":1.0},"138":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"116":{"tf":1.0},"157":{"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":1,"docs":{"1":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":11,"docs":{"105":{"tf":1.0},"129":{"tf":1.0},"133":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"26":{"tf":1.0},"32":{"tf":1.0},"44":{"tf":1.7320508075688772},"49":{"tf":1.0},"54":{"tf":1.0},"64":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":11,"docs":{"12":{"tf":1.0},"123":{"tf":1.0},"13":{"tf":1.0},"159":{"tf":1.0},"16":{"tf":1.0},"160":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"37":{"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":{"119":{"tf":1.0},"123":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"d":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"83":{"tf":1.0},"86":{"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":{"112":{"tf":1.0},"116":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"137":{"tf":1.0},"63":{"tf":1.4142135623730951},"99":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"df":1,"docs":{"23":{"tf":1.0}},"h":{"df":5,"docs":{"11":{"tf":1.0},"118":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"36":{"tf":1.0},"52":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"151":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"df":5,"docs":{"123":{"tf":1.0},"158":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"54":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"81":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":2.23606797749979}}}},"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":{},"g":{"df":1,"docs":{"145":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"l":{"d":{"df":7,"docs":{"1":{"tf":1.0},"12":{"tf":1.0},"123":{"tf":1.7320508075688772},"131":{"tf":1.0},"14":{"tf":1.0},"41":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":11,"docs":{"134":{"tf":1.0},"139":{"tf":1.0},"146":{"tf":1.0},"163":{"tf":1.0},"43":{"tf":1.4142135623730951},"47":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":20,"docs":{"110":{"tf":1.0},"123":{"tf":1.0},"129":{"tf":1.0},"147":{"tf":1.7320508075688772},"46":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":2.8284271247461903},"70":{"tf":1.4142135623730951},"71":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.4142135623730951},"75":{"tf":1.0}}}}}},"c":{"/":{"c":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"138":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"154":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"50":{"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":{"43":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"157":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":12,"docs":{"105":{"tf":1.0},"116":{"tf":1.4142135623730951},"157":{"tf":1.0},"33":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"56":{"tf":1.7320508075688772},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.4142135623730951},"63":{"tf":2.6457513110645907}},"e":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":3,"docs":{"112":{"tf":1.0},"116":{"tf":1.0},"52":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"27":{"tf":1.0},"37":{"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":3,"docs":{"120":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.4142135623730951}}}}}}},"df":5,"docs":{"120":{"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":{"126":{"tf":1.0},"144":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.4142135623730951},"94":{"tf":1.0}}}},"t":{"df":1,"docs":{"17":{"tf":1.4142135623730951}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"145":{"tf":1.0}}}}},"d":{"df":1,"docs":{"134":{"tf":1.0}}},"df":6,"docs":{"12":{"tf":2.23606797749979},"14":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.4142135623730951},"4":{"tf":1.0},"45":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":8,"docs":{"118":{"tf":1.0},"134":{"tf":2.23606797749979},"44":{"tf":2.0},"48":{"tf":1.0},"50":{"tf":2.8284271247461903},"51":{"tf":2.0},"52":{"tf":1.7320508075688772},"56":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":22,"docs":{"11":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"132":{"tf":1.4142135623730951},"139":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.4142135623730951},"150":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"96":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":8,"docs":{"146":{"tf":1.4142135623730951},"153":{"tf":1.0},"154":{"tf":1.0},"24":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"2":{"tf":1.0},"23":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"91":{"tf":1.0}}}}}}},"i":{"d":{"df":0,"docs":{},"r":{"df":2,"docs":{"128":{"tf":1.0},"86":{"tf":2.0}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"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}}}}},"r":{"df":1,"docs":{"138":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":1,"docs":{"151":{"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":1,"docs":{"3":{"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":{"126":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":26,"docs":{"1":{"tf":1.4142135623730951},"116":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":2.0},"123":{"tf":1.0},"124":{"tf":1.0},"126":{"tf":1.7320508075688772},"13":{"tf":1.0},"130":{"tf":1.4142135623730951},"146":{"tf":1.0},"148":{"tf":1.0},"158":{"tf":2.0},"159":{"tf":3.7416573867739413},"160":{"tf":3.872983346207417},"163":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":2.8284271247461903},"31":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":3.0},"44":{"tf":2.449489742783178},"64":{"tf":1.0},"66":{"tf":1.7320508075688772}}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"11":{"tf":1.0}}}},"u":{"d":{"df":2,"docs":{"163":{"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":37,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"120":{"tf":1.0},"129":{"tf":1.4142135623730951},"132":{"tf":2.23606797749979},"134":{"tf":2.23606797749979},"138":{"tf":1.0},"139":{"tf":1.4142135623730951},"140":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"145":{"tf":1.7320508075688772},"146":{"tf":1.4142135623730951},"156":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"46":{"tf":1.7320508075688772},"48":{"tf":2.0},"51":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0},"98":{"tf":1.0}},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}}}},"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":8,"docs":{"117":{"tf":1.0},"12":{"tf":1.4142135623730951},"121":{"tf":1.0},"123":{"tf":2.0},"128":{"tf":1.0},"163":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"146":{"tf":1.0}}}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":12,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"116":{"tf":1.0},"134":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.0},"163":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0},"79":{"tf":1.0},"86":{"tf":1.0},"92":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":6,"docs":{"123":{"tf":1.0},"133":{"tf":1.0},"158":{"tf":1.0},"34":{"tf":1.4142135623730951},"41":{"tf":1.0},"49":{"tf":1.0}}},"m":{"a":{"df":1,"docs":{"141":{"tf":1.0}},"n":{"d":{"df":10,"docs":{"125":{"tf":1.0},"132":{"tf":1.4142135623730951},"135":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"24":{"tf":1.0},"4":{"tf":2.0},"45":{"tf":1.4142135623730951},"46":{"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}}}}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"131":{"tf":1.0},"132":{"tf":1.0},"56":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"153":{"tf":1.0},"154":{"tf":1.0},"71":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":9,"docs":{"123":{"tf":1.0},"133":{"tf":1.0},"14":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.4142135623730951},"160":{"tf":1.0},"163":{"tf":1.0},"2":{"tf":1.0},"44":{"tf":1.4142135623730951}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"110":{"tf":1.4142135623730951},"99":{"tf":1.7320508075688772}}},"t":{"df":2,"docs":{"133":{"tf":1.0},"69":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"123":{"tf":1.0},"13":{"tf":1.0},"8":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.4142135623730951}}},"x":{"df":5,"docs":{"132":{"tf":1.0},"157":{"tf":1.0},"160":{"tf":1.0},"163":{"tf":1.0},"45":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"163":{"tf":1.0},"36":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"150":{"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":{".":{"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":14,"docs":{"117":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"26":{"tf":2.23606797749979},"27":{"tf":2.0},"50":{"tf":2.0},"54":{"tf":1.4142135623730951},"64":{"tf":2.0},"66":{"tf":2.0},"67":{"tf":1.7320508075688772},"68":{"tf":1.0},"69":{"tf":2.0},"70":{"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":{"69":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"117":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"133":{"tf":1.0},"51":{"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":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":6,"docs":{"116":{"tf":1.0},"37":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"71":{"tf":1.4142135623730951},"74":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"160":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"101":{"tf":1.0},"79":{"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":{"120":{"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":{"120":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"123":{"tf":1.0}}}}}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"144":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":36,"docs":{"103":{"tf":1.7320508075688772},"107":{"tf":1.7320508075688772},"108":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"116":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"122":{"tf":2.0},"123":{"tf":2.23606797749979},"142":{"tf":1.7320508075688772},"143":{"tf":1.0},"144":{"tf":1.4142135623730951},"156":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.7320508075688772},"45":{"tf":1.0},"51":{"tf":2.23606797749979},"55":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"78":{"tf":1.0},"81":{"tf":1.7320508075688772},"85":{"tf":1.4142135623730951},"86":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"98":{"tf":1.7320508075688772},"99":{"tf":2.0}},"m":{"a":{"df":0,"docs":{},"p":{"df":8,"docs":{"132":{"tf":1.0},"142":{"tf":2.0},"145":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"df":71,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"107":{"tf":1.0},"108":{"tf":1.4142135623730951},"11":{"tf":1.7320508075688772},"112":{"tf":1.0},"113":{"tf":1.0},"116":{"tf":1.4142135623730951},"119":{"tf":1.7320508075688772},"120":{"tf":1.4142135623730951},"121":{"tf":2.0},"122":{"tf":1.4142135623730951},"123":{"tf":3.0},"126":{"tf":1.0},"129":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":2.23606797749979},"133":{"tf":2.449489742783178},"134":{"tf":2.8284271247461903},"137":{"tf":2.6457513110645907},"138":{"tf":2.23606797749979},"140":{"tf":1.4142135623730951},"142":{"tf":2.0},"144":{"tf":2.0},"145":{"tf":1.4142135623730951},"146":{"tf":2.449489742783178},"151":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.0},"18":{"tf":1.7320508075688772},"22":{"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},"42":{"tf":1.0},"43":{"tf":1.7320508075688772},"45":{"tf":2.8284271247461903},"46":{"tf":2.6457513110645907},"47":{"tf":1.4142135623730951},"48":{"tf":2.449489742783178},"51":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.7320508075688772},"67":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.4142135623730951},"77":{"tf":1.0},"78":{"tf":1.4142135623730951},"81":{"tf":1.0},"82":{"tf":1.4142135623730951},"85":{"tf":1.0},"86":{"tf":1.7320508075688772},"87":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"94":{"tf":2.23606797749979},"95":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":2.449489742783178}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"158":{"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":25,"docs":{"129":{"tf":2.6457513110645907},"130":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"137":{"tf":1.7320508075688772},"138":{"tf":1.7320508075688772},"139":{"tf":1.0},"140":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.7320508075688772},"146":{"tf":1.0},"158":{"tf":1.4142135623730951},"159":{"tf":1.0},"160":{"tf":2.0},"19":{"tf":1.0},"2":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":2.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"37":{"tf":2.0},"46":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"52":{"tf":1.0}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"150":{"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":{"119":{"tf":1.0},"123":{"tf":1.0}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"134":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"118":{"tf":1.0},"42":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"121":{"tf":1.0},"126":{"tf":1.4142135623730951},"146":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.4142135623730951},"5":{"tf":1.0},"75":{"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":{}},"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":4,"docs":{"126":{"tf":1.0},"142":{"tf":1.4142135623730951},"36":{"tf":1.0},"52":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"118":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0},"63":{"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":15,"docs":{"1":{"tf":1.0},"116":{"tf":1.0},"124":{"tf":1.0},"129":{"tf":1.0},"132":{"tf":1.4142135623730951},"145":{"tf":2.23606797749979},"146":{"tf":3.3166247903554},"160":{"tf":1.7320508075688772},"3":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"34":{"tf":1.0},"47":{"tf":1.0},"87":{"tf":1.0},"92":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"117":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"75":{"tf":1.0}}},"t":{"df":1,"docs":{"123":{"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":{"123":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"160":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"i":{"df":4,"docs":{"148":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"50":{"tf":1.0},"53":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"114":{"tf":1.0},"37":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"160":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"138":{"tf":1.0}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"128":{"tf":1.0},"134":{"tf":1.4142135623730951},"138":{"tf":2.0},"141":{"tf":1.0},"50":{"tf":1.0},"51":{"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":7,"docs":{"100":{"tf":1.4142135623730951},"114":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"137":{"tf":2.0},"138":{"tf":2.0}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"128":{"tf":1.0}}},"y":{"_":{"c":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"128":{"tf":1.0},"130":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"p":{"d":{"df":1,"docs":{"145":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":1,"docs":{"2":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":5,"docs":{"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.7320508075688772},"69":{"tf":1.0}}}}},"d":{"df":2,"docs":{"132":{"tf":1.0},"145":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":17,"docs":{"117":{"tf":1.0},"12":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"130":{"tf":1.0},"146":{"tf":1.0},"17":{"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},"44":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"55":{"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":{"119":{"tf":1.0},"123":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"50":{"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":2,"docs":{"116":{"tf":1.0},"36":{"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":{"122":{"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":{"(":{"b":{"\"":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"d":{"b":{"df":0,"docs":{},"y":{"df":1,"docs":{"118":{"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":{"118":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"118":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":4,"docs":{"146":{"tf":1.7320508075688772},"34":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"37":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":20,"docs":{"11":{"tf":1.0},"119":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"129":{"tf":1.4142135623730951},"130":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.4142135623730951},"139":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"69":{"tf":1.0},"94":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":4,"docs":{"117":{"tf":1.4142135623730951},"120":{"tf":1.0},"133":{"tf":1.0},"163":{"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":{"128":{"tf":1.4142135623730951},"130":{"tf":1.0},"39":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{}},"df":16,"docs":{"1":{"tf":1.0},"105":{"tf":1.0},"114":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"129":{"tf":2.449489742783178},"142":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"154":{"tf":1.4142135623730951},"160":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"3":{"tf":1.0},"52":{"tf":1.4142135623730951},"54":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"146":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":7,"docs":{"122":{"tf":1.0},"150":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"54":{"tf":1.0},"75":{"tf":1.7320508075688772},"77":{"tf":1.0},"78":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"14":{"tf":1.0},"146":{"tf":1.0},"87":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"14":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"110":{"tf":1.0}}}},"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":6,"docs":{"26":{"tf":1.0},"54":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"70":{"tf":1.0}}}}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":10,"docs":{"0":{"tf":1.0},"1":{"tf":1.7320508075688772},"157":{"tf":1.0},"158":{"tf":2.23606797749979},"159":{"tf":1.4142135623730951},"160":{"tf":2.8284271247461903},"163":{"tf":1.0},"22":{"tf":1.4142135623730951},"37":{"tf":1.0},"66":{"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":{"41":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":45,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"128":{"tf":1.0},"132":{"tf":1.0},"140":{"tf":1.4142135623730951},"142":{"tf":1.4142135623730951},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.4142135623730951},"146":{"tf":1.7320508075688772},"150":{"tf":1.0},"151":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"36":{"tf":2.0},"39":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.7320508075688772},"51":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.4142135623730951},"77":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"104":{"tf":1.0},"119":{"tf":1.0},"122":{"tf":1.0},"82":{"tf":1.0},"99":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":9,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"130":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"74":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0},"99":{"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":{"67":{"tf":1.4142135623730951},"86":{"tf":1.0}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"99":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"86":{"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":{"99":{"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":{"99":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":4,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"63":{"tf":1.0},"99":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"67":{"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":{"91":{"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":{"86":{"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":{"86":{"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":{"86":{"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":{"63":{"tf":1.0},"74":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"99":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"25":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"44":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"146":{"tf":1.0}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"27":{"tf":1.0},"36":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"i":{"df":3,"docs":{"85":{"tf":1.0},"86":{"tf":1.4142135623730951},"87":{"tf":2.449489742783178}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":8,"docs":{"11":{"tf":1.0},"120":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.7320508075688772},"154":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"83":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":8,"docs":{"1":{"tf":1.0},"143":{"tf":1.4142135623730951},"33":{"tf":2.0},"34":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"49":{"tf":1.0},"5":{"tf":1.0},"75":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"133":{"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":1,"docs":{"34":{"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":{"122":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":4,"docs":{"121":{"tf":1.4142135623730951},"133":{"tf":1.0},"36":{"tf":1.4142135623730951},"51":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":16,"docs":{"108":{"tf":1.7320508075688772},"113":{"tf":1.4142135623730951},"128":{"tf":1.0},"131":{"tf":1.4142135623730951},"48":{"tf":3.872983346207417},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"63":{"tf":3.4641016151377544},"67":{"tf":1.4142135623730951},"74":{"tf":1.7320508075688772},"78":{"tf":1.4142135623730951},"86":{"tf":2.8284271247461903},"91":{"tf":2.23606797749979},"95":{"tf":1.7320508075688772},"99":{"tf":3.3166247903554}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"122":{"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":{"41":{"tf":1.0},"52":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"44":{"tf":1.0},"49":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"112":{"tf":1.0},"99":{"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":{"42":{"tf":1.0},"44":{"tf":1.0},"51":{"tf":1.0}}}}}}}},"v":{"df":1,"docs":{"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},"145":{"tf":1.0},"163":{"tf":1.4142135623730951},"2":{"tf":1.0}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"161":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"154":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":2,"docs":{"14":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"114":{"tf":1.0},"131":{"tf":1.0},"145":{"tf":1.0},"151":{"tf":1.0},"157":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"109":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"131":{"tf":2.0},"137":{"tf":1.0},"41":{"tf":1.0},"50":{"tf":1.0},"99":{"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":{"99":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"i":{"df":6,"docs":{"13":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.4142135623730951},"27":{"tf":1.0},"37":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"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":{"138":{"tf":1.0}}}},"df":0,"docs":{}}}},"v":{"df":6,"docs":{"132":{"tf":1.7320508075688772},"133":{"tf":1.0},"134":{"tf":1.4142135623730951},"138":{"tf":1.0},"139":{"tf":1.0},"148":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":7,"docs":{"132":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"134":{"tf":2.23606797749979},"138":{"tf":2.0},"145":{"tf":1.4142135623730951},"146":{"tf":1.0},"4":{"tf":1.4142135623730951}}},"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":{"137":{"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":{"144":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"125":{"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":{"54":{"tf":1.0},"6":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"41":{"tf":1.0}}}}},"o":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"67":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.7320508075688772}}}}}}},"c":{"df":11,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"126":{"tf":1.4142135623730951},"63":{"tf":1.0},"67":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0},"99":{"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":{".":{"7":{".":{"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":{}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":11,"docs":{"112":{"tf":1.0},"117":{"tf":1.0},"12":{"tf":1.0},"133":{"tf":1.0},"150":{"tf":1.0},"155":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.4142135623730951},"99":{"tf":1.0}}}}}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"134":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"'":{"df":0,"docs":{},"t":{"df":2,"docs":{"36":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"50":{"tf":1.0},"92":{"tf":1.0}}}},"w":{"df":0,"docs":{},"n":{"df":4,"docs":{"129":{"tf":1.0},"130":{"tf":1.0},"2":{"tf":1.0},"56":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"37":{"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":{"118":{"tf":1.4142135623730951},"129":{"tf":2.449489742783178},"44":{"tf":1.0},"50":{"tf":1.4142135623730951},"54":{"tf":1.0},"88":{"tf":1.0},"92":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"q":{"df":0,"docs":{},"v":{"df":0,"docs":{},"j":{"df":0,"docs":{},"g":{"\"":{",":{"\"":{"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":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"\"":{":":{"[":{"df":0,"docs":{},"{":{"\"":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"\"":{":":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"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":{"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":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":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":{"34":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":7,"docs":{"114":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"44":{"tf":1.0},"50":{"tf":3.0},"54":{"tf":1.4142135623730951},"79":{"tf":1.7320508075688772},"94":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"e":{"df":2,"docs":{"137":{"tf":1.0},"94":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"t":{"df":6,"docs":{"105":{"tf":1.0},"109":{"tf":1.0},"129":{"tf":1.0},"131":{"tf":1.4142135623730951},"54":{"tf":1.0},"95":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"123":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":16,"docs":{"100":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.7320508075688772},"116":{"tf":1.4142135623730951},"121":{"tf":1.0},"131":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.7320508075688772},"52":{"tf":2.6457513110645907},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"56":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":7,"docs":{"129":{"tf":1.0},"131":{"tf":1.0},"134":{"tf":1.4142135623730951},"137":{"tf":1.0},"42":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"52":{"tf":1.0}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":15,"docs":{"116":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"138":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":1.0},"71":{"tf":1.4142135623730951},"78":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"129":{"tf":1.0},"34":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"131":{"tf":1.0},"14":{"tf":1.0},"27":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":4,"docs":{"120":{"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":1,"docs":{"134":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"27":{"tf":1.4142135623730951},"37":{"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":{"51":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"m":{"b":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"160":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"d":{"df":4,"docs":{"141":{"tf":1.0},"36":{"tf":1.0},"46":{"tf":1.0},"75":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"129":{"tf":1.0},"138":{"tf":1.0}}}}}}},"d":{"df":6,"docs":{"36":{"tf":1.0},"51":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.4142135623730951},"71":{"tf":1.0},"86":{"tf":1.4142135623730951}},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"126":{"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}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"\"":{":":{"\"":{"[":{":":{":":{"]":{":":{"9":{"0":{"9":{"2":{"\"":{"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":1,"docs":{"37":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"'":{"df":4,"docs":{"110":{"tf":1.0},"114":{"tf":1.0},"134":{"tf":1.0},"43":{"tf":1.0}}},"df":49,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"110":{"tf":1.4142135623730951},"112":{"tf":1.0},"116":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"120":{"tf":1.0},"123":{"tf":1.0},"129":{"tf":2.23606797749979},"132":{"tf":2.23606797749979},"134":{"tf":2.6457513110645907},"138":{"tf":1.4142135623730951},"139":{"tf":1.0},"140":{"tf":1.4142135623730951},"141":{"tf":1.4142135623730951},"142":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.7320508075688772},"146":{"tf":2.23606797749979},"152":{"tf":1.4142135623730951},"153":{"tf":1.0},"154":{"tf":1.4142135623730951},"18":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.4142135623730951},"39":{"tf":1.0},"40":{"tf":1.7320508075688772},"41":{"tf":1.0},"42":{"tf":2.6457513110645907},"43":{"tf":2.6457513110645907},"44":{"tf":2.23606797749979},"46":{"tf":3.0},"47":{"tf":1.0},"48":{"tf":2.8284271247461903},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"62":{"tf":1.0},"66":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.7320508075688772},"91":{"tf":2.0},"94":{"tf":1.0},"98":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"94":{"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},"147":{"tf":1.4142135623730951},"148":{"tf":1.7320508075688772},"159":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"1":{"tf":1.0},"154":{"tf":1.0},"37":{"tf":1.0},"66":{"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":{"49":{"tf":1.0},"66":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"128":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"2":{"tf":1.0},"52":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":6,"docs":{"48":{"tf":1.0},"63":{"tf":1.7320508075688772},"67":{"tf":1.4142135623730951},"74":{"tf":1.0},"86":{"tf":1.4142135623730951},"91":{"tf":1.7320508075688772}}}},"v":{"df":4,"docs":{"132":{"tf":2.23606797749979},"145":{"tf":1.4142135623730951},"39":{"tf":2.23606797749979},"4":{"tf":2.0}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"150":{"tf":1.4142135623730951},"151":{"tf":1.0},"45":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"y":{"df":2,"docs":{"133":{"tf":1.0},"14":{"tf":1.7320508075688772}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"123":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":1.7320508075688772}},"v":{"df":1,"docs":{"123":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"123":{"tf":1.0},"129":{"tf":1.0},"138":{"tf":1.0},"48":{"tf":1.0},"75":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"44":{"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":{"45":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":1,"docs":{"158":{"tf":1.0}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"87":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"160":{"tf":1.0},"19":{"tf":1.0}},"t":{"df":2,"docs":{"129":{"tf":1.7320508075688772},"150":{"tf":1.0}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"94":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":39,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"11":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":2.0},"120":{"tf":1.4142135623730951},"123":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"146":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.0},"159":{"tf":1.0},"19":{"tf":1.0},"23":{"tf":1.0},"29":{"tf":1.4142135623730951},"32":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.7320508075688772},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"48":{"tf":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.7320508075688772},"52":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.4142135623730951},"73":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.4142135623730951},"94":{"tf":2.0},"98":{"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":{"107":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"94":{"tf":1.0}},"l":{"df":1,"docs":{"14":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"13":{"tf":1.0},"131":{"tf":2.0}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"144":{"tf":1.0},"50":{"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},"160":{"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":{"145":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}},"s":{"df":10,"docs":{"129":{"tf":1.0},"130":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"140":{"tf":1.4142135623730951},"145":{"tf":1.0},"146":{"tf":1.0},"151":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"60":{"tf":1.4142135623730951},"63":{"tf":1.0},"96":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"120":{"tf":1.0},"121":{"tf":1.0},"134":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"117":{"tf":1.0},"163":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"116":{"tf":1.0},"12":{"tf":1.4142135623730951},"33":{"tf":1.0},"37":{"tf":1.7320508075688772}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"43":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.0}}}},"df":1,"docs":{"163":{"tf":1.0}}},"df":0,"docs":{}}}}},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"75":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"48":{"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":5,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"81":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}}}}}}}},"s":{"df":8,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"43":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"81":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.4142135623730951}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"21":{"tf":1.0},"31":{"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":{"90":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"11":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}}}},"df":8,"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}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"120":{"tf":1.0},"124":{"tf":1.0},"158":{"tf":1.0},"3":{"tf":1.0},"43":{"tf":1.0}}}}}},"d":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":1,"docs":{"128":{"tf":1.0}},"l":{"df":1,"docs":{"19":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":3,"docs":{"123":{"tf":1.0},"50":{"tf":1.0},"94":{"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":6,"docs":{"128":{"tf":1.4142135623730951},"134":{"tf":1.7320508075688772},"23":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"43":{"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":14,"docs":{"123":{"tf":1.0},"132":{"tf":1.4142135623730951},"142":{"tf":1.0},"144":{"tf":2.6457513110645907},"145":{"tf":1.4142135623730951},"146":{"tf":1.7320508075688772},"148":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"45":{"tf":2.23606797749979},"46":{"tf":1.4142135623730951},"48":{"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":1,"docs":{"144":{"tf":1.4142135623730951}}}}}}}}},"l":{"df":1,"docs":{"27":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"'":{"df":11,"docs":{"110":{"tf":1.0},"113":{"tf":1.0},"131":{"tf":1.4142135623730951},"134":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"64":{"tf":1.0},"71":{"tf":1.0},"78":{"tf":1.0},"83":{"tf":1.0},"96":{"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":{"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":{}}},"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":{"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":{}},"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"134":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"134":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"156":{"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":{"51":{"tf":1.0},"55":{"tf":1.0}}}}}}}},"df":83,"docs":{"101":{"tf":1.4142135623730951},"102":{"tf":1.0},"103":{"tf":1.0},"105":{"tf":1.4142135623730951},"106":{"tf":1.0},"107":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.7320508075688772},"111":{"tf":1.0},"112":{"tf":1.7320508075688772},"114":{"tf":1.7320508075688772},"116":{"tf":2.449489742783178},"117":{"tf":2.449489742783178},"118":{"tf":2.0},"119":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"121":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.7320508075688772},"131":{"tf":3.1622776601683795},"132":{"tf":1.0},"134":{"tf":3.3166247903554},"142":{"tf":2.0},"144":{"tf":1.0},"145":{"tf":1.0},"150":{"tf":1.0},"158":{"tf":1.4142135623730951},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":2.23606797749979},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":2.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":2.23606797749979},"49":{"tf":1.4142135623730951},"50":{"tf":4.358898943540674},"51":{"tf":3.605551275463989},"52":{"tf":4.0},"53":{"tf":1.4142135623730951},"54":{"tf":2.23606797749979},"55":{"tf":2.6457513110645907},"56":{"tf":1.7320508075688772},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":2.0},"69":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.7320508075688772},"75":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"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},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.4142135623730951},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":2.449489742783178}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"118":{"tf":1.4142135623730951},"122":{"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":{"120":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"n":{"d":{"df":2,"docs":{"144":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":5,"docs":{"158":{"tf":1.0},"54":{"tf":1.0},"83":{"tf":1.7320508075688772},"86":{"tf":1.0},"87":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":9,"docs":{"117":{"tf":1.0},"122":{"tf":1.0},"140":{"tf":1.0},"27":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"51":{"tf":1.0},"66":{"tf":1.0},"87":{"tf":1.0}}}}},"t":{"df":2,"docs":{"117":{"tf":1.0},"50":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"145":{"tf":1.0},"146":{"tf":1.7320508075688772},"151":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"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}}}}},"o":{"df":0,"docs":{},"w":{"df":6,"docs":{"101":{"tf":1.0},"131":{"tf":1.0},"137":{"tf":1.0},"44":{"tf":1.4142135623730951},"50":{"tf":1.0},"79":{"tf":1.0}}}}},"n":{"df":8,"docs":{"118":{"tf":1.4142135623730951},"119":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":2.0},"51":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"u":{"df":1,"docs":{"1":{"tf":1.0}},"s":{"df":2,"docs":{"124":{"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},"148":{"tf":1.7320508075688772},"29":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":25,"docs":{"120":{"tf":1.0},"123":{"tf":1.7320508075688772},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"129":{"tf":1.0},"130":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"147":{"tf":1.0},"152":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"33":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"53":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":12,"docs":{"122":{"tf":1.4142135623730951},"147":{"tf":1.0},"155":{"tf":1.0},"23":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"63":{"tf":1.4142135623730951},"69":{"tf":1.0},"74":{"tf":1.0},"86":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}},"df":2,"docs":{"48":{"tf":1.0},"50":{"tf":1.4142135623730951}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":13,"docs":{"120":{"tf":1.0},"133":{"tf":1.0},"146":{"tf":1.0},"24":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"39":{"tf":1.0},"40":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":2.449489742783178},"51":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"110":{"tf":1.0},"114":{"tf":1.4142135623730951},"117":{"tf":1.0},"134":{"tf":1.0},"14":{"tf":1.0},"34":{"tf":1.0},"63":{"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":{"54":{"tf":1.0},"92":{"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":{"123":{"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":{"123":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":7,"docs":{"117":{"tf":1.0},"120":{"tf":1.0},"132":{"tf":1.0},"143":{"tf":1.0},"160":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0}},"i":{"df":1,"docs":{"154":{"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},"110":{"tf":1.0},"120":{"tf":2.0},"125":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"27":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"94":{"tf":1.0}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"11":{"tf":1.0},"26":{"tf":1.0},"34":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"134":{"tf":1.0},"69":{"tf":1.0}}}}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":24,"docs":{"0":{"tf":1.0},"1":{"tf":2.8284271247461903},"116":{"tf":1.0},"13":{"tf":1.0},"132":{"tf":1.4142135623730951},"139":{"tf":1.0},"14":{"tf":1.0},"145":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951},"158":{"tf":2.8284271247461903},"159":{"tf":2.6457513110645907},"160":{"tf":3.605551275463989},"163":{"tf":2.449489742783178},"2":{"tf":2.449489742783178},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"27":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"4":{"tf":1.0},"64":{"tf":1.4142135623730951},"66":{"tf":2.0}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":13,"docs":{"139":{"tf":1.0},"140":{"tf":2.0},"141":{"tf":1.0},"143":{"tf":2.0},"22":{"tf":1.7320508075688772},"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}},"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":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"u":{"df":0,"docs":{},"g":{"df":2,"docs":{"137":{"tf":1.0},"138":{"tf":1.7320508075688772}}}}},"d":{"c":{"df":1,"docs":{"163":{"tf":1.0}},"v":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"163":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"116":{"tf":1.0},"123":{"tf":2.0},"129":{"tf":1.4142135623730951},"131":{"tf":1.7320508075688772},"138":{"tf":1.4142135623730951},"33":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"48":{"tf":1.0},"75":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"128":{"tf":1.0}}}}},"t":{"df":4,"docs":{"138":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"df":3,"docs":{"157":{"tf":1.0},"16":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"157":{"tf":1.0},"22":{"tf":1.0}},"n":{"df":5,"docs":{"132":{"tf":1.0},"133":{"tf":1.0},"145":{"tf":1.0},"4":{"tf":1.0},"95":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":4,"docs":{"22":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"36":{"tf":1.7320508075688772}}}},"o":{"df":5,"docs":{"117":{"tf":1.0},"120":{"tf":1.0},"146":{"tf":1.4142135623730951},"22":{"tf":1.0},"34":{"tf":1.0}},"o":{"d":{"b":{"df":0,"docs":{},"y":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":1,"docs":{"11":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"163":{"tf":1.0}}}}}},"r":{"a":{"b":{"df":3,"docs":{"24":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"160":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"123":{"tf":1.0}}},".":{"df":0,"docs":{},"v":{"1":{"df":3,"docs":{"119":{"tf":1.0},"120":{"tf":1.0},"123":{"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":{"120":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":6,"docs":{"117":{"tf":2.0},"118":{"tf":1.4142135623730951},"119":{"tf":1.7320508075688772},"121":{"tf":1.4142135623730951},"122":{"tf":2.23606797749979},"123":{"tf":2.8284271247461903}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"46":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951}}}}},"p":{"c":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"v":{"4":{"df":1,"docs":{"145":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":3,"docs":{"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"134":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"df":1,"docs":{"36":{"tf":1.0}}},"u":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"21":{"tf":1.0},"31":{"tf":1.0},"4":{"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":{"49":{"tf":1.0},"52":{"tf":1.0},"66":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"142":{"tf":1.0}}}}}},"r":{"d":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"36":{"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":1,"docs":{"91":{"tf":1.4142135623730951}}}},"v":{"df":0,"docs":{},"e":{"df":7,"docs":{"14":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"4":{"tf":1.0}}}}},"df":4,"docs":{"132":{"tf":1.0},"145":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0}},"e":{"a":{"d":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"153":{"tf":1.0},"154":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":3,"docs":{"117":{"tf":1.0},"120":{"tf":1.0},"144":{"tf":1.0}}}},"p":{"df":5,"docs":{"131":{"tf":2.23606797749979},"132":{"tf":2.23606797749979},"145":{"tf":2.23606797749979},"39":{"tf":1.7320508075688772},"4":{"tf":2.23606797749979}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"134":{"tf":1.0},"34":{"tf":1.0},"50":{"tf":1.0}}}},"y":{"df":1,"docs":{"123":{"tf":1.0}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"69":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"138":{"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":{"109":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"t":{"df":1,"docs":{"19":{"tf":1.0}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"139":{"tf":1.0},"160":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"48":{"tf":1.0}}}},"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":{"(":{"df":1,"docs":{"48":{"tf":1.0}}},"/":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"p":{"df":1,"docs":{"134":{"tf":1.0}}}},"df":0,"docs":{}}},":":{"/":{"/":{"1":{"2":{"7":{".":{"0":{".":{"0":{".":{"1":{":":{"7":{"8":{"0":{"0":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"48":{"tf":1.0}}}}},"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":{"108":{"tf":1.0},"113":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0},"99":{"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":1,"docs":{"146":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"34":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"df":1,"docs":{"146":{"tf":1.0}}},"2":{"df":1,"docs":{"146":{"tf":1.0}}},"3":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"0":{"9":{"1":{"/":{"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":{}},"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":1,"docs":{"34":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"149":{"tf":1.0},"151":{"tf":1.4142135623730951},"153":{"tf":1.0},"154":{"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":9,"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}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"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":3,"docs":{"134":{"tf":1.7320508075688772},"154":{"tf":1.0},"50":{"tf":1.0}}},"d":{"df":11,"docs":{"112":{"tf":1.0},"116":{"tf":1.0},"126":{"tf":3.4641016151377544},"131":{"tf":1.4142135623730951},"144":{"tf":1.0},"36":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"77":{"tf":1.0},"78":{"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":{"44":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0},"78":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"c":{"df":2,"docs":{"35":{"tf":1.7320508075688772},"36":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"134":{"tf":2.0}}}}}},"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":{"118":{"tf":1.0},"119":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":13,"docs":{"116":{"tf":1.0},"117":{"tf":1.7320508075688772},"118":{"tf":1.0},"123":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"135":{"tf":1.0},"158":{"tf":1.0},"163":{"tf":1.0},"26":{"tf":1.0},"55":{"tf":1.0},"64":{"tf":1.0},"94":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"117":{"tf":1.0},"120":{"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":{"44":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":6,"docs":{"123":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"134":{"tf":2.23606797749979},"54":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":5,"docs":{"116":{"tf":1.4142135623730951},"18":{"tf":1.0},"26":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"92":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"c":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":2,"docs":{"131":{"tf":1.4142135623730951},"150":{"tf":1.0}},"r":{"df":0,"docs":{},"m":{"df":14,"docs":{"12":{"tf":1.0},"128":{"tf":1.7320508075688772},"134":{"tf":3.1622776601683795},"139":{"tf":1.4142135623730951},"145":{"tf":1.0},"146":{"tf":1.0},"154":{"tf":1.0},"158":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":2.23606797749979}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"44":{"tf":1.0},"51":{"tf":1.0},"94":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"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":2,"docs":{"33":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"14":{"tf":1.0},"157":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":11,"docs":{"123":{"tf":1.0},"148":{"tf":1.4142135623730951},"16":{"tf":1.0},"21":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"34":{"tf":2.0},"4":{"tf":1.0},"5":{"tf":1.7320508075688772},"8":{"tf":1.0},"9":{"tf":1.0}}},"n":{"c":{"df":9,"docs":{"118":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.7320508075688772},"4":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"d":{"df":8,"docs":{"1":{"tf":1.0},"129":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"27":{"tf":1.0},"37":{"tf":1.4142135623730951},"45":{"tf":1.0},"69":{"tf":1.0},"75":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"21":{"tf":1.0},"31":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":6,"docs":{"48":{"tf":1.0},"63":{"tf":1.4142135623730951},"74":{"tf":1.0},"86":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}},"r":{"df":13,"docs":{"12":{"tf":1.7320508075688772},"132":{"tf":1.4142135623730951},"139":{"tf":1.0},"145":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"159":{"tf":1.0},"160":{"tf":1.7320508075688772},"163":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"3":{"tf":1.7320508075688772},"32":{"tf":1.0},"33":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"34":{"tf":1.0},"4":{"tf":1.0}}}}},"f":{"a":{"c":{"df":5,"docs":{"151":{"tf":1.7320508075688772},"152":{"tf":1.0},"24":{"tf":1.0},"4":{"tf":1.4142135623730951},"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"138":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":1,"docs":{"3":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"163":{"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":{"114":{"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":{"156":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":1,"docs":{"118":{"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":{"158":{"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":{"160":{"tf":1.0}}}}}}},":":{"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":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":3,"docs":{"128":{"tf":1.0},"129":{"tf":2.449489742783178},"130":{"tf":1.0}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"130":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":16,"docs":{"128":{"tf":1.0},"130":{"tf":1.0},"134":{"tf":1.4142135623730951},"140":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.4142135623730951},"23":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":1.4142135623730951},"37":{"tf":2.23606797749979},"40":{"tf":1.0},"44":{"tf":1.4142135623730951},"54":{"tf":1.0},"83":{"tf":1.0},"91":{"tf":1.0},"92":{"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":5,"docs":{"124":{"tf":1.0},"132":{"tf":1.0},"149":{"tf":1.0},"39":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951}}},"6":{"df":5,"docs":{"124":{"tf":1.0},"132":{"tf":1.0},"149":{"tf":1.0},"39":{"tf":1.4142135623730951},"86":{"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":{"117":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":4,"docs":{"48":{"tf":2.0},"74":{"tf":1.0},"86":{"tf":2.0},"99":{"tf":1.7320508075688772}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"133":{"tf":1.0},"52":{"tf":1.0}}}}}}}},"j":{"df":0,"docs":{},"o":{"b":{"df":6,"docs":{"110":{"tf":1.0},"56":{"tf":1.0},"64":{"tf":1.0},"71":{"tf":1.0},"83":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}},"q":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"156":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951}}}}}},"k":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":1,"docs":{"126":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":1,"docs":{"17":{"tf":1.0}},"e":{"df":0,"docs":{},"y":{"df":11,"docs":{"108":{"tf":1.7320508075688772},"113":{"tf":1.7320508075688772},"116":{"tf":1.0},"131":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"48":{"tf":1.7320508075688772},"52":{"tf":2.0},"53":{"tf":1.0},"63":{"tf":1.7320508075688772},"99":{"tf":1.7320508075688772}}}},"i":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"142":{"tf":1.0},"36":{"tf":1.4142135623730951},"63":{"tf":2.449489742783178}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"129":{"tf":1.0},"163":{"tf":1.0},"36":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":4,"docs":{"134":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.4142135623730951},"53":{"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":{"143":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"l":{"df":12,"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}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":9,"docs":{"139":{"tf":1.0},"140":{"tf":1.0},"143":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"163":{"tf":2.0},"21":{"tf":1.0},"22":{"tf":1.0},"31":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":9,"docs":{"114":{"tf":1.0},"120":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.7320508075688772},"130":{"tf":1.4142135623730951},"131":{"tf":3.0},"142":{"tf":1.4142135623730951},"36":{"tf":1.0},"99":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"138":{"tf":1.0}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"1":{"tf":1.0},"163":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"45":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"130":{"tf":1.0},"51":{"tf":1.0},"66":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"124":{"tf":1.0},"125":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"50":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"138":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"163":{"tf":1.0}}}}}},"d":{"df":1,"docs":{"134":{"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":1,"docs":{"50":{"tf":1.0}}}}}},"t":{"'":{"df":12,"docs":{"117":{"tf":1.0},"120":{"tf":1.4142135623730951},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.4142135623730951},"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}}},"df":1,"docs":{"50":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"150":{"tf":1.4142135623730951},"2":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"50":{"tf":1.0},"52":{"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},"160":{"tf":1.0},"163":{"tf":1.0},"3":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"128":{"tf":1.0},"48":{"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":{"133":{"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":{"44":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"134":{"tf":1.0},"158":{"tf":1.0},"54":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.7320508075688772},"95":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":5,"docs":{"135":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"46":{"tf":1.0}}},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"48":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"129":{"tf":1.0},"134":{"tf":1.7320508075688772},"140":{"tf":1.0},"23":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.4142135623730951},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":7,"docs":{"120":{"tf":1.4142135623730951},"129":{"tf":2.449489742783178},"132":{"tf":1.0},"134":{"tf":1.4142135623730951},"39":{"tf":1.7320508075688772},"48":{"tf":1.0},"66":{"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":1,"docs":{"153":{"tf":1.4142135623730951}}}}},"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":{"91":{"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":3,"docs":{"37":{"tf":1.0},"54":{"tf":1.0},"88":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":4,"docs":{"11":{"tf":1.0},"134":{"tf":2.0},"160":{"tf":1.4142135623730951},"90":{"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":{"51":{"tf":1.0},"94":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":33,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"125":{"tf":1.0},"134":{"tf":1.0},"144":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":2.0},"31":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.7320508075688772},"39":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":1.4142135623730951},"5":{"tf":1.0},"51":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.4142135623730951},"73":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0},"98":{"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":1,"docs":{"146":{"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":1,"docs":{"146":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":5,"docs":{"151":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"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":3,"docs":{"51":{"tf":1.0},"54":{"tf":1.0},"92":{"tf":1.4142135623730951}}}}}}}}}},"df":0,"docs":{}}},"t":{"df":4,"docs":{"132":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"148":{"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":{"128":{"tf":1.4142135623730951},"150":{"tf":2.23606797749979},"4":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.0},"75":{"tf":1.4142135623730951},"78":{"tf":1.0}},"i":{"c":{"a":{"df":0,"docs":{},"l":{"_":{"d":{"df":0,"docs":{},"n":{"df":1,"docs":{"134":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"130":{"tf":1.0},"158":{"tf":1.0}}}},"o":{"df":0,"docs":{},"k":{"df":13,"docs":{"116":{"tf":1.0},"140":{"tf":1.0},"142":{"tf":1.0},"146":{"tf":1.0},"161":{"tf":1.0},"163":{"tf":1.4142135623730951},"19":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.0},"36":{"tf":1.4142135623730951},"4":{"tf":1.0},"45":{"tf":1.0},"63":{"tf":1.7320508075688772}}},"p":{"df":1,"docs":{"2":{"tf":1.0}}}},"t":{"df":1,"docs":{"163":{"tf":1.0}}},"w":{"df":1,"docs":{"158":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"u":{"df":1,"docs":{"120":{"tf":1.0}}}},"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":{"48":{"tf":1.0},"5":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":4,"docs":{"137":{"tf":2.0},"14":{"tf":1.0},"159":{"tf":1.0},"160":{"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":{"126":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"120":{"tf":2.0},"123":{"tf":1.0},"125":{"tf":1.0},"51":{"tf":1.4142135623730951},"90":{"tf":1.0},"94":{"tf":1.4142135623730951}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"e":{"df":6,"docs":{"131":{"tf":1.0},"14":{"tf":1.0},"146":{"tf":1.0},"2":{"tf":1.7320508075688772},"5":{"tf":1.0},"50":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":19,"docs":{"121":{"tf":1.0},"123":{"tf":1.4142135623730951},"132":{"tf":2.449489742783178},"133":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"137":{"tf":3.1622776601683795},"143":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"145":{"tf":1.7320508075688772},"146":{"tf":2.23606797749979},"154":{"tf":1.0},"33":{"tf":2.6457513110645907},"34":{"tf":2.6457513110645907},"36":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"4":{"tf":2.449489742783178},"47":{"tf":1.0},"48":{"tf":2.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":4,"docs":{"135":{"tf":1.0},"145":{"tf":1.0},"39":{"tf":1.0},"48":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"163":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":4,"docs":{"14":{"tf":1.4142135623730951},"157":{"tf":1.0},"19":{"tf":1.0},"60":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"27":{"tf":1.0},"41":{"tf":1.0}}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"163":{"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":0,"docs":{},"v":{"df":0,"docs":{},"e":{"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":{},"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":{"120":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"132":{"tf":1.7320508075688772}}},"r":{"df":0,"docs":{},"k":{"df":4,"docs":{"163":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.0},"36":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"`":{"]":{"[":{"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":{"99":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":21,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"114":{"tf":1.0},"116":{"tf":1.0},"128":{"tf":1.0},"159":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0},"86":{"tf":2.0},"87":{"tf":2.0},"96":{"tf":1.7320508075688772},"99":{"tf":2.23606797749979}},"m":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"160":{"tf":1.0},"36":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"x":{"_":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"51":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"69":{"tf":1.0},"94":{"tf":2.23606797749979},"95":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"_":{"d":{"b":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"b":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}},"df":4,"docs":{"128":{"tf":1.7320508075688772},"130":{"tf":1.0},"39":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}}}}}},"d":{"df":2,"docs":{"145":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951}},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"145":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":2,"docs":{"145":{"tf":1.0},"39":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"137":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"124":{"tf":1.0},"125":{"tf":1.4142135623730951},"131":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":4,"docs":{"110":{"tf":1.0},"116":{"tf":1.0},"133":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"134":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"138":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":3,"docs":{"145":{"tf":1.0},"146":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"163":{"tf":1.0}}},"s":{"a":{"df":0,"docs":{},"g":{"df":9,"docs":{"121":{"tf":1.0},"123":{"tf":1.4142135623730951},"124":{"tf":1.0},"132":{"tf":1.0},"137":{"tf":1.0},"145":{"tf":1.0},"4":{"tf":1.0},"75":{"tf":1.0},"78":{"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":3,"docs":{"109":{"tf":1.0},"63":{"tf":1.4142135623730951},"99":{"tf":1.0}},"}":{"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":{"63":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":26,"docs":{"100":{"tf":1.0},"105":{"tf":1.0},"108":{"tf":1.4142135623730951},"110":{"tf":1.0},"112":{"tf":1.7320508075688772},"113":{"tf":1.4142135623730951},"114":{"tf":1.7320508075688772},"116":{"tf":2.0},"119":{"tf":1.0},"134":{"tf":1.7320508075688772},"141":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":2.6457513110645907},"46":{"tf":2.23606797749979},"48":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":2.6457513110645907},"53":{"tf":1.4142135623730951},"54":{"tf":2.0},"56":{"tf":1.0},"63":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.7320508075688772}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":9,"docs":{"103":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"108":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.0},"62":{"tf":1.0},"81":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":2,"docs":{"124":{"tf":1.4142135623730951},"126":{"tf":1.0}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":5,"docs":{"118":{"tf":1.4142135623730951},"5":{"tf":1.0},"7":{"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},"100":{"tf":1.0},"109":{"tf":1.0},"114":{"tf":1.0},"127":{"tf":1.4142135623730951},"128":{"tf":1.0},"129":{"tf":2.449489742783178},"130":{"tf":1.7320508075688772},"131":{"tf":2.449489742783178},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"155":{"tf":2.449489742783178},"158":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.7320508075688772},"3":{"tf":1.0},"70":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"32":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":5,"docs":{"63":{"tf":1.4142135623730951},"74":{"tf":1.0},"86":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"138":{"tf":1.0}}}}},"m":{"d":{"b":{"df":1,"docs":{"39":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"d":{"df":1,"docs":{"123":{"tf":1.0}},"e":{"df":9,"docs":{"127":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"154":{"tf":2.0},"18":{"tf":1.0},"48":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":1.4142135623730951},"68":{"tf":1.0}}},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"120":{"tf":1.0}},"i":{"df":1,"docs":{"66":{"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":22,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"112":{"tf":1.0},"12":{"tf":1.0},"131":{"tf":1.4142135623730951},"132":{"tf":1.0},"135":{"tf":1.0},"14":{"tf":1.0},"150":{"tf":1.0},"160":{"tf":1.0},"19":{"tf":1.0},"36":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"4":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"69":{"tf":1.0},"99":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"105":{"tf":1.0},"12":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"14":{"tf":1.0},"36":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"132":{"tf":1.0},"145":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":8,"docs":{"0":{"tf":1.0},"1":{"tf":1.7320508075688772},"157":{"tf":1.0},"163":{"tf":1.4142135623730951},"2":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0}}}},"df":10,"docs":{"132":{"tf":1.0},"140":{"tf":1.4142135623730951},"145":{"tf":1.0},"160":{"tf":1.0},"2":{"tf":1.0},"36":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"87":{"tf":1.0}}}}}}},"t":{"df":2,"docs":{"118":{"tf":1.4142135623730951},"122":{"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":{"141":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"112":{"tf":1.0},"116":{"tf":1.0},"144":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"73":{"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":{"112":{"tf":1.0},"62":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"103":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"98":{"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":48,"docs":{"102":{"tf":1.0},"103":{"tf":2.0},"106":{"tf":1.0},"107":{"tf":1.4142135623730951},"111":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"131":{"tf":1.7320508075688772},"134":{"tf":1.4142135623730951},"142":{"tf":1.7320508075688772},"144":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.4142135623730951},"53":{"tf":1.0},"55":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":2.0},"84":{"tf":1.0},"85":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":2.0},"99":{"tf":2.23606797749979}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":4,"docs":{"140":{"tf":1.4142135623730951},"142":{"tf":1.4142135623730951},"143":{"tf":2.0},"36":{"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":1,"docs":{"126":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"163":{"tf":1.0}}}}}},"c":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"17":{"tf":1.7320508075688772}}}},"df":2,"docs":{"120":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951}}},"d":{"df":0,"docs":{},"u":{"2":{"df":1,"docs":{"36":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":1,"docs":{"94":{"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},"51":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"138":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":14,"docs":{"117":{"tf":1.4142135623730951},"119":{"tf":1.0},"120":{"tf":1.0},"123":{"tf":1.4142135623730951},"133":{"tf":1.0},"134":{"tf":1.0},"146":{"tf":1.4142135623730951},"159":{"tf":1.0},"160":{"tf":1.0},"163":{"tf":1.0},"27":{"tf":1.0},"36":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}},"t":{"c":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"120":{"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":{"86":{"tf":1.0}}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":7,"docs":{"120":{"tf":1.0},"123":{"tf":1.0},"14":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.0},"4":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}},"w":{"df":5,"docs":{"124":{"tf":1.0},"129":{"tf":1.0},"154":{"tf":1.0},"26":{"tf":1.4142135623730951},"50":{"tf":1.0}}},"x":{"df":0,"docs":{},"t":{"df":8,"docs":{"120":{"tf":1.0},"161":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"29":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"34":{"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":{"46":{"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":{"129":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":4,"docs":{"22":{"tf":1.0},"26":{"tf":1.0},"35":{"tf":1.0},"36":{"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":{"114":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"n":{"c":{"df":1,"docs":{"126":{"tf":2.0}}},"df":5,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.0},"39":{"tf":1.0}},"e":{"df":5,"docs":{"120":{"tf":1.4142135623730951},"33":{"tf":1.0},"87":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"160":{"tf":1.0},"36":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"86":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":8,"docs":{"129":{"tf":1.0},"130":{"tf":1.0},"145":{"tf":1.0},"50":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}},"h":{"df":2,"docs":{"67":{"tf":1.0},"74":{"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":{"114":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"w":{"df":17,"docs":{"105":{"tf":1.0},"109":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.4142135623730951},"123":{"tf":1.0},"146":{"tf":1.0},"159":{"tf":1.0},"22":{"tf":1.0},"23":{"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},"54":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"78":{"tf":1.0},"99":{"tf":2.449489742783178}}}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":16,"docs":{"100":{"tf":1.4142135623730951},"11":{"tf":1.0},"114":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":2.6457513110645907},"130":{"tf":1.7320508075688772},"132":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":2.6457513110645907},"138":{"tf":3.1622776601683795},"158":{"tf":1.0},"50":{"tf":1.0},"63":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"94":{"tf":1.7320508075688772},"95":{"tf":1.0}}}}},"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":15,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"118":{"tf":1.0},"43":{"tf":1.4142135623730951},"48":{"tf":2.6457513110645907},"51":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"63":{"tf":2.0},"67":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0},"86":{"tf":1.7320508075688772},"91":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":2.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":4,"docs":{"105":{"tf":1.0},"11":{"tf":1.0},"163":{"tf":1.4142135623730951},"54":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"129":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0}},"r":{"df":1,"docs":{"94":{"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":{"112":{"tf":1.0},"116":{"tf":1.0},"43":{"tf":1.0},"46":{"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":{"119":{"tf":1.0},"123":{"tf":1.4142135623730951}}}}}}},"df":2,"docs":{"118":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951}}},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":10,"docs":{"103":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.4142135623730951},"73":{"tf":1.0},"74":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":7,"docs":{"66":{"tf":1.0},"67":{"tf":1.4142135623730951},"73":{"tf":1.0},"74":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.4142135623730951},"99":{"tf":1.0}}}}}}},"c":{"df":1,"docs":{"36":{"tf":1.0}}},"df":20,"docs":{"117":{"tf":1.0},"125":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.4142135623730951},"135":{"tf":1.0},"154":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.4142135623730951},"23":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.4142135623730951},"44":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":1.0},"60":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":3,"docs":{"63":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"o":{"df":2,"docs":{"13":{"tf":1.0},"44":{"tf":1.0}}}},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"5":{"tf":1.0},"55":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"1":{"tf":1.0},"163":{"tf":1.4142135623730951},"24":{"tf":1.0}}},"r":{"df":3,"docs":{"124":{"tf":1.0},"2":{"tf":1.0},"86":{"tf":1.0}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"117":{"tf":1.0},"118":{"tf":1.0},"50":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"94":{"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":{"119":{"tf":1.0},"123":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":20,"docs":{"104":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"132":{"tf":1.7320508075688772},"145":{"tf":1.7320508075688772},"158":{"tf":1.0},"39":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.4142135623730951},"82":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0},"99":{"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},"163":{"tf":1.4142135623730951}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"134":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"66":{"tf":1.0},"87":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"128":{"tf":1.0},"130":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"128":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"34":{"tf":1.0},"63":{"tf":1.4142135623730951},"66":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"163":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"157":{"tf":1.0}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":4,"docs":{"134":{"tf":1.0},"160":{"tf":1.0},"42":{"tf":1.0},"48":{"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":{"50":{"tf":1.0}}}}}}},"t":{"df":11,"docs":{"1":{"tf":1.0},"120":{"tf":1.0},"123":{"tf":1.4142135623730951},"158":{"tf":1.0},"2":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"54":{"tf":1.0}},"g":{"df":0,"docs":{},"o":{"df":2,"docs":{"116":{"tf":1.0},"75":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"116":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":8,"docs":{"120":{"tf":1.0},"155":{"tf":1.0},"18":{"tf":1.0},"24":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"50":{"tf":1.0},"75":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":11,"docs":{"12":{"tf":1.0},"120":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"130":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"45":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"124":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":4,"docs":{"0":{"tf":1.0},"117":{"tf":1.0},"133":{"tf":1.0},"32":{"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":{"123":{"tf":1.0}}}}}}}},"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"123":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"52":{"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":{"126":{"tf":1.4142135623730951}}}}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"126":{"tf":1.4142135623730951}}}}}},"df":54,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"116":{"tf":2.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"120":{"tf":1.7320508075688772},"126":{"tf":1.4142135623730951},"129":{"tf":2.6457513110645907},"131":{"tf":1.0},"134":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"160":{"tf":1.7320508075688772},"17":{"tf":1.4142135623730951},"19":{"tf":2.0},"26":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.4142135623730951},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":2.0},"43":{"tf":1.0},"44":{"tf":2.0},"48":{"tf":1.7320508075688772},"49":{"tf":1.4142135623730951},"50":{"tf":4.358898943540674},"51":{"tf":1.4142135623730951},"52":{"tf":3.0},"53":{"tf":1.0},"54":{"tf":3.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":2.449489742783178},"66":{"tf":1.0},"67":{"tf":1.0},"71":{"tf":1.7320508075688772},"75":{"tf":1.4142135623730951},"79":{"tf":1.0},"86":{"tf":1.4142135623730951},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":2.0},"92":{"tf":1.0},"94":{"tf":3.0},"95":{"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":{"42":{"tf":1.4142135623730951},"44":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":2,"docs":{"122":{"tf":1.0},"123":{"tf":1.0}}},"t":{"df":3,"docs":{"12":{"tf":1.0},"134":{"tf":1.4142135623730951},"34":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"42":{"tf":1.0},"55":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":2,"docs":{"162":{"tf":1.0},"44":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"s":{"df":12,"docs":{"101":{"tf":1.7320508075688772},"120":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"160":{"tf":1.0},"22":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"71":{"tf":1.0},"79":{"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":{"118":{"tf":1.0}}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"132":{"tf":1.0},"145":{"tf":1.0},"148":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"132":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"2":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}}}},"y":{"df":1,"docs":{"66":{"tf":1.0}}}},"df":2,"docs":{"132":{"tf":1.0},"39":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"134":{"tf":1.0},"160":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":4,"docs":{"11":{"tf":2.23606797749979},"150":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"o":{"d":{"df":5,"docs":{"138":{"tf":1.0},"44":{"tf":1.0},"51":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"33":{"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":{}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"140":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"g":{"'":{"df":1,"docs":{"126":{"tf":1.0}}},"_":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"126":{"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":{"126":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"124":{"tf":1.0},"125":{"tf":2.0}}}},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"134":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"118":{"tf":1.0},"50":{"tf":2.23606797749979}}}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"43":{"tf":1.0},"66":{"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":{"146":{"tf":1.0}}},".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"33":{"tf":1.0},"34":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":8,"docs":{"129":{"tf":1.0},"132":{"tf":1.4142135623730951},"145":{"tf":2.23606797749979},"146":{"tf":3.1622776601683795},"160":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"47":{"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},"163":{"tf":1.0},"3":{"tf":1.0},"48":{"tf":1.0}}}}}}},"y":{"df":4,"docs":{"23":{"tf":1.4142135623730951},"27":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"117":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"147":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951}}}}}}},"o":{"d":{"df":3,"docs":{"143":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"34":{"tf":1.7320508075688772}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"11":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0},"34":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"90":{"tf":1.4142135623730951},"91":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"34":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":4,"docs":{"160":{"tf":1.0},"22":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"132":{"tf":1.0}}}},"df":5,"docs":{"116":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"154":{"tf":1.0},"52":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"t":{"(":{"df":2,"docs":{"33":{"tf":1.0},"37":{"tf":1.0}}},"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"158":{"tf":1.0}}}}},"df":38,"docs":{"118":{"tf":1.0},"120":{"tf":1.7320508075688772},"123":{"tf":1.0},"124":{"tf":1.0},"129":{"tf":2.449489742783178},"132":{"tf":2.0},"134":{"tf":1.0},"140":{"tf":2.23606797749979},"144":{"tf":1.7320508075688772},"145":{"tf":2.23606797749979},"146":{"tf":2.23606797749979},"149":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"39":{"tf":2.449489742783178},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"44":{"tf":2.0},"48":{"tf":2.0},"54":{"tf":1.0},"66":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.4142135623730951},"86":{"tf":2.0},"91":{"tf":1.0},"92":{"tf":1.0}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"86":{"tf":1.0}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":7,"docs":{"11":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.4142135623730951},"38":{"tf":1.0},"4":{"tf":1.0},"94":{"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":{"46":{"tf":1.0},"94":{"tf":1.0},"99":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"161":{"tf":1.0},"163":{"tf":1.0},"37":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"94":{"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":{"52":{"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":{"50":{"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":{"128":{"tf":1.0},"130":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"128":{"tf":1.0},"130":{"tf":1.0}}}},"df":0,"docs":{}}},"df":10,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"128":{"tf":1.7320508075688772},"130":{"tf":1.0},"48":{"tf":1.0},"59":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"81":{"tf":1.0},"98":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"74":{"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":{"49":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"162":{"tf":1.0},"45":{"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":{"157":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":3,"docs":{"110":{"tf":1.0},"163":{"tf":1.0},"23":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"39":{"tf":1.0},"4":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"14":{"tf":1.0},"154":{"tf":1.0}}}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"120":{"tf":1.0},"132":{"tf":1.4142135623730951},"145":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":1.7320508075688772}}}},"v":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"160":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"o":{"b":{"df":0,"docs":{},"e":{"df":2,"docs":{"153":{"tf":1.0},"154":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":16,"docs":{"100":{"tf":1.0},"11":{"tf":1.0},"129":{"tf":1.0},"134":{"tf":1.0},"163":{"tf":1.0},"17":{"tf":1.4142135623730951},"2":{"tf":1.0},"22":{"tf":1.0},"33":{"tf":1.4142135623730951},"36":{"tf":1.0},"42":{"tf":1.4142135623730951},"48":{"tf":1.0},"50":{"tf":2.23606797749979},"52":{"tf":2.0},"87":{"tf":1.0},"94":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.0},"145":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"132":{"tf":1.0},"14":{"tf":1.4142135623730951},"163":{"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":{"155":{"tf":1.0},"24":{"tf":1.0}}}}}}}},"p":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":12,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"48":{"tf":2.23606797749979},"55":{"tf":1.0},"63":{"tf":2.0},"67":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0},"86":{"tf":1.7320508075688772},"91":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":2.0}}}}}}},"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":{"123":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":2,"docs":{"121":{"tf":1.0},"123":{"tf":2.0}}}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"13":{"tf":1.0},"163":{"tf":1.4142135623730951},"36":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"3":{"df":1,"docs":{"123":{"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":{"123":{"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":{"123":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":2,"docs":{"121":{"tf":1.0},"123":{"tf":2.0}}}}},"c":{"df":1,"docs":{"123":{"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":{"126":{"tf":1.0}}}}}}},"df":9,"docs":{"124":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"132":{"tf":1.0},"133":{"tf":1.7320508075688772},"145":{"tf":1.0},"149":{"tf":1.0},"158":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.0}}}}},"df":2,"docs":{"123":{"tf":2.0},"134":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":48,"docs":{"1":{"tf":1.0},"110":{"tf":1.4142135623730951},"112":{"tf":1.0},"114":{"tf":1.4142135623730951},"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"124":{"tf":1.7320508075688772},"127":{"tf":1.0},"128":{"tf":1.0},"13":{"tf":1.0},"130":{"tf":1.0},"132":{"tf":3.0},"133":{"tf":1.4142135623730951},"134":{"tf":2.6457513110645907},"135":{"tf":1.0},"138":{"tf":1.4142135623730951},"139":{"tf":2.23606797749979},"140":{"tf":1.4142135623730951},"142":{"tf":1.4142135623730951},"143":{"tf":1.0},"144":{"tf":1.4142135623730951},"145":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.7320508075688772},"157":{"tf":1.0},"158":{"tf":1.4142135623730951},"160":{"tf":1.0},"163":{"tf":1.4142135623730951},"2":{"tf":1.0},"22":{"tf":1.0},"32":{"tf":1.7320508075688772},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.4142135623730951},"5":{"tf":1.0},"56":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":1.4142135623730951},"71":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"df":0,"docs":{},"i":{"df":51,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":2.6457513110645907},"126":{"tf":1.7320508075688772},"127":{"tf":1.4142135623730951},"129":{"tf":3.1622776601683795},"13":{"tf":1.0},"130":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":2.0},"134":{"tf":2.449489742783178},"135":{"tf":1.0},"137":{"tf":3.7416573867739413},"138":{"tf":3.4641016151377544},"139":{"tf":1.0},"14":{"tf":1.0},"140":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.7320508075688772},"145":{"tf":1.7320508075688772},"146":{"tf":2.23606797749979},"148":{"tf":1.0},"154":{"tf":2.0},"155":{"tf":1.4142135623730951},"157":{"tf":1.0},"158":{"tf":2.6457513110645907},"159":{"tf":3.3166247903554},"160":{"tf":4.242640687119285},"163":{"tf":1.4142135623730951},"18":{"tf":1.7320508075688772},"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},"39":{"tf":2.8284271247461903},"4":{"tf":2.449489742783178},"41":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"46":{"tf":2.0},"48":{"tf":2.0},"51":{"tf":1.0},"66":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.4142135623730951}}},"y":{"'":{"df":4,"docs":{"133":{"tf":1.0},"138":{"tf":1.0},"158":{"tf":1.0},"51":{"tf":1.0}}},".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"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":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"120":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"120":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"158":{"tf":1.4142135623730951},"160":{"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},"105":{"tf":1.0},"146":{"tf":1.0}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"124":{"tf":1.0},"150":{"tf":1.0},"36":{"tf":1.0},"44":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"132":{"tf":1.0}}}},"t":{"df":2,"docs":{"159":{"tf":1.0},"53":{"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":{"39":{"tf":1.0}}}}}}},"df":4,"docs":{"124":{"tf":1.4142135623730951},"125":{"tf":1.7320508075688772},"39":{"tf":1.4142135623730951},"4":{"tf":1.0}}}}},"df":2,"docs":{"39":{"tf":1.0},"4":{"tf":1.0}},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":1,"docs":{"126":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"146":{"tf":1.0},"151":{"tf":1.0},"34":{"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":7,"docs":{"146":{"tf":1.0},"15":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"4":{"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":{"133":{"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":{".":{"4":{".":{"0":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"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},"131":{"tf":1.0},"134":{"tf":1.4142135623730951},"160":{"tf":1.0},"163":{"tf":1.4142135623730951},"19":{"tf":1.0},"2":{"tf":1.0},"32":{"tf":1.0},"45":{"tf":1.4142135623730951},"50":{"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":2,"docs":{"113":{"tf":1.0},"53":{"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":{"142":{"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":2,"docs":{"141":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772}}}}}}}},"df":5,"docs":{"112":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"144":{"tf":1.0},"43":{"tf":1.4142135623730951},"46":{"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":8,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"116":{"tf":1.0},"142":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"81":{"tf":1.0},"98":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":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":2,"docs":{"65":{"tf":1.0},"66":{"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":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"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":{},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":2,"docs":{"72":{"tf":1.0},"73":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"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":{"144":{"tf":1.0},"51":{"tf":1.0},"77":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"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":{"76":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"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":{"103":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"98":{"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":{},"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":{"84":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"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":{"89":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"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":{"51":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"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":{"103":{"tf":1.0},"81":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":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":{"102":{"tf":1.0},"103":{"tf":1.0},"81":{"tf":1.0},"98":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":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":{"106":{"tf":1.0},"107":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"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":4,"docs":{"111":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"142":{"tf":1.0}}}}}}}}}}}},"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":7,"docs":{"120":{"tf":1.0},"123":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":1.7320508075688772},"4":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{}}},"2":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"146":{"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":{":":{":":{"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":{"103":{"tf":1.0},"107":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"144":{"tf":1.0},"51":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"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":1,"docs":{"120":{"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":{},"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":{"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":{"120":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"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":{"118":{"tf":1.0},"119":{"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":{"123":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"m":{"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":{"52":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"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":{"120":{"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":{"120":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":1,"docs":{"150":{"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":{"151":{"tf":1.0},"4":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"129":{"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":{"129":{"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":{"129":{"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":1,"docs":{"39":{"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":{"129":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"45":{"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":{"131":{"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":{"109":{"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":{"131":{"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":{"70":{"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":{"70":{"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":{"100":{"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":{"100":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"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":{"131":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"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":{"114":{"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":{"131":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"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":2,"docs":{"132":{"tf":1.0},"39":{"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":{"138":{"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":{"138":{"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":{"138":{"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":{"138":{"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":{"138":{"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":{"138":{"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":{"138":{"tf":1.0}}}}}},"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":{"145":{"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":{"129":{"tf":1.0}}}}}}}}}}}},"df":1,"docs":{"126":{"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":{"129":{"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":{"129":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"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":{"129":{"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":{"132":{"tf":1.0},"145":{"tf":1.0},"39":{"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":{"39":{"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":1,"docs":{"132":{"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":{"130":{"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":{"130":{"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":{"130":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"u":{"b":{"_":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"132":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"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":{"137":{"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":{"137":{"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":{"137":{"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":{"137":{"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":{"137":{"tf":1.0}}}}}},"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":1,"docs":{"132":{"tf":1.0}}}}}},"df":72,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"12":{"tf":1.7320508075688772},"120":{"tf":2.23606797749979},"123":{"tf":1.0},"124":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.7320508075688772},"13":{"tf":1.4142135623730951},"132":{"tf":2.23606797749979},"133":{"tf":1.4142135623730951},"134":{"tf":2.0},"135":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.4142135623730951},"14":{"tf":1.0},"140":{"tf":1.0},"142":{"tf":1.7320508075688772},"143":{"tf":2.0},"144":{"tf":1.4142135623730951},"145":{"tf":2.0},"146":{"tf":2.0},"147":{"tf":1.4142135623730951},"148":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":2.0},"151":{"tf":1.0},"154":{"tf":1.7320508075688772},"157":{"tf":1.7320508075688772},"158":{"tf":2.23606797749979},"159":{"tf":1.7320508075688772},"16":{"tf":1.4142135623730951},"160":{"tf":2.449489742783178},"163":{"tf":1.4142135623730951},"18":{"tf":2.0},"19":{"tf":1.4142135623730951},"2":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":2.23606797749979},"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.4641016151377544},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":3.3166247903554},"38":{"tf":1.0},"39":{"tf":2.23606797749979},"4":{"tf":3.4641016151377544},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":2.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"5":{"tf":1.7320508075688772},"50":{"tf":1.7320508075688772},"53":{"tf":1.0},"54":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"116":{"tf":1.0},"36":{"tf":1.0},"91":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"g":{"df":2,"docs":{"134":{"tf":1.0},"86":{"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":{"86":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"94":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"158":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":2.23606797749979},"95":{"tf":1.0}}}}},"b":{"a":{"c":{"df":2,"docs":{"143":{"tf":1.0},"33":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"132":{"tf":1.0}},"e":{"a":{"d":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"118":{"tf":1.0},"122":{"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":{"131":{"tf":1.0}}}}}}},"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":{"118":{"tf":1.0},"122":{"tf":1.0}}}}}}}}},"df":8,"docs":{"108":{"tf":1.0},"118":{"tf":1.4142135623730951},"129":{"tf":2.0},"131":{"tf":1.0},"38":{"tf":1.0},"52":{"tf":1.0},"74":{"tf":1.0},"86":{"tf":1.0}},"i":{"df":8,"docs":{"154":{"tf":1.7320508075688772},"22":{"tf":1.7320508075688772},"26":{"tf":1.7320508075688772},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":2.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.0}}},"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}},"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":{},"i":{"df":1,"docs":{"37":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"114":{"tf":1.4142135623730951},"129":{"tf":1.0},"14":{"tf":1.0},"69":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":17,"docs":{"118":{"tf":1.4142135623730951},"126":{"tf":1.0},"129":{"tf":2.0},"137":{"tf":1.7320508075688772},"138":{"tf":1.0},"144":{"tf":1.0},"160":{"tf":1.4142135623730951},"17":{"tf":1.0},"19":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":2.6457513110645907},"70":{"tf":1.4142135623730951},"88":{"tf":1.0},"92":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"129":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"11":{"tf":1.0},"150":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"d":{"df":3,"docs":{"27":{"tf":1.0},"35":{"tf":1.0},"36":{"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":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"158":{"tf":1.0},"160":{"tf":1.4142135623730951},"2":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":9,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.4142135623730951},"67":{"tf":1.7320508075688772},"74":{"tf":1.4142135623730951},"86":{"tf":2.449489742783178},"91":{"tf":1.0},"99":{"tf":2.6457513110645907}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"158":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"c":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"129":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":2,"docs":{"60":{"tf":1.0},"63":{"tf":1.0}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"132":{"tf":2.23606797749979}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"60":{"tf":1.4142135623730951},"63":{"tf":1.0}}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"134":{"tf":1.7320508075688772},"137":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"y":{"'":{"df":2,"docs":{"145":{"tf":1.0},"146":{"tf":1.0}}},"df":4,"docs":{"132":{"tf":1.7320508075688772},"145":{"tf":3.0},"146":{"tf":4.242640687119285},"4":{"tf":1.7320508075688772}}}},"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":{},"v":{"df":1,"docs":{"134":{"tf":1.0}}}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"120":{"tf":1.0}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"39":{"tf":1.0},"48":{"tf":1.0}}},"v":{"df":12,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"116":{"tf":1.4142135623730951},"123":{"tf":1.0},"131":{"tf":1.0},"142":{"tf":1.0},"2":{"tf":1.0},"52":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":2.0},"81":{"tf":1.0},"98":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"148":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":3,"docs":{"24":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":1,"docs":{"126":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"145":{"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":{"157":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":13,"docs":{"108":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"122":{"tf":1.0},"146":{"tf":1.0},"40":{"tf":1.4142135623730951},"44":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0},"74":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"156":{"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":{"138":{"tf":1.4142135623730951}}}}}},"df":3,"docs":{"138":{"tf":2.0},"146":{"tf":1.0},"87":{"tf":2.449489742783178}}}}},"i":{"df":0,"docs":{},"r":{"df":18,"docs":{"108":{"tf":1.0},"123":{"tf":1.0},"128":{"tf":1.0},"16":{"tf":1.0},"163":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.4142135623730951},"55":{"tf":1.0},"63":{"tf":2.0},"67":{"tf":1.0},"74":{"tf":1.0},"86":{"tf":1.7320508075688772},"95":{"tf":1.0},"99":{"tf":1.7320508075688772}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"43":{"tf":1.0}}}}},"i":{"d":{"df":2,"docs":{"116":{"tf":1.0},"148":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":8,"docs":{"133":{"tf":1.7320508075688772},"134":{"tf":2.8284271247461903},"137":{"tf":1.0},"138":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"140":{"tf":1.0},"22":{"tf":1.0},"33":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"141":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":4,"docs":{"118":{"tf":1.0},"128":{"tf":1.0},"132":{"tf":1.0},"138":{"tf":1.7320508075688772}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"33":{"tf":1.0},"34":{"tf":1.0}}}}},"df":1,"docs":{"134":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"119":{"tf":1.0},"123":{"tf":1.4142135623730951}}}}}}},"df":6,"docs":{"118":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"133":{"tf":1.0},"134":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":4,"docs":{"113":{"tf":1.0},"39":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":6,"docs":{"118":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.4142135623730951},"156":{"tf":1.0},"60":{"tf":1.0},"66":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"1":{"tf":1.0},"160":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"50":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"161":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"158":{"tf":1.0}}}}},"o":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"90":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"]":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"148":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"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":{"90":{"tf":1.0},"91":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"90":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":17,"docs":{"147":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":2.0},"37":{"tf":2.23606797749979},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.7320508075688772},"56":{"tf":1.0},"71":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":5,"docs":{"143":{"tf":1.0},"158":{"tf":1.0},"83":{"tf":1.0},"86":{"tf":2.23606797749979},"87":{"tf":2.23606797749979}}}},"n":{"df":35,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.7320508075688772},"13":{"tf":1.0},"132":{"tf":1.4142135623730951},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"143":{"tf":1.7320508075688772},"144":{"tf":1.7320508075688772},"145":{"tf":1.7320508075688772},"146":{"tf":1.7320508075688772},"154":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.7320508075688772},"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},"39":{"tf":1.4142135623730951},"4":{"tf":2.8284271247461903},"45":{"tf":1.0},"99":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"120":{"tf":1.0},"131":{"tf":1.0},"133":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"150":{"tf":1.4142135623730951}}}}}},"df":18,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"12":{"tf":2.0},"123":{"tf":1.4142135623730951},"13":{"tf":1.0},"14":{"tf":1.0},"160":{"tf":1.0},"3":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"99":{"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":9,"docs":{"145":{"tf":1.0},"146":{"tf":1.4142135623730951},"158":{"tf":1.0},"159":{"tf":1.0},"36":{"tf":1.4142135623730951},"44":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"87":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"115":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"2":{"tf":1.0}}}},"w":{"df":1,"docs":{"36":{"tf":1.0}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":3,"docs":{"1":{"tf":1.0},"129":{"tf":1.0},"163":{"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":{"50":{"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":{"108":{"tf":1.0},"113":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":15,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"144":{"tf":1.0},"4":{"tf":1.4142135623730951},"45":{"tf":1.0},"48":{"tf":1.7320508075688772},"55":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0},"99":{"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":{"122":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"123":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"k":{"df":3,"docs":{"148":{"tf":1.4142135623730951},"159":{"tf":1.0},"160":{"tf":1.0}}},"p":{"4":{"df":0,"docs":{},"k":{"df":2,"docs":{"22":{"tf":1.0},"26":{"tf":1.0}}}},"df":0,"docs":{}}},"df":4,"docs":{"137":{"tf":1.0},"141":{"tf":1.0},"34":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"148":{"tf":1.0}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"129":{"tf":1.0},"146":{"tf":1.0},"44":{"tf":1.0},"51":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"36":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"1":{"tf":1.0},"116":{"tf":1.0},"160":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":17,"docs":{"12":{"tf":1.0},"129":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"146":{"tf":1.0},"150":{"tf":1.0},"155":{"tf":1.4142135623730951},"18":{"tf":1.0},"19":{"tf":1.0},"24":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"36":{"tf":2.23606797749979},"4":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0}},"m":{"df":2,"docs":{"14":{"tf":1.0},"163":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"52":{"tf":1.0},"90":{"tf":1.4142135623730951}}}},"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":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":1,"docs":{"122":{"tf":1.4142135623730951}}}}},"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":{"123":{"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":{"123":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"]":{"'":{"df":2,"docs":{"108":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"123":{"tf":1.4142135623730951}}}},"n":{"d":{"df":15,"docs":{"110":{"tf":1.0},"120":{"tf":1.4142135623730951},"129":{"tf":2.0},"142":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":1.4142135623730951},"154":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"17":{"tf":1.0},"19":{"tf":1.7320508075688772},"46":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.7320508075688772}}},"df":0,"docs":{},"s":{"df":2,"docs":{"14":{"tf":1.0},"2":{"tf":1.0}}},"t":{"df":13,"docs":{"110":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":1.4142135623730951},"126":{"tf":2.0},"129":{"tf":1.4142135623730951},"138":{"tf":1.7320508075688772},"160":{"tf":1.0},"27":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"48":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":6,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"141":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":1,"docs":{"126":{"tf":1.7320508075688772}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"50":{"tf":1.0},"51":{"tf":1.7320508075688772},"52":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"d":{"df":2,"docs":{"121":{"tf":1.0},"122":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"122":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":1,"docs":{"56":{"tf":1.0}}},"v":{"df":3,"docs":{"132":{"tf":1.0},"133":{"tf":1.0},"44":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"'":{"df":3,"docs":{"120":{"tf":1.0},"126":{"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":{"126":{"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":{"126":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":37,"docs":{"0":{"tf":1.0},"1":{"tf":1.7320508075688772},"120":{"tf":2.0},"121":{"tf":1.0},"123":{"tf":1.0},"132":{"tf":1.7320508075688772},"133":{"tf":2.0},"135":{"tf":1.4142135623730951},"137":{"tf":3.3166247903554},"138":{"tf":1.7320508075688772},"139":{"tf":1.0},"140":{"tf":1.0},"143":{"tf":1.0},"145":{"tf":1.7320508075688772},"146":{"tf":1.7320508075688772},"151":{"tf":1.0},"154":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":3.605551275463989},"159":{"tf":2.6457513110645907},"160":{"tf":4.242640687119285},"163":{"tf":2.23606797749979},"2":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"3":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.7320508075688772},"44":{"tf":2.0},"48":{"tf":2.0},"64":{"tf":1.0},"66":{"tf":1.4142135623730951}}}},"i":{"c":{"df":20,"docs":{"120":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"132":{"tf":1.4142135623730951},"133":{"tf":1.0},"134":{"tf":1.7320508075688772},"143":{"tf":1.0},"145":{"tf":3.7416573867739413},"146":{"tf":2.0},"149":{"tf":1.0},"160":{"tf":1.0},"163":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"33":{"tf":2.0},"34":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"37":{"tf":2.23606797749979},"39":{"tf":1.4142135623730951},"4":{"tf":3.4641016151377544}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"129":{"tf":2.23606797749979},"130":{"tf":2.449489742783178},"36":{"tf":1.0},"44":{"tf":3.4641016151377544}}}}}}},"t":{"df":21,"docs":{"1":{"tf":1.0},"131":{"tf":1.7320508075688772},"132":{"tf":1.7320508075688772},"133":{"tf":1.7320508075688772},"14":{"tf":1.0},"141":{"tf":1.7320508075688772},"146":{"tf":2.23606797749979},"150":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"22":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"52":{"tf":1.4142135623730951},"63":{"tf":2.0},"66":{"tf":1.0},"83":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"120":{"tf":1.0},"133":{"tf":1.0},"146":{"tf":1.4142135623730951}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"116":{"tf":1.0},"133":{"tf":1.0},"157":{"tf":1.4142135623730951},"33":{"tf":1.0},"54":{"tf":1.0}}}}}},"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":{"131":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":2,"docs":{"131":{"tf":1.0},"52":{"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":6,"docs":{"11":{"tf":1.4142135623730951},"120":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"66":{"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":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"120":{"tf":1.0}}}}},"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":{"158":{"tf":1.4142135623730951},"159":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":2.0},"26":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":4,"docs":{"116":{"tf":1.0},"13":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"133":{"tf":1.0},"36":{"tf":1.0},"50":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"133":{"tf":1.0},"96":{"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":1,"docs":{"158":{"tf":1.0}}}}},"i":{"df":1,"docs":{"43":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"139":{"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":6,"docs":{"145":{"tf":1.0},"160":{"tf":1.4142135623730951},"18":{"tf":1.0},"4":{"tf":1.4142135623730951},"51":{"tf":1.0},"99":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"117":{"tf":1.0},"142":{"tf":1.0},"146":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}}}}},"z":{"df":0,"docs":{},"e":{"df":10,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"116":{"tf":1.0},"126":{"tf":1.0},"138":{"tf":1.0},"142":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":2.0},"81":{"tf":1.0},"98":{"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":{"53":{"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":{"138":{"tf":1.0}}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"158":{"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":3,"docs":{"66":{"tf":1.0},"67":{"tf":1.4142135623730951},"69":{"tf":2.0}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"138":{"tf":2.8284271247461903}}}}}}}},"df":0,"docs":{}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"134":{"tf":1.0},"39":{"tf":1.0},"48":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"133":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"163":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"14":{"tf":1.0},"36":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":1,"docs":{"133":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":15,"docs":{"1":{"tf":1.0},"117":{"tf":1.0},"132":{"tf":1.0},"146":{"tf":1.7320508075688772},"163":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"9":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":5,"docs":{"120":{"tf":1.0},"146":{"tf":1.4142135623730951},"4":{"tf":1.0},"51":{"tf":1.0},"94":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"43":{"tf":1.4142135623730951},"66":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"14":{"tf":1.0}},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":13,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951},"12":{"tf":1.0},"131":{"tf":1.4142135623730951},"133":{"tf":1.0},"163":{"tf":1.0},"2":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"99":{"tf":1.4142135623730951}},"i":{"df":10,"docs":{"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.4142135623730951},"145":{"tf":1.0},"146":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"94":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"35":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"(":{"0":{".":{".":{"0":{"df":1,"docs":{"122":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"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":{"123":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"123":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"123":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":3,"docs":{"120":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951}}}},"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":{"129":{"tf":1.0},"49":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"159":{"tf":1.0},"160":{"tf":1.0},"3":{"tf":1.0}}}}},"r":{"d":{"df":8,"docs":{"1":{"tf":1.0},"120":{"tf":1.0},"133":{"tf":1.0},"14":{"tf":1.0},"141":{"tf":1.0},"158":{"tf":1.0},"35":{"tf":1.0},"75":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":12,"docs":{"11":{"tf":1.0},"120":{"tf":2.23606797749979},"144":{"tf":1.0},"146":{"tf":1.7320508075688772},"17":{"tf":1.0},"18":{"tf":1.7320508075688772},"21":{"tf":1.0},"31":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"59":{"tf":1.0},"86":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"133":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"e":{"df":7,"docs":{"123":{"tf":1.0},"133":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.0}}}}}}},"i":{"c":{"df":10,"docs":{"119":{"tf":1.0},"121":{"tf":1.0},"123":{"tf":1.4142135623730951},"133":{"tf":1.0},"134":{"tf":1.4142135623730951},"18":{"tf":1.0},"22":{"tf":1.0},"27":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":2.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"119":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"u":{"df":4,"docs":{"153":{"tf":1.0},"154":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"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":{"123":{"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":{"123":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"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":{"120":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"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":6,"docs":{"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":1.0},"50":{"tf":2.23606797749979}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.0},"158":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"112":{"tf":1.0},"116":{"tf":1.0},"54":{"tf":1.0},"63":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":5,"docs":{"57":{"tf":1.4142135623730951},"60":{"tf":1.0},"63":{"tf":2.23606797749979},"74":{"tf":1.0},"90":{"tf":1.0}}}}}}},"df":2,"docs":{"119":{"tf":1.0},"123":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"75":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":18,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"141":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.7320508075688772},"48":{"tf":2.449489742783178},"52":{"tf":1.0},"55":{"tf":1.0},"63":{"tf":2.23606797749979},"67":{"tf":1.4142135623730951},"74":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"86":{"tf":1.7320508075688772},"91":{"tf":1.7320508075688772},"99":{"tf":2.449489742783178}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"122":{"tf":1.7320508075688772},"126":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"_":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"132":{"tf":1.4142135623730951}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"(":{"df":3,"docs":{"132":{"tf":1.0},"145":{"tf":1.0},"4":{"tf":1.0}}},"df":4,"docs":{"132":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"39":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"a":{"d":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":1,"docs":{"132":{"tf":1.0}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"64":{"tf":1.0}}}},"t":{"df":1,"docs":{"134":{"tf":1.0}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"137":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"137":{"tf":1.0},"19":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"h":{"df":13,"docs":{"105":{"tf":1.0},"123":{"tf":1.0},"154":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"22":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"43":{"tf":1.0},"52":{"tf":1.0},"64":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":4,"docs":{"116":{"tf":1.0},"142":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"163":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"123":{"tf":1.0},"134":{"tf":2.449489742783178},"147":{"tf":1.0},"87":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":2,"docs":{"163":{"tf":1.0},"47":{"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":{"126":{"tf":1.0},"96":{"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":{"123":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"123":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":10,"docs":{"116":{"tf":1.0},"12":{"tf":1.0},"123":{"tf":1.0},"146":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"3":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"64":{"tf":1.0}}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"63":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":13,"docs":{"122":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"2":{"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},"51":{"tf":1.0},"86":{"tf":1.0}},"n":{"df":1,"docs":{"144":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"k":{"df":3,"docs":{"121":{"tf":1.0},"133":{"tf":1.0},"163":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"51":{"tf":1.0},"94":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"p":{"df":3,"docs":{"124":{"tf":1.0},"132":{"tf":1.0},"44":{"tf":1.4142135623730951}}}},"df":1,"docs":{"39":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"44":{"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},"158":{"tf":1.0}}}}}}}}},"n":{"d":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.7320508075688772},"19":{"tf":1.7320508075688772}}}}},"f":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"j":{"\"":{",":{"\"":{"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":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"\"":{":":{"[":{"df":0,"docs":{},"{":{"\"":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"\"":{":":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"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":{"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":{}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"35":{"tf":1.0}}}}}}}}},"t":{"'":{"df":2,"docs":{"123":{"tf":1.0},"146":{"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":1,"docs":{"37":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"131":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"94":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"36":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"50":{"tf":1.0}}}},"r":{"d":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"110":{"tf":1.0},"129":{"tf":1.4142135623730951},"158":{"tf":1.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"94":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":1,"docs":{"34":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":18,"docs":{"101":{"tf":1.0},"160":{"tf":1.0},"163":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":1.7320508075688772},"31":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"71":{"tf":1.0},"79":{"tf":1.0},"86":{"tf":1.0},"94":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"e":{"df":1,"docs":{"163":{"tf":1.0}}},"m":{"df":0,"docs":{},"e":{"df":12,"docs":{"12":{"tf":1.0},"126":{"tf":2.0},"129":{"tf":1.4142135623730951},"137":{"tf":1.0},"138":{"tf":1.0},"156":{"tf":1.0},"26":{"tf":1.0},"36":{"tf":1.4142135623730951},"52":{"tf":1.0},"66":{"tf":1.0},"87":{"tf":1.0},"94":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"\"":{":":{"\"":{"2":{"0":{"2":{"2":{"df":1,"docs":{"37":{"tf":2.0}}},"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":4,"docs":{"105":{"tf":2.23606797749979},"108":{"tf":1.0},"126":{"tf":2.0},"54":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"l":{"df":10,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}}}},"o":{"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":1,"docs":{"37":{"tf":2.449489742783178}}}}},"df":0,"docs":{}}},"df":17,"docs":{"110":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"114":{"tf":2.0},"116":{"tf":2.6457513110645907},"141":{"tf":1.7320508075688772},"144":{"tf":1.0},"147":{"tf":1.4142135623730951},"160":{"tf":1.0},"36":{"tf":2.6457513110645907},"37":{"tf":1.7320508075688772},"43":{"tf":1.7320508075688772},"46":{"tf":1.7320508075688772},"52":{"tf":1.4142135623730951},"54":{"tf":1.0},"56":{"tf":1.0},"71":{"tf":1.0}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":8,"docs":{"110":{"tf":1.4142135623730951},"116":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"43":{"tf":1.0},"52":{"tf":1.4142135623730951},"54":{"tf":1.0},"56":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"120":{"tf":1.0},"51":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{":":{":":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"120":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"120":{"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":{"123":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"123":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":2,"docs":{"121":{"tf":1.0},"123":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"129":{"tf":1.0},"131":{"tf":1.4142135623730951}}},"l":{"df":2,"docs":{"120":{"tf":1.0},"3":{"tf":1.0}}}},"p":{"df":2,"docs":{"139":{"tf":1.0},"163":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"134":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"130":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":8,"docs":{"100":{"tf":1.4142135623730951},"114":{"tf":1.0},"129":{"tf":2.23606797749979},"130":{"tf":1.0},"137":{"tf":2.6457513110645907},"138":{"tf":2.0},"14":{"tf":1.0},"70":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"150":{"tf":1.0}}},"k":{"df":3,"docs":{"129":{"tf":1.0},"137":{"tf":1.0},"44":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"157":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"'":{"df":1,"docs":{"83":{"tf":1.0}}},"df":14,"docs":{"158":{"tf":1.0},"160":{"tf":1.7320508075688772},"163":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":1.0},"54":{"tf":1.0},"66":{"tf":1.0},"83":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"117":{"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},"39":{"tf":1.0}}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"50":{"tf":1.0}}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"163":{"tf":1.0}}}}},"df":2,"docs":{"120":{"tf":1.0},"123":{"tf":1.0}}},"u":{"df":0,"docs":{},"e":{"df":3,"docs":{"116":{"tf":1.0},"142":{"tf":1.7320508075688772},"99":{"tf":1.4142135623730951}}}},"y":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"(":{"df":0,"docs":{},"p":{"df":1,"docs":{"123":{"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":{"119":{"tf":1.0},"123":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"120":{"tf":1.0}}}}}}},"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":{"123":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"44":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"150":{"tf":1.0},"36":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"163":{"tf":1.0}}}}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"49":{"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":{"50":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"o":{"df":7,"docs":{"117":{"tf":1.0},"12":{"tf":1.0},"123":{"tf":1.0},"141":{"tf":1.0},"163":{"tf":1.4142135623730951},"22":{"tf":1.0},"46":{"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":{"138":{"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":{"138":{"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":{"138":{"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":27,"docs":{"108":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"114":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":1.4142135623730951},"120":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":2.0},"126":{"tf":3.3166247903554},"133":{"tf":1.0},"134":{"tf":1.7320508075688772},"138":{"tf":1.4142135623730951},"19":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":4.242640687119285},"53":{"tf":1.0},"55":{"tf":2.23606797749979},"63":{"tf":3.605551275463989},"67":{"tf":1.7320508075688772},"74":{"tf":2.0},"78":{"tf":1.4142135623730951},"86":{"tf":3.4641016151377544},"91":{"tf":2.0},"95":{"tf":1.7320508075688772},"99":{"tf":4.242640687119285}}},"i":{"c":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"1":{"df":1,"docs":{"126":{"tf":2.0}}},"2":{"df":1,"docs":{"126":{"tf":1.0}}},"8":{"df":1,"docs":{"126":{"tf":2.0}}},"d":{"df":0,"docs":{},"p":{"df":23,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"120":{"tf":1.7320508075688772},"124":{"tf":1.4142135623730951},"125":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":1.0},"14":{"tf":1.0},"160":{"tf":1.4142135623730951},"163":{"tf":1.4142135623730951},"17":{"tf":2.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.7320508075688772},"22":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"37":{"tf":1.0},"39":{"tf":2.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"71":{"tf":1.0}}}},"df":3,"docs":{"120":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.7320508075688772}},"e":{"4":{"df":1,"docs":{"148":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"1":{"6":{"df":1,"docs":{"86":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"3":{"2":{"df":2,"docs":{"63":{"tf":1.4142135623730951},"95":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}},"8":{"df":2,"docs":{"74":{"tf":1.0},"99":{"tf":1.0}}},"df":1,"docs":{"95":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"141":{"tf":1.0},"148":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"63":{"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":{"163":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"145":{"tf":1.0},"146":{"tf":1.0}}}},"q":{"df":0,"docs":{},"u":{"df":3,"docs":{"126":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}}}},"t":{"df":1,"docs":{"126":{"tf":1.4142135623730951}}},"x":{"df":6,"docs":{"105":{"tf":1.0},"108":{"tf":1.0},"126":{"tf":1.4142135623730951},"45":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":1,"docs":{"60":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"13":{"tf":1.0},"147":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"159":{"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":{"137":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":7,"docs":{"154":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"124":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"145":{"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":8,"docs":{"122":{"tf":1.0},"123":{"tf":1.0},"131":{"tf":1.0},"133":{"tf":1.4142135623730951},"137":{"tf":1.7320508075688772},"138":{"tf":2.0},"144":{"tf":1.4142135623730951},"50":{"tf":1.0}}}},"df":0,"docs":{}},"df":13,"docs":{"120":{"tf":1.0},"123":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":1.0},"22":{"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},"66":{"tf":1.0},"94":{"tf":1.0}},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"148":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"133":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":10,"docs":{"118":{"tf":1.4142135623730951},"120":{"tf":1.0},"129":{"tf":1.7320508075688772},"44":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"52":{"tf":1.0},"54":{"tf":1.0},"88":{"tf":1.0},"92":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"l":{"df":4,"docs":{"135":{"tf":1.0},"138":{"tf":1.4142135623730951},"39":{"tf":1.0},"48":{"tf":1.0}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":7,"docs":{"132":{"tf":1.0},"143":{"tf":1.0},"145":{"tf":1.0},"150":{"tf":1.0},"29":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.7320508075688772}}}},"df":58,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951},"101":{"tf":1.0},"105":{"tf":1.0},"113":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.4142135623730951},"12":{"tf":1.0},"120":{"tf":1.7320508075688772},"121":{"tf":1.7320508075688772},"123":{"tf":2.0},"124":{"tf":1.0},"125":{"tf":1.0},"131":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951},"133":{"tf":1.0},"134":{"tf":2.8284271247461903},"140":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.4142135623730951},"146":{"tf":2.23606797749979},"153":{"tf":1.0},"154":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"27":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":1.7320508075688772},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.4142135623730951},"60":{"tf":1.0},"63":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"87":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"23":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"c":{"df":2,"docs":{"108":{"tf":1.0},"126":{"tf":1.4142135623730951}}},"df":0,"docs":{},"f":{"df":1,"docs":{"75":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"163":{"tf":1.0},"56":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":9,"docs":{"116":{"tf":1.0},"139":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.4142135623730951},"3":{"tf":1.0},"32":{"tf":1.0},"43":{"tf":1.0},"56":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"159":{"tf":1.0}},"i":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"df":21,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"120":{"tf":1.0},"123":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":1,"docs":{"142":{"tf":1.0}}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"142":{"tf":1.0},"55":{"tf":1.0},"75":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":21,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"137":{"tf":1.0},"141":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"46":{"tf":1.7320508075688772},"48":{"tf":1.0},"52":{"tf":1.7320508075688772},"55":{"tf":2.0},"60":{"tf":1.0},"63":{"tf":1.0},"81":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":2.449489742783178}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"150":{"tf":1.4142135623730951},"45":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":4,"docs":{"38":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"64":{"tf":1.0}}}}}}}},"df":1,"docs":{"4":{"tf":1.0}},"e":{"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":{":":{":":{"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":{"120":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"114":{"tf":1.0}}},"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"117":{"tf":1.0}},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"150":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":2,"docs":{"163":{"tf":1.0},"69":{"tf":1.0}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":25,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"120":{"tf":1.7320508075688772},"123":{"tf":1.4142135623730951},"142":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951},"44":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.4142135623730951},"51":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0},"98":{"tf":1.0}}}}}}}},"i":{"a":{"df":22,"docs":{"114":{"tf":1.0},"116":{"tf":1.0},"129":{"tf":2.0},"132":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"140":{"tf":1.0},"142":{"tf":1.0},"160":{"tf":1.4142135623730951},"19":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"69":{"tf":1.0}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":6,"docs":{"112":{"tf":1.0},"132":{"tf":1.0},"138":{"tf":1.0},"145":{"tf":1.0},"39":{"tf":1.0},"99":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"134":{"tf":1.0},"3":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"131":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"s":{"df":1,"docs":{"154":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"14":{"tf":1.0},"148":{"tf":1.0},"37":{"tf":1.0},"50":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":7,"docs":{"132":{"tf":1.4142135623730951},"139":{"tf":1.0},"140":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.4142135623730951},"163":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":5,"docs":{"123":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{},"e":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":5,"docs":{"123":{"tf":1.0},"146":{"tf":1.0},"23":{"tf":1.0},"32":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951}}}},"r":{"df":3,"docs":{"120":{"tf":1.0},"146":{"tf":1.4142135623730951},"22":{"tf":1.0}}},"v":{"df":2,"docs":{"146":{"tf":1.0},"36":{"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":{"145":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":10,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"128":{"tf":1.0},"133":{"tf":1.0},"14":{"tf":1.0},"157":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.4142135623730951},"53":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":3,"docs":{"19":{"tf":1.0},"29":{"tf":1.0},"38":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"120":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"144":{"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":{"137":{"tf":1.0},"154":{"tf":1.0},"4":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"48":{"tf":1.0},"63":{"tf":1.4142135623730951},"67":{"tf":1.0},"74":{"tf":1.4142135623730951},"86":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"148":{"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":{"94":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"120":{"tf":1.0},"123":{"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":{"117":{"tf":1.0},"133":{"tf":1.0},"139":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"56":{"tf":1.0},"94":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"159":{"tf":1.0},"160":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"36":{"tf":1.0},"50":{"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":7,"docs":{"14":{"tf":1.0},"146":{"tf":1.0},"163":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"50":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":3,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"87":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"d":{"df":1,"docs":{"133":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":1,"docs":{"94":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"66":{"tf":1.4142135623730951}}}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":3,"docs":{"120":{"tf":1.0},"51":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"118":{"tf":1.0},"122":{"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":{"118":{"tf":1.0},"122":{"tf":1.0}}}}}}}}},"df":9,"docs":{"117":{"tf":1.7320508075688772},"118":{"tf":1.4142135623730951},"129":{"tf":1.7320508075688772},"131":{"tf":1.0},"36":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"74":{"tf":1.0},"86":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}}},"x":{"d":{"df":28,"docs":{"123":{"tf":1.0},"132":{"tf":2.0},"133":{"tf":2.0},"134":{"tf":1.0},"135":{"tf":1.4142135623730951},"136":{"tf":1.0},"138":{"tf":2.0},"139":{"tf":1.4142135623730951},"140":{"tf":1.0},"142":{"tf":1.4142135623730951},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":2.0},"146":{"tf":1.4142135623730951},"154":{"tf":1.7320508075688772},"155":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"163":{"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},"43":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951}},"s":{"/":{"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":{"145":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":2,"docs":{"145":{"tf":1.0},"147":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":17,"docs":{"143":{"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.449489742783178},"37":{"tf":2.23606797749979}}}}}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":21,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.0},"144":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0},"98":{"tf":1.0}}}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"129":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"132":{"tf":2.23606797749979}}}}}}}},"breadcrumbs":{"root":{"0":{".":{"0":{"df":5,"docs":{"63":{"tf":1.4142135623730951},"74":{"tf":1.0},"86":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}},"2":{".":{"0":{"df":1,"docs":{"120":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{".":{"0":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"df":1,"docs":{"123":{"tf":1.7320508075688772}}},"8":{"df":1,"docs":{"122":{"tf":1.0}}},"df":0,"docs":{}},"1":{"df":1,"docs":{"18":{"tf":2.0}}},"7":{"/":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":10,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"2":{"2":{":":{"1":{"0":{":":{"4":{"7":{".":{"2":{"5":{"7":{"6":{"3":{"5":{"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":{"37":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"3":{"2":{"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":{"37":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"1":{"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":{"37":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":5,"docs":{"126":{"tf":1.0},"137":{"tf":1.0},"18":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":2.0}},"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":{"122":{"tf":1.0},"123":{"tf":1.0}}},"2":{"4":{".":{"0":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"/":{"1":{"df":2,"docs":{"33":{"tf":1.0},"34":{"tf":2.0}}},"df":0,"docs":{}},"0":{".":{"1":{"0":{"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":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"df":2,"docs":{"85":{"tf":1.0},"94":{"tf":1.7320508075688772}}},"4":{"df":1,"docs":{"94":{"tf":1.0}}},"df":0,"docs":{}},"df":3,"docs":{"37":{"tf":2.0},"51":{"tf":1.4142135623730951},"85":{"tf":1.0}}},"2":{"3":{".":{"0":{".":{"0":{".":{"1":{":":{"2":{"9":{"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{".":{"0":{".":{"0":{".":{"1":{":":{"2":{"6":{"0":{"0":{"0":{"df":8,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"81":{"tf":1.0},"98":{"tf":1.0}}},"1":{"df":6,"docs":{"103":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"46":{"tf":1.0},"81":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"3":{"2":{"1":{"df":2,"docs":{"120":{"tf":1.0},"123":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"0":{"0":{"0":{"df":1,"docs":{"37":{"tf":1.0}}},"1":{"df":8,"docs":{"51":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"0":{"0":{"df":1,"docs":{"125":{"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":{"146":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"9":{"9":{"9":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"120":{"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":{"147":{"tf":1.0}}},"8":{"0":{"0":{"0":{"df":1,"docs":{"144":{"tf":1.0}}},"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"2":{".":{"1":{"6":{"8":{".":{"1":{".":{"1":{":":{"7":{"0":{"0":{"1":{"df":1,"docs":{"48":{"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":{"85":{"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":{}}},"df":19,"docs":{"112":{"tf":1.0},"120":{"tf":1.0},"123":{"tf":1.0},"126":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.4142135623730951},"144":{"tf":1.0},"147":{"tf":1.0},"17":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"62":{"tf":1.0},"66":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.4142135623730951},"85":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.7320508075688772}},"m":{"2":{"3":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"x":{"7":{"df":0,"docs":{},"i":{"df":0,"docs":{},"j":{"df":0,"docs":{},"y":{"6":{"df":3,"docs":{"141":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"2":{"0":{"0":{"df":2,"docs":{"153":{"tf":1.0},"154":{"tf":1.4142135623730951}}},"2":{"2":{"df":1,"docs":{"36":{"tf":1.0}}},"3":{"df":1,"docs":{"163":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"df":0,"docs":{},"m":{"df":1,"docs":{"36":{"tf":1.7320508075688772}}}},"df":8,"docs":{"103":{"tf":1.0},"116":{"tf":1.0},"18":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"51":{"tf":1.0},"81":{"tf":1.0},"98":{"tf":1.0}}},"3":{"4":{".":{"1":{"6":{"8":{".":{"1":{"7":{"0":{".":{"5":{"1":{"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":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"d":{"1":{"4":{"d":{"4":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":10,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"116":{"tf":1.0},"142":{"tf":1.0},"19":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"62":{"tf":1.0},"81":{"tf":1.0},"98":{"tf":1.0}},"h":{"2":{"2":{"df":0,"docs":{},"m":{"df":1,"docs":{"37":{"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":{"120":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"120":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"6":{"df":2,"docs":{"36":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":5,"docs":{"23":{"tf":1.0},"27":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"44":{"tf":1.0},"94":{"tf":1.0}}},"5":{"1":{"2":{"df":1,"docs":{"50":{"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":{},"j":{"7":{"df":0,"docs":{},"q":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":2,"docs":{"25":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951}},"m":{"7":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}}},"6":{"0":{"df":1,"docs":{"44":{"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":1,"docs":{"34":{"tf":1.7320508075688772}}}},"7":{"0":{"0":{"0":{":":{"3":{"0":{"1":{"7":{"4":{"/":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"p":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"19":{"tf":1.0},"48":{"tf":1.0},"85":{"tf":1.4142135623730951}}},"1":{"df":1,"docs":{"123":{"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":{}},"df":0,"docs":{}},"5":{"3":{"3":{"df":1,"docs":{"22":{"tf":1.0}}},"4":{"df":1,"docs":{"26":{"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":2,"docs":{"124":{"tf":1.0},"39":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":1,"docs":{"33":{"tf":1.0}}},"7":{"7":{"7":{"df":3,"docs":{"120":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"0":{"0":{"df":2,"docs":{"132":{"tf":1.4142135623730951},"145":{"tf":1.4142135623730951}}},"1":{"df":1,"docs":{"146":{"tf":1.0}}},"2":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}},"9":{"6":{"5":{"c":{"4":{"4":{"6":{"d":{"df":2,"docs":{"34":{"tf":2.0},"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"0":{"0":{"df":2,"docs":{"145":{"tf":1.4142135623730951},"146":{"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":{}},"df":1,"docs":{"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":{}},"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":{"149":{"tf":1.0},"151":{"tf":1.0},"34":{"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}}}}}},"df":1,"docs":{"75":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"j":{"3":{"df":0,"docs":{},"v":{"2":{"df":0,"docs":{},"i":{"df":3,"docs":{"141":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"9":{"0":{"9":{"1":{"df":1,"docs":{"24":{"tf":1.0}}},"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}}}}},"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":{"120":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"a":{"b":{"c":{"df":3,"docs":{"103":{"tf":1.0},"81":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"158":{"tf":1.0},"3":{"tf":1.0},"50":{"tf":1.0}}}},"o":{"df":0,"docs":{},"v":{"df":9,"docs":{"1":{"tf":1.0},"159":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"51":{"tf":1.0},"66":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":6,"docs":{"105":{"tf":1.0},"118":{"tf":1.0},"126":{"tf":1.0},"145":{"tf":1.0},"4":{"tf":1.4142135623730951},"54":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":12,"docs":{"1":{"tf":1.0},"116":{"tf":1.0},"141":{"tf":1.7320508075688772},"151":{"tf":1.0},"160":{"tf":1.0},"163":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.4142135623730951},"43":{"tf":1.0},"86":{"tf":1.0},"87":{"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":{"131":{"tf":1.0}}}}}}},"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":1,"docs":{"163":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"39":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"67":{"tf":1.0},"85":{"tf":1.4142135623730951},"86":{"tf":2.0},"87":{"tf":2.0}}}},"v":{"df":4,"docs":{"129":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"145":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"118":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"d":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"d":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}}},"df":10,"docs":{"116":{"tf":1.0},"120":{"tf":1.7320508075688772},"122":{"tf":1.0},"123":{"tf":2.0},"145":{"tf":1.0},"146":{"tf":1.0},"36":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"71":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"124":{"tf":1.0},"133":{"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":2,"docs":{"48":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}}}}}}}}},"df":1,"docs":{"146":{"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":2,"docs":{"23":{"tf":1.0},"37":{"tf":1.0}}}}}},"df":38,"docs":{"103":{"tf":1.4142135623730951},"107":{"tf":1.0},"112":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"120":{"tf":1.0},"123":{"tf":1.0},"128":{"tf":1.7320508075688772},"134":{"tf":2.23606797749979},"140":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":2.6457513110645907},"151":{"tf":1.0},"160":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"43":{"tf":1.0},"46":{"tf":1.7320508075688772},"48":{"tf":2.23606797749979},"51":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.4142135623730951},"85":{"tf":1.0},"86":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0},"98":{"tf":1.4142135623730951}}}}}}},"df":7,"docs":{"124":{"tf":1.0},"131":{"tf":1.0},"133":{"tf":1.0},"141":{"tf":1.4142135623730951},"145":{"tf":1.4142135623730951},"146":{"tf":1.0},"147":{"tf":1.0}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"117":{"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":8,"docs":{"146":{"tf":2.23606797749979},"151":{"tf":1.0},"152":{"tf":1.0},"18":{"tf":1.0},"24":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":2.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":10,"docs":{"124":{"tf":1.0},"149":{"tf":2.0},"150":{"tf":1.0},"151":{"tf":1.7320508075688772},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"161":{"tf":1.0}}}}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"150":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"158":{"tf":1.0},"159":{"tf":1.0},"2":{"tf":1.0},"32":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"163":{"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":{"150":{"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":1,"docs":{"34":{"tf":1.0}}}}}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"19":{"tf":1.0},"36":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"112":{"tf":1.0},"116":{"tf":1.0},"143":{"tf":1.0},"23":{"tf":1.0},"86":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}}}},"df":7,"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}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":2,"docs":{"133":{"tf":1.0},"145":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"n":{"df":30,"docs":{"132":{"tf":1.4142135623730951},"139":{"tf":2.6457513110645907},"140":{"tf":2.0},"141":{"tf":1.0},"142":{"tf":1.7320508075688772},"143":{"tf":2.0},"145":{"tf":1.4142135623730951},"154":{"tf":1.0},"163":{"tf":2.0},"19":{"tf":1.0},"20":{"tf":1.7320508075688772},"21":{"tf":1.7320508075688772},"22":{"tf":2.6457513110645907},"23":{"tf":1.4142135623730951},"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}},"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":1,"docs":{"36":{"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":1,"docs":{"36":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"d":{"df":0,"docs":{},"k":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}},"v":{"1":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},":":{"8":{"0":{"\"":{"df":0,"docs":{},"}":{"]":{",":{"\"":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"\"":{":":{"7":{"0":{"0":{"0":{",":{"\"":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"\"":{":":{"\"":{"df":0,"docs":{},"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":{},"x":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"_":{"d":{"b":{"\"":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"34":{"tf":1.0},"36":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"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},"69":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":7,"docs":{"132":{"tf":1.0},"140":{"tf":1.0},"145":{"tf":1.0},"23":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":3.3166247903554},"37":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":8,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"63":{"tf":1.4142135623730951},"67":{"tf":1.0},"74":{"tf":1.4142135623730951},"86":{"tf":1.0},"91":{"tf":1.0},"99":{"tf":1.7320508075688772}}},"w":{"df":11,"docs":{"117":{"tf":1.0},"14":{"tf":1.0},"2":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.7320508075688772},"87":{"tf":2.23606797749979},"94":{"tf":2.0},"95":{"tf":1.0}},"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":{"54":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"126":{"tf":1.0},"52":{"tf":1.0}},"s":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"158":{"tf":1.0},"43":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"h":{"a":{"df":2,"docs":{"11":{"tf":1.0},"147":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"123":{"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":{"50":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":6,"docs":{"101":{"tf":1.0},"11":{"tf":1.0},"145":{"tf":1.0},"160":{"tf":1.4142135623730951},"79":{"tf":1.0},"94":{"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":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"163":{"tf":1.0}}}}}}},"n":{"d":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"128":{"tf":1.0},"47":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"141":{"tf":1.4142135623730951},"36":{"tf":2.449489742783178}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"125":{"tf":1.0},"160":{"tf":1.0},"19":{"tf":1.0},"34":{"tf":1.0},"52":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"99":{"tf":1.7320508075688772}}},"n":{"df":1,"docs":{"163":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":14,"docs":{"117":{"tf":1.0},"12":{"tf":1.0},"124":{"tf":2.0},"133":{"tf":2.0},"134":{"tf":2.0},"151":{"tf":1.4142135623730951},"161":{"tf":1.0},"163":{"tf":1.4142135623730951},"27":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"142":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"117":{"tf":1.0},"37":{"tf":1.7320508075688772},"50":{"tf":2.6457513110645907},"52":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"115":{"tf":1.4142135623730951},"36":{"tf":1.0}}},"df":9,"docs":{"137":{"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},"63":{"tf":1.0},"95":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"145":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":6,"docs":{"116":{"tf":1.0},"143":{"tf":1.0},"158":{"tf":1.0},"33":{"tf":1.4142135623730951},"36":{"tf":1.0},"71":{"tf":1.0}}}}}}}}},"r":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"40":{"tf":1.0},"42":{"tf":1.4142135623730951},"48":{"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":{"132":{"tf":1.0},"157":{"tf":1.7320508075688772},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"2":{"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":4,"docs":{"128":{"tf":1.0},"154":{"tf":1.0},"21":{"tf":1.0},"31":{"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":6,"docs":{"140":{"tf":1.0},"142":{"tf":1.0},"145":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"130":{"tf":1.0},"137":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"y":{"df":6,"docs":{"110":{"tf":1.0},"46":{"tf":1.4142135623730951},"48":{"tf":2.0},"74":{"tf":1.0},"86":{"tf":2.0},"99":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"df":0,"docs":{},"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":{"161":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"n":{"df":3,"docs":{"128":{"tf":2.23606797749979},"129":{"tf":2.449489742783178},"130":{"tf":1.4142135623730951}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"151":{"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":{"103":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"144":{"tf":1.0},"51":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0},"98":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":8,"docs":{"129":{"tf":1.4142135623730951},"141":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"46":{"tf":1.4142135623730951},"48":{"tf":1.0},"52":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"116":{"tf":1.0},"151":{"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":{"118":{"tf":1.0},"122":{"tf":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":{"118":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"90":{"tf":1.0},"94":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"137":{"tf":1.7320508075688772}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"66":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"71":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":8,"docs":{"112":{"tf":1.0},"116":{"tf":3.0},"143":{"tf":1.0},"160":{"tf":1.0},"163":{"tf":1.0},"36":{"tf":1.4142135623730951},"54":{"tf":1.0},"56":{"tf":1.0}}}}}},"o":{"df":1,"docs":{"4":{"tf":1.4142135623730951}},"m":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"148":{"tf":1.0},"44":{"tf":1.4142135623730951}}}},"df":2,"docs":{"132":{"tf":1.0},"5":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":5,"docs":{"129":{"tf":1.0},"155":{"tf":1.4142135623730951},"157":{"tf":1.0},"161":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"160":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":7,"docs":{"138":{"tf":1.0},"160":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"34":{"tf":1.0},"48":{"tf":1.0},"66":{"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":{"137":{"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":{"134":{"tf":2.0},"160":{"tf":1.4142135623730951},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"6":{"4":{"df":4,"docs":{"141":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.4142135623730951},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":12,"docs":{"11":{"tf":1.0},"124":{"tf":1.0},"129":{"tf":1.0},"134":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.4142135623730951},"91":{"tf":1.0},"96":{"tf":1.0}}},"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":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"50":{"tf":1.0}}}}},"df":6,"docs":{"13":{"tf":1.0},"131":{"tf":1.7320508075688772},"134":{"tf":1.0},"158":{"tf":1.0},"52":{"tf":1.0},"66":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":8,"docs":{"129":{"tf":1.0},"130":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"66":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"63":{"tf":1.0},"71":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"96":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"54":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"1":{"tf":1.0},"138":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"116":{"tf":1.0},"157":{"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":1,"docs":{"1":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":11,"docs":{"105":{"tf":1.0},"129":{"tf":1.0},"133":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"26":{"tf":1.0},"32":{"tf":1.0},"44":{"tf":1.7320508075688772},"49":{"tf":1.0},"54":{"tf":1.0},"64":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":11,"docs":{"12":{"tf":1.0},"123":{"tf":1.0},"13":{"tf":1.0},"159":{"tf":1.0},"16":{"tf":1.0},"160":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"37":{"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":{"119":{"tf":1.0},"123":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"d":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"83":{"tf":1.0},"86":{"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":{"112":{"tf":1.0},"116":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"137":{"tf":1.0},"63":{"tf":1.4142135623730951},"99":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"df":1,"docs":{"23":{"tf":1.0}},"h":{"df":5,"docs":{"11":{"tf":1.0},"118":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"36":{"tf":1.0},"52":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"151":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"df":5,"docs":{"123":{"tf":1.0},"158":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"54":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"81":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":2.23606797749979}}}},"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":{},"g":{"df":1,"docs":{"145":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"l":{"d":{"df":7,"docs":{"1":{"tf":1.0},"12":{"tf":1.0},"123":{"tf":1.7320508075688772},"131":{"tf":1.0},"14":{"tf":1.0},"41":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":11,"docs":{"134":{"tf":1.0},"139":{"tf":1.0},"146":{"tf":1.0},"163":{"tf":1.0},"43":{"tf":1.4142135623730951},"47":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":21,"docs":{"110":{"tf":1.0},"123":{"tf":1.0},"129":{"tf":1.0},"147":{"tf":1.7320508075688772},"46":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":2.8284271247461903},"70":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951},"72":{"tf":1.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.7320508075688772},"75":{"tf":1.0}}}}}},"c":{"/":{"c":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"138":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"154":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"50":{"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":{"43":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"157":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":14,"docs":{"105":{"tf":1.0},"116":{"tf":1.4142135623730951},"157":{"tf":1.0},"33":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"56":{"tf":2.23606797749979},"57":{"tf":2.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"60":{"tf":1.7320508075688772},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":2.8284271247461903}},"e":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":3,"docs":{"112":{"tf":1.0},"116":{"tf":1.0},"52":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"27":{"tf":1.0},"37":{"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":3,"docs":{"120":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.4142135623730951}}}}}}},"df":5,"docs":{"120":{"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":{"126":{"tf":1.0},"144":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.4142135623730951},"94":{"tf":1.0}}}},"t":{"df":1,"docs":{"17":{"tf":1.4142135623730951}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"145":{"tf":1.0}}}}},"d":{"df":1,"docs":{"134":{"tf":1.0}}},"df":6,"docs":{"12":{"tf":2.449489742783178},"14":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.4142135623730951},"4":{"tf":1.0},"45":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":8,"docs":{"118":{"tf":1.0},"134":{"tf":2.23606797749979},"44":{"tf":2.0},"48":{"tf":1.0},"50":{"tf":3.0},"51":{"tf":2.0},"52":{"tf":1.7320508075688772},"56":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":22,"docs":{"11":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"132":{"tf":1.4142135623730951},"139":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.4142135623730951},"150":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"96":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":8,"docs":{"146":{"tf":1.4142135623730951},"153":{"tf":1.0},"154":{"tf":1.0},"24":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"2":{"tf":1.0},"23":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"91":{"tf":1.0}}}}}}},"i":{"d":{"df":0,"docs":{},"r":{"df":2,"docs":{"128":{"tf":1.0},"86":{"tf":2.0}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"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.4142135623730951},"28":{"tf":1.4142135623730951}}}}},"r":{"df":1,"docs":{"138":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":1,"docs":{"151":{"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":1,"docs":{"3":{"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":{"126":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":26,"docs":{"1":{"tf":1.4142135623730951},"116":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":2.0},"123":{"tf":1.0},"124":{"tf":1.0},"126":{"tf":1.7320508075688772},"13":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"146":{"tf":1.0},"148":{"tf":1.0},"158":{"tf":2.0},"159":{"tf":3.872983346207417},"160":{"tf":4.0},"163":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":2.8284271247461903},"31":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":3.1622776601683795},"44":{"tf":2.449489742783178},"64":{"tf":1.0},"66":{"tf":1.7320508075688772}}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"11":{"tf":1.0}}}},"u":{"d":{"df":2,"docs":{"163":{"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":37,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"120":{"tf":1.0},"129":{"tf":1.4142135623730951},"132":{"tf":2.23606797749979},"134":{"tf":2.23606797749979},"138":{"tf":1.0},"139":{"tf":1.4142135623730951},"140":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"145":{"tf":1.7320508075688772},"146":{"tf":1.4142135623730951},"156":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"46":{"tf":1.7320508075688772},"48":{"tf":2.0},"51":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0},"98":{"tf":1.0}},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}}}},"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":8,"docs":{"117":{"tf":1.0},"12":{"tf":1.7320508075688772},"121":{"tf":1.0},"123":{"tf":2.0},"128":{"tf":1.0},"163":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"146":{"tf":1.0}}}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":12,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"116":{"tf":1.0},"134":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.0},"163":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0},"79":{"tf":1.0},"86":{"tf":1.0},"92":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":6,"docs":{"123":{"tf":1.0},"133":{"tf":1.0},"158":{"tf":1.0},"34":{"tf":1.4142135623730951},"41":{"tf":1.0},"49":{"tf":1.0}}},"m":{"a":{"df":1,"docs":{"141":{"tf":1.0}},"n":{"d":{"df":10,"docs":{"125":{"tf":1.0},"132":{"tf":1.4142135623730951},"135":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"24":{"tf":1.0},"4":{"tf":2.0},"45":{"tf":1.4142135623730951},"46":{"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}}}}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"131":{"tf":1.0},"132":{"tf":1.0},"56":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"153":{"tf":1.0},"154":{"tf":1.0},"71":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":9,"docs":{"123":{"tf":1.0},"133":{"tf":1.0},"14":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.4142135623730951},"160":{"tf":1.0},"163":{"tf":1.0},"2":{"tf":1.0},"44":{"tf":1.4142135623730951}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"110":{"tf":1.4142135623730951},"99":{"tf":1.7320508075688772}}},"t":{"df":2,"docs":{"133":{"tf":1.0},"69":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"123":{"tf":1.0},"13":{"tf":1.0},"8":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.4142135623730951}}},"x":{"df":5,"docs":{"132":{"tf":1.0},"157":{"tf":1.0},"160":{"tf":1.0},"163":{"tf":1.0},"45":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"163":{"tf":1.0},"36":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"150":{"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":{".":{"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":15,"docs":{"117":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"26":{"tf":2.449489742783178},"27":{"tf":2.0},"50":{"tf":2.0},"54":{"tf":1.4142135623730951},"64":{"tf":2.449489742783178},"65":{"tf":1.0},"66":{"tf":2.23606797749979},"67":{"tf":2.0},"68":{"tf":1.7320508075688772},"69":{"tf":2.23606797749979},"70":{"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":{"69":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"117":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"133":{"tf":1.0},"51":{"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":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":6,"docs":{"116":{"tf":1.0},"37":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"71":{"tf":1.7320508075688772},"74":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":5,"docs":{"160":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"101":{"tf":1.0},"79":{"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":{"120":{"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":{"120":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"123":{"tf":1.0}}}}}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"144":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":36,"docs":{"103":{"tf":1.7320508075688772},"107":{"tf":1.7320508075688772},"108":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"116":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"122":{"tf":2.0},"123":{"tf":2.23606797749979},"142":{"tf":1.7320508075688772},"143":{"tf":1.0},"144":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"37":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.7320508075688772},"45":{"tf":1.0},"51":{"tf":2.23606797749979},"55":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"78":{"tf":1.0},"81":{"tf":1.7320508075688772},"85":{"tf":1.4142135623730951},"86":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"98":{"tf":1.7320508075688772},"99":{"tf":2.0}},"m":{"a":{"df":0,"docs":{},"p":{"df":8,"docs":{"132":{"tf":1.0},"142":{"tf":2.0},"145":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"df":71,"docs":{"100":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.7320508075688772},"107":{"tf":1.4142135623730951},"108":{"tf":1.7320508075688772},"11":{"tf":1.7320508075688772},"112":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"119":{"tf":1.7320508075688772},"120":{"tf":1.4142135623730951},"121":{"tf":2.23606797749979},"122":{"tf":1.7320508075688772},"123":{"tf":3.1622776601683795},"126":{"tf":1.0},"129":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":2.23606797749979},"133":{"tf":2.449489742783178},"134":{"tf":2.8284271247461903},"137":{"tf":2.6457513110645907},"138":{"tf":2.23606797749979},"140":{"tf":1.7320508075688772},"142":{"tf":2.23606797749979},"144":{"tf":2.0},"145":{"tf":1.4142135623730951},"146":{"tf":2.449489742783178},"151":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.0},"18":{"tf":1.7320508075688772},"22":{"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},"42":{"tf":1.0},"43":{"tf":1.7320508075688772},"45":{"tf":3.1622776601683795},"46":{"tf":3.0},"47":{"tf":2.0},"48":{"tf":2.6457513110645907},"51":{"tf":1.7320508075688772},"52":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"66":{"tf":2.0},"67":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"74":{"tf":1.7320508075688772},"77":{"tf":1.4142135623730951},"78":{"tf":1.7320508075688772},"81":{"tf":1.4142135623730951},"82":{"tf":1.7320508075688772},"85":{"tf":1.4142135623730951},"86":{"tf":2.0},"87":{"tf":1.4142135623730951},"90":{"tf":1.7320508075688772},"91":{"tf":1.7320508075688772},"94":{"tf":2.449489742783178},"95":{"tf":1.7320508075688772},"98":{"tf":1.4142135623730951},"99":{"tf":2.6457513110645907}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"158":{"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":25,"docs":{"129":{"tf":2.6457513110645907},"130":{"tf":1.4142135623730951},"135":{"tf":1.7320508075688772},"137":{"tf":1.7320508075688772},"138":{"tf":1.7320508075688772},"139":{"tf":1.0},"140":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.7320508075688772},"146":{"tf":1.0},"158":{"tf":1.4142135623730951},"159":{"tf":1.0},"160":{"tf":2.0},"19":{"tf":1.0},"2":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":2.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"37":{"tf":2.23606797749979},"46":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"52":{"tf":1.0}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"150":{"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":{"119":{"tf":1.0},"123":{"tf":1.0}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"134":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"118":{"tf":1.0},"42":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"121":{"tf":1.0},"126":{"tf":1.4142135623730951},"146":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.4142135623730951},"5":{"tf":1.0},"75":{"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":{}},"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":4,"docs":{"126":{"tf":1.0},"142":{"tf":1.4142135623730951},"36":{"tf":1.0},"52":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"118":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0},"63":{"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":29,"docs":{"1":{"tf":1.0},"116":{"tf":1.0},"124":{"tf":1.7320508075688772},"125":{"tf":1.0},"126":{"tf":1.0},"129":{"tf":1.0},"132":{"tf":2.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":2.449489742783178},"146":{"tf":3.3166247903554},"160":{"tf":1.7320508075688772},"3":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"34":{"tf":1.0},"47":{"tf":1.0},"87":{"tf":1.0},"92":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"117":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"75":{"tf":1.0}}},"t":{"df":1,"docs":{"123":{"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":{"123":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"160":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"i":{"df":4,"docs":{"148":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"50":{"tf":1.0},"53":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"114":{"tf":1.0},"37":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"160":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"138":{"tf":1.0}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"128":{"tf":1.0},"134":{"tf":1.4142135623730951},"138":{"tf":2.0},"141":{"tf":1.0},"50":{"tf":1.0},"51":{"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":7,"docs":{"100":{"tf":1.4142135623730951},"114":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"137":{"tf":2.0},"138":{"tf":2.0}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"128":{"tf":1.0}}},"y":{"_":{"c":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"128":{"tf":1.0},"130":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"p":{"d":{"df":1,"docs":{"145":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":1,"docs":{"2":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":5,"docs":{"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.7320508075688772},"69":{"tf":1.0}}}}},"d":{"df":2,"docs":{"132":{"tf":1.0},"145":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":17,"docs":{"117":{"tf":1.0},"12":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"130":{"tf":1.0},"146":{"tf":1.0},"17":{"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},"44":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"55":{"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":{"119":{"tf":1.0},"123":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"50":{"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":2,"docs":{"116":{"tf":1.0},"36":{"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":{"122":{"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":{"(":{"b":{"\"":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"d":{"b":{"df":0,"docs":{},"y":{"df":1,"docs":{"118":{"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":{"118":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"118":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":4,"docs":{"146":{"tf":1.7320508075688772},"34":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"37":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":20,"docs":{"11":{"tf":1.0},"119":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"129":{"tf":1.4142135623730951},"130":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.4142135623730951},"139":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"69":{"tf":1.0},"94":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":9,"docs":{"117":{"tf":2.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.4142135623730951},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"133":{"tf":1.0},"163":{"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":{"128":{"tf":1.4142135623730951},"130":{"tf":1.0},"39":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{}},"df":16,"docs":{"1":{"tf":1.0},"105":{"tf":1.0},"114":{"tf":1.4142135623730951},"126":{"tf":1.7320508075688772},"129":{"tf":2.449489742783178},"142":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"154":{"tf":1.4142135623730951},"160":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"3":{"tf":1.0},"52":{"tf":1.4142135623730951},"54":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"146":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":8,"docs":{"122":{"tf":1.0},"150":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"54":{"tf":1.0},"75":{"tf":2.23606797749979},"76":{"tf":1.0},"77":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"14":{"tf":1.0},"146":{"tf":1.0},"87":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"14":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"110":{"tf":1.0}}}},"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":6,"docs":{"26":{"tf":1.0},"54":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"70":{"tf":1.0}}}}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":10,"docs":{"0":{"tf":1.0},"1":{"tf":1.7320508075688772},"157":{"tf":1.0},"158":{"tf":2.23606797749979},"159":{"tf":1.4142135623730951},"160":{"tf":2.8284271247461903},"163":{"tf":1.0},"22":{"tf":1.4142135623730951},"37":{"tf":1.0},"66":{"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":{"41":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":45,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"128":{"tf":1.0},"132":{"tf":1.0},"140":{"tf":1.4142135623730951},"142":{"tf":1.4142135623730951},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.4142135623730951},"146":{"tf":1.7320508075688772},"150":{"tf":1.0},"151":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"36":{"tf":2.0},"39":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.7320508075688772},"51":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.4142135623730951},"77":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"104":{"tf":1.0},"119":{"tf":1.0},"122":{"tf":1.0},"82":{"tf":1.0},"99":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":9,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"130":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"74":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0},"99":{"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":{"67":{"tf":1.4142135623730951},"86":{"tf":1.0}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"99":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"86":{"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":{"99":{"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":{"99":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":4,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"63":{"tf":1.0},"99":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"67":{"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":{"91":{"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":{"86":{"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":{"86":{"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":{"86":{"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":{"63":{"tf":1.0},"74":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"99":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"25":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"44":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"146":{"tf":1.0}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"27":{"tf":1.0},"36":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"i":{"df":3,"docs":{"85":{"tf":1.0},"86":{"tf":1.4142135623730951},"87":{"tf":2.449489742783178}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":8,"docs":{"11":{"tf":1.0},"120":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.7320508075688772},"154":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"83":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":8,"docs":{"1":{"tf":1.0},"143":{"tf":1.4142135623730951},"33":{"tf":2.0},"34":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"49":{"tf":1.0},"5":{"tf":1.0},"75":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"133":{"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":1,"docs":{"34":{"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":{"122":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":4,"docs":{"121":{"tf":1.4142135623730951},"133":{"tf":1.0},"36":{"tf":1.4142135623730951},"51":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":16,"docs":{"108":{"tf":1.7320508075688772},"113":{"tf":1.4142135623730951},"128":{"tf":1.0},"131":{"tf":1.4142135623730951},"48":{"tf":3.872983346207417},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"63":{"tf":3.4641016151377544},"67":{"tf":1.4142135623730951},"74":{"tf":1.7320508075688772},"78":{"tf":1.4142135623730951},"86":{"tf":2.8284271247461903},"91":{"tf":2.23606797749979},"95":{"tf":1.7320508075688772},"99":{"tf":3.3166247903554}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"122":{"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":{"41":{"tf":1.0},"52":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"44":{"tf":1.0},"49":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"112":{"tf":1.0},"99":{"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":{"42":{"tf":1.0},"44":{"tf":1.0},"51":{"tf":1.0}}}}}}}},"v":{"df":1,"docs":{"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},"145":{"tf":1.0},"163":{"tf":1.7320508075688772},"2":{"tf":1.0}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"161":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"154":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":2,"docs":{"14":{"tf":1.4142135623730951},"37":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"114":{"tf":1.0},"131":{"tf":1.0},"145":{"tf":1.0},"151":{"tf":1.0},"157":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"109":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"131":{"tf":2.0},"137":{"tf":1.0},"41":{"tf":1.0},"50":{"tf":1.0},"99":{"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":{"99":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"i":{"df":6,"docs":{"13":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.4142135623730951},"27":{"tf":1.0},"37":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"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":{"138":{"tf":1.0}}}},"df":0,"docs":{}}}},"v":{"df":6,"docs":{"132":{"tf":1.7320508075688772},"133":{"tf":1.0},"134":{"tf":1.4142135623730951},"138":{"tf":1.0},"139":{"tf":1.0},"148":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":7,"docs":{"132":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"134":{"tf":2.23606797749979},"138":{"tf":2.0},"145":{"tf":1.4142135623730951},"146":{"tf":1.0},"4":{"tf":1.4142135623730951}}},"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":{"137":{"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":{"144":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"125":{"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":{"54":{"tf":1.0},"6":{"tf":1.4142135623730951},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"41":{"tf":1.0}}}}},"o":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"67":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.7320508075688772}}}}}}},"c":{"df":11,"docs":{"108":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"99":{"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":{".":{"7":{".":{"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":{}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":11,"docs":{"112":{"tf":1.0},"117":{"tf":1.0},"12":{"tf":1.0},"133":{"tf":1.0},"150":{"tf":1.0},"155":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.4142135623730951},"99":{"tf":1.0}}}}}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"134":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"'":{"df":0,"docs":{},"t":{"df":2,"docs":{"36":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"50":{"tf":1.0},"92":{"tf":1.0}}}},"w":{"df":0,"docs":{},"n":{"df":4,"docs":{"129":{"tf":1.0},"130":{"tf":1.0},"2":{"tf":1.0},"56":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"37":{"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":{"118":{"tf":1.4142135623730951},"129":{"tf":2.449489742783178},"44":{"tf":1.0},"50":{"tf":1.4142135623730951},"54":{"tf":1.0},"88":{"tf":1.0},"92":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"q":{"df":0,"docs":{},"v":{"df":0,"docs":{},"j":{"df":0,"docs":{},"g":{"\"":{",":{"\"":{"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":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"\"":{":":{"[":{"df":0,"docs":{},"{":{"\"":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"\"":{":":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"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":{"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":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":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":{"34":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":10,"docs":{"114":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"44":{"tf":1.0},"50":{"tf":3.0},"54":{"tf":1.4142135623730951},"79":{"tf":2.23606797749979},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"94":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"e":{"df":2,"docs":{"137":{"tf":1.0},"94":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"t":{"df":6,"docs":{"105":{"tf":1.0},"109":{"tf":1.0},"129":{"tf":1.0},"131":{"tf":1.4142135623730951},"54":{"tf":1.0},"95":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"123":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":16,"docs":{"100":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.7320508075688772},"116":{"tf":1.4142135623730951},"121":{"tf":1.0},"131":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":2.0},"52":{"tf":2.8284271247461903},"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"56":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":7,"docs":{"129":{"tf":1.0},"131":{"tf":1.0},"134":{"tf":1.4142135623730951},"137":{"tf":1.0},"42":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"52":{"tf":1.0}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":15,"docs":{"116":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"138":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":1.0},"71":{"tf":1.4142135623730951},"78":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"129":{"tf":1.0},"34":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"131":{"tf":1.0},"14":{"tf":1.0},"27":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":4,"docs":{"120":{"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":1,"docs":{"134":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"27":{"tf":1.4142135623730951},"37":{"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":{"51":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"m":{"b":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"160":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"d":{"df":4,"docs":{"141":{"tf":1.0},"36":{"tf":1.0},"46":{"tf":1.0},"75":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"129":{"tf":1.0},"138":{"tf":1.0}}}}}}},"d":{"df":6,"docs":{"36":{"tf":1.0},"51":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.4142135623730951},"71":{"tf":1.0},"86":{"tf":1.4142135623730951}},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"126":{"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}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"\"":{":":{"\"":{"[":{":":{":":{"]":{":":{"9":{"0":{"9":{"2":{"\"":{"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":1,"docs":{"37":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"'":{"df":4,"docs":{"110":{"tf":1.0},"114":{"tf":1.0},"134":{"tf":1.0},"43":{"tf":1.0}}},"df":49,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"110":{"tf":1.4142135623730951},"112":{"tf":1.0},"116":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"120":{"tf":1.0},"123":{"tf":1.0},"129":{"tf":2.23606797749979},"132":{"tf":2.23606797749979},"134":{"tf":2.6457513110645907},"138":{"tf":1.4142135623730951},"139":{"tf":1.0},"140":{"tf":1.7320508075688772},"141":{"tf":1.4142135623730951},"142":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.7320508075688772},"146":{"tf":2.23606797749979},"152":{"tf":1.7320508075688772},"153":{"tf":1.0},"154":{"tf":1.4142135623730951},"18":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.4142135623730951},"39":{"tf":1.0},"40":{"tf":2.0},"41":{"tf":1.0},"42":{"tf":2.8284271247461903},"43":{"tf":2.8284271247461903},"44":{"tf":2.23606797749979},"46":{"tf":3.0},"47":{"tf":1.0},"48":{"tf":2.8284271247461903},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"62":{"tf":1.0},"66":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.7320508075688772},"91":{"tf":2.0},"94":{"tf":1.0},"98":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"94":{"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},"147":{"tf":2.0},"148":{"tf":2.0},"159":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"1":{"tf":1.0},"154":{"tf":1.0},"37":{"tf":1.0},"66":{"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":{"49":{"tf":1.0},"66":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"128":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"2":{"tf":1.0},"52":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":6,"docs":{"48":{"tf":1.0},"63":{"tf":1.7320508075688772},"67":{"tf":1.4142135623730951},"74":{"tf":1.0},"86":{"tf":1.4142135623730951},"91":{"tf":1.7320508075688772}}}},"v":{"df":4,"docs":{"132":{"tf":2.23606797749979},"145":{"tf":1.4142135623730951},"39":{"tf":2.23606797749979},"4":{"tf":2.0}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"150":{"tf":1.4142135623730951},"151":{"tf":1.0},"45":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"y":{"df":2,"docs":{"133":{"tf":1.0},"14":{"tf":2.0}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"123":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":1.7320508075688772}},"v":{"df":1,"docs":{"123":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"123":{"tf":1.0},"129":{"tf":1.0},"138":{"tf":1.0},"48":{"tf":1.0},"75":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"44":{"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":{"45":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":1,"docs":{"158":{"tf":1.0}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"87":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"160":{"tf":1.0},"19":{"tf":1.0}},"t":{"df":2,"docs":{"129":{"tf":1.7320508075688772},"150":{"tf":1.0}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"94":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":41,"docs":{"103":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"11":{"tf":1.0},"112":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"117":{"tf":2.0},"120":{"tf":1.4142135623730951},"123":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"146":{"tf":1.0},"157":{"tf":2.0},"158":{"tf":1.4142135623730951},"159":{"tf":1.4142135623730951},"160":{"tf":1.0},"161":{"tf":1.0},"19":{"tf":1.0},"23":{"tf":1.0},"29":{"tf":1.4142135623730951},"32":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.7320508075688772},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"48":{"tf":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":2.0},"52":{"tf":1.0},"62":{"tf":1.4142135623730951},"66":{"tf":1.7320508075688772},"73":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"90":{"tf":1.7320508075688772},"94":{"tf":2.23606797749979},"98":{"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":{"107":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"94":{"tf":1.0}},"l":{"df":1,"docs":{"14":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"13":{"tf":1.0},"131":{"tf":2.0}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"144":{"tf":1.0},"50":{"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},"160":{"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":{"145":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}},"s":{"df":10,"docs":{"129":{"tf":1.0},"130":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"140":{"tf":1.4142135623730951},"145":{"tf":1.0},"146":{"tf":1.0},"151":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"60":{"tf":1.4142135623730951},"63":{"tf":1.0},"96":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"120":{"tf":1.0},"121":{"tf":1.0},"134":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"117":{"tf":1.0},"163":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"116":{"tf":1.0},"12":{"tf":1.4142135623730951},"33":{"tf":1.0},"37":{"tf":1.7320508075688772}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"43":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.0}}}},"df":1,"docs":{"163":{"tf":1.0}}},"df":0,"docs":{}}}}},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"75":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"48":{"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":5,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"81":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}}}}}}}},"s":{"df":8,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"43":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"81":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.4142135623730951}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"21":{"tf":1.0},"31":{"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":{"90":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"11":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}}}},"df":8,"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}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"120":{"tf":1.0},"124":{"tf":1.0},"158":{"tf":1.0},"3":{"tf":1.4142135623730951},"43":{"tf":1.0}}}}}},"d":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":1,"docs":{"128":{"tf":1.0}},"l":{"df":1,"docs":{"19":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":3,"docs":{"123":{"tf":1.0},"50":{"tf":1.0},"94":{"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":6,"docs":{"128":{"tf":1.4142135623730951},"134":{"tf":1.7320508075688772},"23":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"43":{"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":15,"docs":{"123":{"tf":1.0},"132":{"tf":1.4142135623730951},"142":{"tf":1.0},"144":{"tf":2.6457513110645907},"145":{"tf":1.4142135623730951},"146":{"tf":1.7320508075688772},"148":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"45":{"tf":2.6457513110645907},"46":{"tf":1.7320508075688772},"47":{"tf":1.0},"48":{"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":1,"docs":{"144":{"tf":2.0}}}}}}}}},"l":{"df":1,"docs":{"27":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"'":{"df":11,"docs":{"110":{"tf":1.0},"113":{"tf":1.0},"131":{"tf":1.4142135623730951},"134":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"64":{"tf":1.0},"71":{"tf":1.0},"78":{"tf":1.0},"83":{"tf":1.0},"96":{"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":{"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":{}}},"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":{"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":{}},"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"134":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"134":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"156":{"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":{"51":{"tf":1.0},"55":{"tf":1.4142135623730951}}}}}}}},"df":102,"docs":{"100":{"tf":1.0},"101":{"tf":1.7320508075688772},"102":{"tf":1.7320508075688772},"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"105":{"tf":1.7320508075688772},"106":{"tf":1.7320508075688772},"107":{"tf":1.4142135623730951},"108":{"tf":1.0},"109":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":2.0},"111":{"tf":1.7320508075688772},"112":{"tf":2.0},"113":{"tf":1.0},"114":{"tf":2.0},"115":{"tf":1.0},"116":{"tf":2.6457513110645907},"117":{"tf":3.0},"118":{"tf":2.6457513110645907},"119":{"tf":2.0},"120":{"tf":2.0},"121":{"tf":1.7320508075688772},"122":{"tf":2.0},"123":{"tf":2.23606797749979},"131":{"tf":3.3166247903554},"132":{"tf":1.0},"134":{"tf":3.3166247903554},"142":{"tf":2.23606797749979},"144":{"tf":1.0},"145":{"tf":1.0},"150":{"tf":1.0},"158":{"tf":1.4142135623730951},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":2.449489742783178},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":2.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":2.23606797749979},"49":{"tf":2.0},"50":{"tf":4.69041575982343},"51":{"tf":3.7416573867739413},"52":{"tf":4.242640687119285},"53":{"tf":1.7320508075688772},"54":{"tf":2.6457513110645907},"55":{"tf":2.8284271247461903},"56":{"tf":2.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.7320508075688772},"62":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"65":{"tf":1.7320508075688772},"66":{"tf":2.23606797749979},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.4142135623730951},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.7320508075688772},"73":{"tf":1.4142135623730951},"74":{"tf":2.0},"75":{"tf":1.7320508075688772},"76":{"tf":1.7320508075688772},"77":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.7320508075688772},"80":{"tf":1.7320508075688772},"81":{"tf":1.4142135623730951},"82":{"tf":1.0},"83":{"tf":1.4142135623730951},"84":{"tf":1.7320508075688772},"85":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"89":{"tf":1.7320508075688772},"90":{"tf":1.4142135623730951},"91":{"tf":1.0},"92":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772},"94":{"tf":1.7320508075688772},"95":{"tf":1.0},"96":{"tf":1.4142135623730951},"97":{"tf":1.7320508075688772},"98":{"tf":1.4142135623730951},"99":{"tf":2.6457513110645907}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"118":{"tf":1.4142135623730951},"122":{"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":{"120":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"n":{"d":{"df":2,"docs":{"144":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":7,"docs":{"158":{"tf":1.0},"54":{"tf":1.0},"83":{"tf":2.23606797749979},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":9,"docs":{"117":{"tf":1.0},"122":{"tf":1.0},"140":{"tf":1.0},"27":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"51":{"tf":1.0},"66":{"tf":1.0},"87":{"tf":1.0}}}}},"t":{"df":2,"docs":{"117":{"tf":1.0},"50":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"145":{"tf":1.0},"146":{"tf":1.7320508075688772},"151":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"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}}}}},"o":{"df":0,"docs":{},"w":{"df":6,"docs":{"101":{"tf":1.0},"131":{"tf":1.0},"137":{"tf":1.0},"44":{"tf":1.4142135623730951},"50":{"tf":1.0},"79":{"tf":1.0}}}}},"n":{"df":8,"docs":{"118":{"tf":1.4142135623730951},"119":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":2.0},"51":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"u":{"df":1,"docs":{"1":{"tf":1.0}},"s":{"df":2,"docs":{"124":{"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},"148":{"tf":1.7320508075688772},"29":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":25,"docs":{"120":{"tf":1.0},"123":{"tf":1.7320508075688772},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"129":{"tf":1.0},"130":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"147":{"tf":1.0},"152":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"33":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"53":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":12,"docs":{"122":{"tf":1.4142135623730951},"147":{"tf":1.0},"155":{"tf":1.0},"23":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"63":{"tf":1.4142135623730951},"69":{"tf":1.0},"74":{"tf":1.0},"86":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}},"df":2,"docs":{"48":{"tf":1.0},"50":{"tf":1.4142135623730951}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":13,"docs":{"120":{"tf":1.0},"133":{"tf":1.0},"146":{"tf":1.0},"24":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"39":{"tf":1.0},"40":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":2.449489742783178},"51":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"110":{"tf":1.0},"114":{"tf":1.4142135623730951},"117":{"tf":1.0},"134":{"tf":1.0},"14":{"tf":1.0},"34":{"tf":1.0},"63":{"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":{"54":{"tf":1.0},"92":{"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":{"123":{"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":{"123":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":7,"docs":{"117":{"tf":1.0},"120":{"tf":1.0},"132":{"tf":1.0},"143":{"tf":1.0},"160":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0}},"i":{"df":1,"docs":{"154":{"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},"110":{"tf":1.0},"120":{"tf":2.0},"125":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"27":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"94":{"tf":1.0}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"11":{"tf":1.0},"26":{"tf":1.0},"34":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"134":{"tf":1.0},"69":{"tf":1.0}}}}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":24,"docs":{"0":{"tf":1.0},"1":{"tf":2.8284271247461903},"116":{"tf":1.0},"13":{"tf":1.0},"132":{"tf":1.4142135623730951},"139":{"tf":1.0},"14":{"tf":1.0},"145":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951},"158":{"tf":2.8284271247461903},"159":{"tf":2.6457513110645907},"160":{"tf":3.605551275463989},"163":{"tf":2.8284271247461903},"2":{"tf":2.449489742783178},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"27":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"4":{"tf":1.0},"64":{"tf":1.4142135623730951},"66":{"tf":2.0}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":13,"docs":{"139":{"tf":1.0},"140":{"tf":2.0},"141":{"tf":1.0},"143":{"tf":2.0},"22":{"tf":1.7320508075688772},"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}},"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":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"u":{"df":0,"docs":{},"g":{"df":2,"docs":{"137":{"tf":1.0},"138":{"tf":1.7320508075688772}}}}},"d":{"c":{"df":1,"docs":{"163":{"tf":1.4142135623730951}},"v":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"163":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"116":{"tf":1.0},"123":{"tf":2.0},"129":{"tf":1.7320508075688772},"131":{"tf":1.7320508075688772},"138":{"tf":1.4142135623730951},"33":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"48":{"tf":1.0},"75":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"128":{"tf":1.0}}}}},"t":{"df":4,"docs":{"138":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"df":3,"docs":{"157":{"tf":1.0},"16":{"tf":1.0},"9":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"157":{"tf":1.0},"22":{"tf":1.0}},"n":{"df":5,"docs":{"132":{"tf":1.0},"133":{"tf":1.0},"145":{"tf":1.0},"4":{"tf":1.0},"95":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":4,"docs":{"22":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"36":{"tf":1.7320508075688772}}}},"o":{"df":5,"docs":{"117":{"tf":1.0},"120":{"tf":1.0},"146":{"tf":1.4142135623730951},"22":{"tf":1.0},"34":{"tf":1.0}},"o":{"d":{"b":{"df":0,"docs":{},"y":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":1,"docs":{"11":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"163":{"tf":1.0}}}}}},"r":{"a":{"b":{"df":3,"docs":{"24":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"160":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"123":{"tf":1.0}}},".":{"df":0,"docs":{},"v":{"1":{"df":3,"docs":{"119":{"tf":1.0},"120":{"tf":1.0},"123":{"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":{"120":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":6,"docs":{"117":{"tf":2.0},"118":{"tf":1.4142135623730951},"119":{"tf":1.7320508075688772},"121":{"tf":1.4142135623730951},"122":{"tf":2.23606797749979},"123":{"tf":2.8284271247461903}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"46":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951}}}}},"p":{"c":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"v":{"4":{"df":1,"docs":{"145":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":3,"docs":{"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"134":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"df":1,"docs":{"36":{"tf":1.0}}},"u":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"21":{"tf":1.0},"31":{"tf":1.0},"4":{"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":{"49":{"tf":1.0},"52":{"tf":1.0},"66":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"142":{"tf":1.0}}}}}},"r":{"d":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"36":{"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":1,"docs":{"91":{"tf":1.4142135623730951}}}},"v":{"df":0,"docs":{},"e":{"df":7,"docs":{"14":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"4":{"tf":1.0}}}}},"df":4,"docs":{"132":{"tf":1.0},"145":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0}},"e":{"a":{"d":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"153":{"tf":1.0},"154":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":3,"docs":{"117":{"tf":1.0},"120":{"tf":1.0},"144":{"tf":1.0}}}},"p":{"df":5,"docs":{"131":{"tf":2.23606797749979},"132":{"tf":2.23606797749979},"145":{"tf":2.23606797749979},"39":{"tf":1.7320508075688772},"4":{"tf":2.23606797749979}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"134":{"tf":1.0},"34":{"tf":1.0},"50":{"tf":1.0}}}},"y":{"df":1,"docs":{"123":{"tf":1.0}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"69":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"138":{"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":{"109":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"t":{"df":1,"docs":{"19":{"tf":1.0}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"139":{"tf":1.0},"160":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"48":{"tf":1.0}}}},"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":{"(":{"df":1,"docs":{"48":{"tf":1.0}}},"/":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"p":{"df":1,"docs":{"134":{"tf":1.0}}}},"df":0,"docs":{}}},":":{"/":{"/":{"1":{"2":{"7":{".":{"0":{".":{"0":{".":{"1":{":":{"7":{"8":{"0":{"0":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"48":{"tf":1.0}}}}},"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":{"108":{"tf":1.0},"113":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0},"99":{"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":1,"docs":{"146":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"34":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"df":1,"docs":{"146":{"tf":1.0}}},"2":{"df":1,"docs":{"146":{"tf":1.0}}},"3":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"0":{"9":{"1":{"/":{"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":{}},"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":1,"docs":{"34":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"149":{"tf":1.0},"151":{"tf":1.7320508075688772},"153":{"tf":1.0},"154":{"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":9,"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}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"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":3,"docs":{"134":{"tf":1.7320508075688772},"154":{"tf":1.0},"50":{"tf":1.0}}},"d":{"df":11,"docs":{"112":{"tf":1.0},"116":{"tf":1.0},"126":{"tf":3.4641016151377544},"131":{"tf":1.4142135623730951},"144":{"tf":1.0},"36":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"77":{"tf":1.0},"78":{"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":{"44":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0},"78":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"c":{"df":2,"docs":{"35":{"tf":1.7320508075688772},"36":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"134":{"tf":2.0}}}}}},"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":{"118":{"tf":1.0},"119":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":13,"docs":{"116":{"tf":1.0},"117":{"tf":1.7320508075688772},"118":{"tf":1.0},"123":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"135":{"tf":1.0},"158":{"tf":1.0},"163":{"tf":1.0},"26":{"tf":1.0},"55":{"tf":1.0},"64":{"tf":1.0},"94":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"117":{"tf":1.0},"120":{"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":{"44":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":6,"docs":{"123":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"134":{"tf":2.23606797749979},"54":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":5,"docs":{"116":{"tf":1.4142135623730951},"18":{"tf":1.0},"26":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"92":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"c":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":2,"docs":{"131":{"tf":1.4142135623730951},"150":{"tf":1.0}},"r":{"df":0,"docs":{},"m":{"df":14,"docs":{"12":{"tf":1.0},"128":{"tf":2.0},"134":{"tf":3.1622776601683795},"139":{"tf":1.4142135623730951},"145":{"tf":1.0},"146":{"tf":1.0},"154":{"tf":1.0},"158":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":2.23606797749979}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"44":{"tf":1.0},"51":{"tf":1.0},"94":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"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":2,"docs":{"33":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"14":{"tf":1.0},"157":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":13,"docs":{"123":{"tf":1.0},"148":{"tf":1.7320508075688772},"16":{"tf":1.0},"21":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"34":{"tf":2.23606797749979},"4":{"tf":1.0},"5":{"tf":2.23606797749979},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}},"n":{"c":{"df":9,"docs":{"118":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.7320508075688772},"4":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"d":{"df":8,"docs":{"1":{"tf":1.0},"129":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"27":{"tf":1.0},"37":{"tf":1.4142135623730951},"45":{"tf":1.0},"69":{"tf":1.0},"75":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"21":{"tf":1.0},"31":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":6,"docs":{"48":{"tf":1.0},"63":{"tf":1.4142135623730951},"74":{"tf":1.0},"86":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}},"r":{"df":13,"docs":{"12":{"tf":2.0},"132":{"tf":1.4142135623730951},"139":{"tf":1.0},"145":{"tf":1.0},"157":{"tf":1.7320508075688772},"158":{"tf":1.4142135623730951},"159":{"tf":1.0},"160":{"tf":1.7320508075688772},"163":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"3":{"tf":1.7320508075688772},"32":{"tf":1.0},"33":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"34":{"tf":1.0},"4":{"tf":1.0}}}}},"f":{"a":{"c":{"df":5,"docs":{"151":{"tf":1.7320508075688772},"152":{"tf":1.0},"24":{"tf":1.0},"4":{"tf":1.4142135623730951},"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"138":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":1,"docs":{"3":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"163":{"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":{"114":{"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":{"156":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":1,"docs":{"118":{"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":{"158":{"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":{"160":{"tf":1.0}}}}}}},":":{"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":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":3,"docs":{"128":{"tf":1.0},"129":{"tf":2.449489742783178},"130":{"tf":1.0}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"130":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":16,"docs":{"128":{"tf":1.0},"130":{"tf":1.0},"134":{"tf":1.4142135623730951},"140":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.4142135623730951},"23":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":1.4142135623730951},"37":{"tf":2.23606797749979},"40":{"tf":1.0},"44":{"tf":1.4142135623730951},"54":{"tf":1.0},"83":{"tf":1.0},"91":{"tf":1.0},"92":{"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":5,"docs":{"124":{"tf":1.0},"132":{"tf":1.0},"149":{"tf":1.0},"39":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951}}},"6":{"df":5,"docs":{"124":{"tf":1.0},"132":{"tf":1.0},"149":{"tf":1.0},"39":{"tf":1.4142135623730951},"86":{"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":{"117":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":4,"docs":{"48":{"tf":2.0},"74":{"tf":1.0},"86":{"tf":2.0},"99":{"tf":1.7320508075688772}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"133":{"tf":1.0},"52":{"tf":1.0}}}}}}}},"j":{"df":0,"docs":{},"o":{"b":{"df":6,"docs":{"110":{"tf":1.0},"56":{"tf":1.0},"64":{"tf":1.0},"71":{"tf":1.0},"83":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}},"q":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"156":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.4142135623730951},"48":{"tf":1.7320508075688772}}}}}},"k":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":1,"docs":{"126":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":1,"docs":{"17":{"tf":1.0}},"e":{"df":0,"docs":{},"y":{"df":11,"docs":{"108":{"tf":1.7320508075688772},"113":{"tf":1.7320508075688772},"116":{"tf":1.0},"131":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"48":{"tf":1.7320508075688772},"52":{"tf":2.0},"53":{"tf":1.0},"63":{"tf":1.7320508075688772},"99":{"tf":1.7320508075688772}}}},"i":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"142":{"tf":1.0},"36":{"tf":1.4142135623730951},"63":{"tf":2.449489742783178}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"129":{"tf":1.0},"163":{"tf":1.0},"36":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":4,"docs":{"134":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.4142135623730951},"53":{"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":{"143":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"l":{"df":12,"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}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":9,"docs":{"139":{"tf":1.0},"140":{"tf":1.0},"143":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"163":{"tf":2.23606797749979},"21":{"tf":1.0},"22":{"tf":1.0},"31":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":9,"docs":{"114":{"tf":1.0},"120":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.7320508075688772},"130":{"tf":1.4142135623730951},"131":{"tf":3.0},"142":{"tf":1.4142135623730951},"36":{"tf":1.0},"99":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"138":{"tf":1.0}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"1":{"tf":1.0},"163":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"45":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"130":{"tf":1.0},"51":{"tf":1.0},"66":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"124":{"tf":1.0},"125":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"50":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"138":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"163":{"tf":1.0}}}}}},"d":{"df":1,"docs":{"134":{"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":1,"docs":{"50":{"tf":1.0}}}}}},"t":{"'":{"df":12,"docs":{"117":{"tf":1.0},"120":{"tf":1.4142135623730951},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.4142135623730951},"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}}},"df":1,"docs":{"50":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"150":{"tf":1.4142135623730951},"2":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"50":{"tf":1.0},"52":{"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},"160":{"tf":1.0},"163":{"tf":1.0},"3":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"128":{"tf":1.0},"48":{"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":{"133":{"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":{"44":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":7,"docs":{"134":{"tf":1.0},"158":{"tf":1.0},"54":{"tf":1.0},"92":{"tf":1.4142135623730951},"93":{"tf":1.0},"94":{"tf":2.0},"95":{"tf":1.4142135623730951}}}}},"n":{"df":0,"docs":{},"e":{"df":5,"docs":{"135":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"46":{"tf":1.0}}},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"48":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"129":{"tf":1.0},"134":{"tf":1.7320508075688772},"140":{"tf":1.0},"23":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.4142135623730951},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":7,"docs":{"120":{"tf":1.4142135623730951},"129":{"tf":2.449489742783178},"132":{"tf":1.0},"134":{"tf":1.4142135623730951},"39":{"tf":1.7320508075688772},"48":{"tf":1.0},"66":{"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":1,"docs":{"153":{"tf":1.7320508075688772}}}}},"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":{"91":{"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":3,"docs":{"37":{"tf":1.0},"54":{"tf":1.0},"88":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":7,"docs":{"11":{"tf":1.0},"134":{"tf":2.0},"160":{"tf":1.4142135623730951},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"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":{"51":{"tf":1.0},"94":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":36,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"125":{"tf":1.0},"134":{"tf":1.0},"144":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":2.0},"31":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.7320508075688772},"39":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":1.4142135623730951},"5":{"tf":1.0},"51":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.4142135623730951},"73":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0},"98":{"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":1,"docs":{"146":{"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":1,"docs":{"146":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":5,"docs":{"151":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"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":3,"docs":{"51":{"tf":1.0},"54":{"tf":1.0},"92":{"tf":1.7320508075688772}}}}}}}}}},"df":0,"docs":{}}},"t":{"df":4,"docs":{"132":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"148":{"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":{"128":{"tf":1.4142135623730951},"150":{"tf":2.449489742783178},"4":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.0},"75":{"tf":1.4142135623730951},"78":{"tf":1.0}},"i":{"c":{"a":{"df":0,"docs":{},"l":{"_":{"d":{"df":0,"docs":{},"n":{"df":1,"docs":{"134":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"130":{"tf":1.0},"158":{"tf":1.0}}}},"o":{"df":0,"docs":{},"k":{"df":13,"docs":{"116":{"tf":1.0},"140":{"tf":1.0},"142":{"tf":1.0},"146":{"tf":1.0},"161":{"tf":1.0},"163":{"tf":1.4142135623730951},"19":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.0},"36":{"tf":1.4142135623730951},"4":{"tf":1.0},"45":{"tf":1.0},"63":{"tf":1.7320508075688772}}},"p":{"df":1,"docs":{"2":{"tf":1.0}}}},"t":{"df":1,"docs":{"163":{"tf":1.0}}},"w":{"df":1,"docs":{"158":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"u":{"df":1,"docs":{"120":{"tf":1.0}}}},"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":{"48":{"tf":1.0},"5":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":4,"docs":{"137":{"tf":2.0},"14":{"tf":1.0},"159":{"tf":1.0},"160":{"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":{"126":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"120":{"tf":2.0},"123":{"tf":1.0},"125":{"tf":1.0},"51":{"tf":1.4142135623730951},"90":{"tf":1.0},"94":{"tf":1.4142135623730951}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.4142135623730951}}}}},"k":{"df":0,"docs":{},"e":{"df":6,"docs":{"131":{"tf":1.0},"14":{"tf":1.0},"146":{"tf":1.0},"2":{"tf":1.7320508075688772},"5":{"tf":1.0},"50":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":19,"docs":{"121":{"tf":1.0},"123":{"tf":1.4142135623730951},"132":{"tf":2.449489742783178},"133":{"tf":1.4142135623730951},"135":{"tf":1.7320508075688772},"137":{"tf":3.1622776601683795},"143":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"145":{"tf":1.7320508075688772},"146":{"tf":2.23606797749979},"154":{"tf":1.0},"33":{"tf":2.6457513110645907},"34":{"tf":2.6457513110645907},"36":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"4":{"tf":2.449489742783178},"47":{"tf":1.0},"48":{"tf":2.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":4,"docs":{"135":{"tf":1.0},"145":{"tf":1.0},"39":{"tf":1.0},"48":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"163":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":4,"docs":{"14":{"tf":1.4142135623730951},"157":{"tf":1.0},"19":{"tf":1.0},"60":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"27":{"tf":1.0},"41":{"tf":1.0}}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"163":{"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":0,"docs":{},"v":{"df":0,"docs":{},"e":{"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":{},"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":{"120":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"132":{"tf":1.7320508075688772}}},"r":{"df":0,"docs":{},"k":{"df":4,"docs":{"163":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.0},"36":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"`":{"]":{"[":{"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":{"99":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":23,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"114":{"tf":1.0},"116":{"tf":1.0},"128":{"tf":1.0},"159":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0},"86":{"tf":2.0},"87":{"tf":2.0},"96":{"tf":2.23606797749979},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":2.449489742783178}},"m":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"160":{"tf":1.0},"36":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"x":{"_":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"51":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"69":{"tf":1.0},"94":{"tf":2.23606797749979},"95":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"_":{"d":{"b":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"b":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}},"df":4,"docs":{"128":{"tf":2.0},"130":{"tf":1.0},"39":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}}}}}},"d":{"df":2,"docs":{"145":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951}},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"145":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":2,"docs":{"145":{"tf":1.0},"39":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"137":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"124":{"tf":1.0},"125":{"tf":1.4142135623730951},"131":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":4,"docs":{"110":{"tf":1.0},"116":{"tf":1.0},"133":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"134":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"138":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":3,"docs":{"145":{"tf":1.0},"146":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"163":{"tf":1.4142135623730951}}},"s":{"a":{"df":0,"docs":{},"g":{"df":11,"docs":{"121":{"tf":1.0},"123":{"tf":1.4142135623730951},"124":{"tf":1.7320508075688772},"125":{"tf":1.0},"126":{"tf":1.0},"132":{"tf":1.0},"137":{"tf":1.0},"145":{"tf":1.0},"4":{"tf":1.0},"75":{"tf":1.0},"78":{"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":3,"docs":{"109":{"tf":1.0},"63":{"tf":1.4142135623730951},"99":{"tf":1.0}},"}":{"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":{"63":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":26,"docs":{"100":{"tf":1.0},"105":{"tf":1.0},"108":{"tf":1.4142135623730951},"110":{"tf":1.0},"112":{"tf":1.7320508075688772},"113":{"tf":1.4142135623730951},"114":{"tf":1.7320508075688772},"116":{"tf":2.0},"119":{"tf":1.0},"134":{"tf":1.7320508075688772},"141":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":2.0},"43":{"tf":2.8284271247461903},"46":{"tf":2.23606797749979},"48":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":2.8284271247461903},"53":{"tf":1.7320508075688772},"54":{"tf":2.0},"56":{"tf":1.0},"63":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.7320508075688772}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":9,"docs":{"103":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"108":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.0},"62":{"tf":1.0},"81":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":2,"docs":{"124":{"tf":1.4142135623730951},"126":{"tf":1.0}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":5,"docs":{"118":{"tf":1.4142135623730951},"5":{"tf":1.0},"7":{"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},"100":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"127":{"tf":2.0},"128":{"tf":1.4142135623730951},"129":{"tf":2.8284271247461903},"130":{"tf":2.23606797749979},"131":{"tf":2.8284271247461903},"136":{"tf":1.7320508075688772},"137":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"155":{"tf":2.6457513110645907},"158":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":2.0},"3":{"tf":1.0},"70":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"32":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":5,"docs":{"63":{"tf":1.4142135623730951},"74":{"tf":1.0},"86":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"138":{"tf":1.0}}}}},"m":{"d":{"b":{"df":1,"docs":{"39":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"d":{"df":1,"docs":{"123":{"tf":1.0}},"e":{"df":9,"docs":{"127":{"tf":1.0},"137":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"154":{"tf":2.0},"18":{"tf":1.0},"48":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"120":{"tf":1.0}},"i":{"df":1,"docs":{"66":{"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":22,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"112":{"tf":1.0},"12":{"tf":1.0},"131":{"tf":1.4142135623730951},"132":{"tf":1.0},"135":{"tf":1.0},"14":{"tf":1.0},"150":{"tf":1.0},"160":{"tf":1.0},"19":{"tf":1.0},"36":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"4":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"69":{"tf":1.0},"99":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"105":{"tf":1.0},"12":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"14":{"tf":1.0},"36":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"132":{"tf":1.0},"145":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":8,"docs":{"0":{"tf":1.0},"1":{"tf":1.7320508075688772},"157":{"tf":1.0},"163":{"tf":1.7320508075688772},"2":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0}}}},"df":10,"docs":{"132":{"tf":1.0},"140":{"tf":1.4142135623730951},"145":{"tf":1.0},"160":{"tf":1.0},"2":{"tf":1.0},"36":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"87":{"tf":1.0}}}}}}},"t":{"df":2,"docs":{"118":{"tf":1.4142135623730951},"122":{"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":{"141":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"112":{"tf":1.0},"116":{"tf":1.0},"144":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"73":{"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":{"112":{"tf":1.0},"62":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"103":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"98":{"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":48,"docs":{"102":{"tf":1.4142135623730951},"103":{"tf":2.0},"106":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"111":{"tf":1.4142135623730951},"112":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"131":{"tf":1.7320508075688772},"134":{"tf":1.4142135623730951},"142":{"tf":1.7320508075688772},"144":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.4142135623730951},"53":{"tf":1.0},"55":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"72":{"tf":1.4142135623730951},"73":{"tf":1.0},"76":{"tf":1.4142135623730951},"77":{"tf":1.0},"80":{"tf":1.4142135623730951},"81":{"tf":2.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.0},"89":{"tf":1.4142135623730951},"90":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.0},"97":{"tf":1.4142135623730951},"98":{"tf":2.0},"99":{"tf":2.23606797749979}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":4,"docs":{"140":{"tf":1.4142135623730951},"142":{"tf":1.4142135623730951},"143":{"tf":2.0},"36":{"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":1,"docs":{"126":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"163":{"tf":1.0}}}}}},"c":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"17":{"tf":1.7320508075688772}}}},"df":2,"docs":{"120":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951}}},"d":{"df":0,"docs":{},"u":{"2":{"df":1,"docs":{"36":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":1,"docs":{"94":{"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},"51":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"138":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":14,"docs":{"117":{"tf":1.4142135623730951},"119":{"tf":1.0},"120":{"tf":1.0},"123":{"tf":1.4142135623730951},"133":{"tf":1.0},"134":{"tf":1.0},"146":{"tf":1.4142135623730951},"159":{"tf":1.0},"160":{"tf":1.0},"163":{"tf":1.0},"27":{"tf":1.0},"36":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}},"t":{"c":{"a":{"df":0,"docs":{},"t":{"df":7,"docs":{"120":{"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":{"86":{"tf":1.0}}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":7,"docs":{"120":{"tf":1.0},"123":{"tf":1.0},"14":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.0},"4":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}},"w":{"df":5,"docs":{"124":{"tf":1.0},"129":{"tf":1.0},"154":{"tf":1.0},"26":{"tf":1.4142135623730951},"50":{"tf":1.0}}},"x":{"df":0,"docs":{},"t":{"df":8,"docs":{"120":{"tf":1.0},"161":{"tf":1.4142135623730951},"18":{"tf":1.0},"19":{"tf":1.0},"29":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"50":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"34":{"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":{"46":{"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":{"129":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":4,"docs":{"22":{"tf":1.0},"26":{"tf":1.0},"35":{"tf":1.0},"36":{"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":{"114":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"n":{"c":{"df":1,"docs":{"126":{"tf":2.0}}},"df":5,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.0},"39":{"tf":1.0}},"e":{"df":5,"docs":{"120":{"tf":1.4142135623730951},"33":{"tf":1.0},"87":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"160":{"tf":1.0},"36":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"86":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":8,"docs":{"129":{"tf":1.0},"130":{"tf":1.0},"145":{"tf":1.0},"50":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}},"h":{"df":2,"docs":{"67":{"tf":1.0},"74":{"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":{"114":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"w":{"df":17,"docs":{"105":{"tf":1.0},"109":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.4142135623730951},"123":{"tf":1.0},"146":{"tf":1.0},"159":{"tf":1.0},"22":{"tf":1.0},"23":{"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},"54":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"78":{"tf":1.0},"99":{"tf":2.449489742783178}}}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":16,"docs":{"100":{"tf":1.4142135623730951},"11":{"tf":1.0},"114":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":2.6457513110645907},"130":{"tf":1.7320508075688772},"132":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":2.6457513110645907},"138":{"tf":3.1622776601683795},"158":{"tf":1.0},"50":{"tf":1.0},"63":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"94":{"tf":1.7320508075688772},"95":{"tf":1.0}}}}},"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":15,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"118":{"tf":1.0},"43":{"tf":1.4142135623730951},"48":{"tf":2.6457513110645907},"51":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"63":{"tf":2.0},"67":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0},"86":{"tf":1.7320508075688772},"91":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":2.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":4,"docs":{"105":{"tf":1.0},"11":{"tf":1.0},"163":{"tf":1.4142135623730951},"54":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"129":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0}},"r":{"df":1,"docs":{"94":{"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":{"112":{"tf":1.0},"116":{"tf":1.0},"43":{"tf":1.0},"46":{"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":{"119":{"tf":1.0},"123":{"tf":1.4142135623730951}}}}}}},"df":2,"docs":{"118":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951}}},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":10,"docs":{"103":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.4142135623730951},"73":{"tf":1.0},"74":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":7,"docs":{"66":{"tf":1.0},"67":{"tf":1.4142135623730951},"73":{"tf":1.0},"74":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.4142135623730951},"99":{"tf":1.0}}}}}}},"c":{"df":1,"docs":{"36":{"tf":1.0}}},"df":20,"docs":{"117":{"tf":1.0},"125":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.4142135623730951},"135":{"tf":1.0},"154":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.4142135623730951},"23":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.4142135623730951},"44":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":1.0},"60":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":3,"docs":{"63":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"o":{"df":2,"docs":{"13":{"tf":1.0},"44":{"tf":1.0}}}},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"5":{"tf":1.0},"55":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"1":{"tf":1.0},"163":{"tf":1.7320508075688772},"24":{"tf":1.0}}},"r":{"df":3,"docs":{"124":{"tf":1.0},"2":{"tf":1.0},"86":{"tf":1.0}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"117":{"tf":1.0},"118":{"tf":1.0},"50":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"94":{"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":{"119":{"tf":1.0},"123":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":20,"docs":{"104":{"tf":1.0},"108":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"132":{"tf":1.7320508075688772},"145":{"tf":1.7320508075688772},"158":{"tf":1.0},"39":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"63":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"78":{"tf":1.7320508075688772},"82":{"tf":1.0},"86":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"99":{"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},"163":{"tf":1.4142135623730951}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"134":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"66":{"tf":1.0},"87":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"128":{"tf":1.0},"130":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"128":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"34":{"tf":1.0},"63":{"tf":1.4142135623730951},"66":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"163":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"157":{"tf":1.0}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":4,"docs":{"134":{"tf":1.0},"160":{"tf":1.0},"42":{"tf":1.0},"48":{"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":{"50":{"tf":1.0}}}}}}},"t":{"df":11,"docs":{"1":{"tf":1.0},"120":{"tf":1.0},"123":{"tf":1.4142135623730951},"158":{"tf":1.0},"2":{"tf":1.0},"24":{"tf":1.4142135623730951},"3":{"tf":1.0},"32":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"54":{"tf":1.0}},"g":{"df":0,"docs":{},"o":{"df":2,"docs":{"116":{"tf":1.0},"75":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"116":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":8,"docs":{"120":{"tf":1.0},"155":{"tf":1.0},"18":{"tf":1.0},"24":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"50":{"tf":1.0},"75":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":11,"docs":{"12":{"tf":1.0},"120":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"130":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"45":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"124":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":4,"docs":{"0":{"tf":1.4142135623730951},"117":{"tf":1.0},"133":{"tf":1.4142135623730951},"32":{"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":{"123":{"tf":1.0}}}}}}}},"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"123":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"52":{"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":{"126":{"tf":1.4142135623730951}}}}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"126":{"tf":1.4142135623730951}}}}}},"df":54,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"116":{"tf":2.23606797749979},"117":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"120":{"tf":1.7320508075688772},"126":{"tf":1.4142135623730951},"129":{"tf":2.6457513110645907},"131":{"tf":1.0},"134":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"160":{"tf":1.7320508075688772},"17":{"tf":1.4142135623730951},"19":{"tf":2.23606797749979},"26":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.4142135623730951},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":2.0},"43":{"tf":1.0},"44":{"tf":2.0},"48":{"tf":1.7320508075688772},"49":{"tf":1.7320508075688772},"50":{"tf":4.358898943540674},"51":{"tf":1.4142135623730951},"52":{"tf":3.0},"53":{"tf":1.0},"54":{"tf":3.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":2.449489742783178},"66":{"tf":1.0},"67":{"tf":1.0},"71":{"tf":1.7320508075688772},"75":{"tf":1.4142135623730951},"79":{"tf":1.0},"86":{"tf":1.4142135623730951},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":2.0},"92":{"tf":1.0},"94":{"tf":3.0},"95":{"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":{"42":{"tf":1.4142135623730951},"44":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":2,"docs":{"122":{"tf":1.0},"123":{"tf":1.0}}},"t":{"df":3,"docs":{"12":{"tf":1.0},"134":{"tf":1.4142135623730951},"34":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"42":{"tf":1.0},"55":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":2,"docs":{"162":{"tf":1.4142135623730951},"44":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"s":{"df":15,"docs":{"101":{"tf":2.23606797749979},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"120":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"160":{"tf":1.0},"22":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"71":{"tf":1.0},"79":{"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":{"118":{"tf":1.0}}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"132":{"tf":1.0},"145":{"tf":1.0},"148":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"132":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"2":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}}}},"y":{"df":1,"docs":{"66":{"tf":1.0}}}},"df":2,"docs":{"132":{"tf":1.0},"39":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"134":{"tf":1.0},"160":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":4,"docs":{"11":{"tf":2.449489742783178},"150":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"o":{"d":{"df":5,"docs":{"138":{"tf":1.0},"44":{"tf":1.0},"51":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"33":{"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":{}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"140":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"g":{"'":{"df":1,"docs":{"126":{"tf":1.0}}},"_":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"126":{"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":{"126":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"124":{"tf":1.0},"125":{"tf":2.23606797749979}}}},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"134":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"118":{"tf":1.0},"50":{"tf":2.23606797749979}}}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"43":{"tf":1.0},"66":{"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":{"146":{"tf":1.0}}},".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"33":{"tf":1.0},"34":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":20,"docs":{"129":{"tf":1.0},"132":{"tf":2.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":2.449489742783178},"146":{"tf":3.1622776601683795},"160":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"47":{"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},"163":{"tf":1.0},"3":{"tf":1.0},"48":{"tf":1.0}}}}}}},"y":{"df":4,"docs":{"23":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"117":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"147":{"tf":1.7320508075688772},"148":{"tf":1.4142135623730951}}}}}}},"o":{"d":{"df":3,"docs":{"143":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"34":{"tf":1.7320508075688772}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"11":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0},"34":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"90":{"tf":1.4142135623730951},"91":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"34":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":4,"docs":{"160":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"132":{"tf":1.0}}}},"df":5,"docs":{"116":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"154":{"tf":1.0},"52":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"t":{"(":{"df":2,"docs":{"33":{"tf":1.0},"37":{"tf":1.0}}},"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"158":{"tf":1.0}}}}},"df":38,"docs":{"118":{"tf":1.0},"120":{"tf":1.7320508075688772},"123":{"tf":1.0},"124":{"tf":1.0},"129":{"tf":2.449489742783178},"132":{"tf":2.0},"134":{"tf":1.0},"140":{"tf":2.23606797749979},"144":{"tf":1.7320508075688772},"145":{"tf":2.23606797749979},"146":{"tf":2.23606797749979},"149":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"39":{"tf":2.449489742783178},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"44":{"tf":2.0},"48":{"tf":2.0},"54":{"tf":1.0},"66":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.4142135623730951},"86":{"tf":2.0},"91":{"tf":1.0},"92":{"tf":1.0}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"86":{"tf":1.0}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":7,"docs":{"11":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.4142135623730951},"38":{"tf":1.0},"4":{"tf":1.0},"94":{"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":{"46":{"tf":1.0},"94":{"tf":1.0},"99":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"161":{"tf":1.0},"163":{"tf":1.0},"37":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"94":{"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":{"52":{"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":{"50":{"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":{"128":{"tf":1.0},"130":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"128":{"tf":1.0},"130":{"tf":1.0}}}},"df":0,"docs":{}}},"df":10,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"128":{"tf":1.7320508075688772},"130":{"tf":1.0},"48":{"tf":1.0},"59":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.0},"81":{"tf":1.0},"98":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"74":{"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":{"49":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"162":{"tf":1.7320508075688772},"163":{"tf":1.0},"45":{"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":{"157":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":3,"docs":{"110":{"tf":1.0},"163":{"tf":1.0},"23":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"39":{"tf":1.0},"4":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"14":{"tf":1.0},"154":{"tf":1.0}}}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"120":{"tf":1.0},"132":{"tf":1.4142135623730951},"145":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":1.7320508075688772}}}},"v":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"160":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"o":{"b":{"df":0,"docs":{},"e":{"df":2,"docs":{"153":{"tf":1.0},"154":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":16,"docs":{"100":{"tf":1.0},"11":{"tf":1.0},"129":{"tf":1.0},"134":{"tf":1.0},"163":{"tf":1.0},"17":{"tf":1.4142135623730951},"2":{"tf":1.0},"22":{"tf":1.0},"33":{"tf":1.4142135623730951},"36":{"tf":1.0},"42":{"tf":1.4142135623730951},"48":{"tf":1.0},"50":{"tf":2.23606797749979},"52":{"tf":2.0},"87":{"tf":1.0},"94":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.0},"145":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"132":{"tf":1.0},"14":{"tf":1.4142135623730951},"163":{"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":{"155":{"tf":1.0},"24":{"tf":1.0}}}}}}}},"p":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":12,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"48":{"tf":2.23606797749979},"55":{"tf":1.0},"63":{"tf":2.0},"67":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0},"86":{"tf":1.7320508075688772},"91":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":2.0}}}}}}},"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":{"123":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":2,"docs":{"121":{"tf":1.0},"123":{"tf":2.0}}}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"13":{"tf":1.0},"163":{"tf":1.4142135623730951},"36":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"3":{"df":1,"docs":{"123":{"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":{"123":{"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":{"123":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":2,"docs":{"121":{"tf":1.0},"123":{"tf":2.23606797749979}}}}},"c":{"df":1,"docs":{"123":{"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":{"126":{"tf":1.0}}}}}}},"df":10,"docs":{"124":{"tf":2.0},"125":{"tf":1.0},"126":{"tf":2.0},"132":{"tf":1.0},"133":{"tf":1.7320508075688772},"145":{"tf":1.0},"149":{"tf":1.0},"158":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.0}}}}},"df":2,"docs":{"123":{"tf":2.0},"134":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":49,"docs":{"1":{"tf":1.0},"110":{"tf":1.4142135623730951},"112":{"tf":1.0},"114":{"tf":1.4142135623730951},"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"124":{"tf":1.7320508075688772},"127":{"tf":1.0},"128":{"tf":1.0},"13":{"tf":1.0},"130":{"tf":1.0},"132":{"tf":3.0},"133":{"tf":1.4142135623730951},"134":{"tf":2.6457513110645907},"135":{"tf":1.0},"138":{"tf":1.7320508075688772},"139":{"tf":2.6457513110645907},"140":{"tf":1.7320508075688772},"141":{"tf":1.0},"142":{"tf":1.7320508075688772},"143":{"tf":1.4142135623730951},"144":{"tf":2.0},"145":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.7320508075688772},"157":{"tf":1.0},"158":{"tf":1.4142135623730951},"160":{"tf":1.0},"163":{"tf":1.4142135623730951},"2":{"tf":1.0},"22":{"tf":1.0},"32":{"tf":1.7320508075688772},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.4142135623730951},"5":{"tf":1.0},"56":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":1.4142135623730951},"71":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"df":0,"docs":{},"i":{"df":127,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"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.4142135623730951},"117":{"tf":1.0},"118":{"tf":1.4142135623730951},"119":{"tf":1.0},"120":{"tf":2.8284271247461903},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":2.0},"127":{"tf":2.0},"128":{"tf":1.0},"129":{"tf":3.3166247903554},"13":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":2.0},"134":{"tf":2.449489742783178},"135":{"tf":1.0},"137":{"tf":3.872983346207417},"138":{"tf":3.4641016151377544},"139":{"tf":1.0},"14":{"tf":1.0},"140":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.7320508075688772},"145":{"tf":1.7320508075688772},"146":{"tf":2.23606797749979},"148":{"tf":1.0},"154":{"tf":2.0},"155":{"tf":1.4142135623730951},"157":{"tf":1.0},"158":{"tf":2.8284271247461903},"159":{"tf":3.605551275463989},"160":{"tf":4.47213595499958},"163":{"tf":1.4142135623730951},"18":{"tf":1.7320508075688772},"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},"39":{"tf":3.1622776601683795},"4":{"tf":2.449489742783178},"40":{"tf":1.0},"41":{"tf":2.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772},"46":{"tf":2.23606797749979},"47":{"tf":1.0},"48":{"tf":2.23606797749979},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"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.4142135623730951},"93":{"tf":1.0},"94":{"tf":1.7320508075688772},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}},"y":{"'":{"df":4,"docs":{"133":{"tf":1.0},"138":{"tf":1.0},"158":{"tf":1.0},"51":{"tf":1.0}}},".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"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":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"120":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"120":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"158":{"tf":1.4142135623730951},"160":{"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},"105":{"tf":1.0},"146":{"tf":1.0}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"124":{"tf":1.0},"150":{"tf":1.0},"36":{"tf":1.0},"44":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"132":{"tf":1.0}}}},"t":{"df":2,"docs":{"159":{"tf":1.0},"53":{"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":{"39":{"tf":1.0}}}}}}},"df":4,"docs":{"124":{"tf":1.7320508075688772},"125":{"tf":1.7320508075688772},"39":{"tf":1.4142135623730951},"4":{"tf":1.0}}}}},"df":2,"docs":{"39":{"tf":1.0},"4":{"tf":1.0}},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":1,"docs":{"126":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"146":{"tf":1.0},"151":{"tf":1.0},"34":{"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":7,"docs":{"146":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"32":{"tf":1.0},"4":{"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":{"133":{"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":{".":{"4":{".":{"0":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"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},"131":{"tf":1.0},"134":{"tf":1.4142135623730951},"160":{"tf":1.0},"163":{"tf":1.4142135623730951},"19":{"tf":1.0},"2":{"tf":1.0},"32":{"tf":1.0},"45":{"tf":1.4142135623730951},"50":{"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":2,"docs":{"113":{"tf":1.0},"53":{"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":{"142":{"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":2,"docs":{"141":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772}}}}}}}},"df":5,"docs":{"112":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"144":{"tf":1.0},"43":{"tf":1.4142135623730951},"46":{"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":8,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"116":{"tf":1.0},"142":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"81":{"tf":1.0},"98":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":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":2,"docs":{"65":{"tf":1.0},"66":{"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":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"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":{},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":2,"docs":{"72":{"tf":1.0},"73":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"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":{"144":{"tf":1.0},"51":{"tf":1.0},"77":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"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":{"76":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"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":{"103":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"98":{"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":{},"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":{"84":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"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":{"89":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"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":{"51":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"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":{"103":{"tf":1.0},"81":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":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":{"102":{"tf":1.0},"103":{"tf":1.0},"81":{"tf":1.0},"98":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":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":{"106":{"tf":1.0},"107":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"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":4,"docs":{"111":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"142":{"tf":1.0}}}}}}}}}}}},"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":7,"docs":{"120":{"tf":1.0},"123":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":1.7320508075688772},"4":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{}}},"2":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"146":{"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":{":":{":":{"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":{"103":{"tf":1.0},"107":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"144":{"tf":1.0},"51":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"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":1,"docs":{"120":{"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":{},"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":{"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":{"120":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"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":{"118":{"tf":1.0},"119":{"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":{"123":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"m":{"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":{"52":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"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":{"120":{"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":{"120":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":1,"docs":{"150":{"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":{"151":{"tf":1.0},"4":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"129":{"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":{"129":{"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":{"129":{"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":1,"docs":{"39":{"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":{"129":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"45":{"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":{"131":{"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":{"109":{"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":{"131":{"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":{"70":{"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":{"70":{"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":{"100":{"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":{"100":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"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":{"131":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"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":{"114":{"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":{"131":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"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":2,"docs":{"132":{"tf":1.0},"39":{"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":{"138":{"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":{"138":{"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":{"138":{"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":{"138":{"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":{"138":{"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":{"138":{"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":{"138":{"tf":1.0}}}}}},"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":{"145":{"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":{"129":{"tf":1.0}}}}}}}}}}}},"df":1,"docs":{"126":{"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":{"129":{"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":{"129":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"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":{"129":{"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":{"132":{"tf":1.0},"145":{"tf":1.0},"39":{"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":{"39":{"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":1,"docs":{"132":{"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":{"130":{"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":{"130":{"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":{"130":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"u":{"b":{"_":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"132":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"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":{"137":{"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":{"137":{"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":{"137":{"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":{"137":{"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":{"137":{"tf":1.0}}}}}},"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":1,"docs":{"132":{"tf":1.0}}}}}},"df":72,"docs":{"0":{"tf":1.0},"1":{"tf":1.7320508075688772},"11":{"tf":1.7320508075688772},"117":{"tf":1.4142135623730951},"12":{"tf":2.0},"120":{"tf":2.23606797749979},"123":{"tf":1.0},"124":{"tf":1.7320508075688772},"125":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.7320508075688772},"13":{"tf":1.7320508075688772},"132":{"tf":2.23606797749979},"133":{"tf":1.4142135623730951},"134":{"tf":2.0},"135":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.4142135623730951},"14":{"tf":1.0},"140":{"tf":1.0},"142":{"tf":1.7320508075688772},"143":{"tf":2.0},"144":{"tf":1.4142135623730951},"145":{"tf":2.0},"146":{"tf":2.0},"147":{"tf":1.7320508075688772},"148":{"tf":1.0},"15":{"tf":1.4142135623730951},"150":{"tf":2.0},"151":{"tf":1.0},"154":{"tf":1.7320508075688772},"157":{"tf":2.0},"158":{"tf":2.23606797749979},"159":{"tf":1.7320508075688772},"16":{"tf":1.4142135623730951},"160":{"tf":2.449489742783178},"163":{"tf":1.7320508075688772},"18":{"tf":2.23606797749979},"19":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"22":{"tf":2.449489742783178},"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.605551275463989},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":3.3166247903554},"38":{"tf":1.0},"39":{"tf":2.23606797749979},"4":{"tf":3.4641016151377544},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":2.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"5":{"tf":1.7320508075688772},"50":{"tf":1.7320508075688772},"53":{"tf":1.0},"54":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"116":{"tf":1.0},"36":{"tf":1.0},"91":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"g":{"df":2,"docs":{"134":{"tf":1.0},"86":{"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":{"86":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"94":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":5,"docs":{"158":{"tf":1.0},"92":{"tf":1.4142135623730951},"93":{"tf":1.0},"94":{"tf":2.449489742783178},"95":{"tf":1.4142135623730951}}}}},"b":{"a":{"c":{"df":2,"docs":{"143":{"tf":1.0},"33":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"132":{"tf":1.0}},"e":{"a":{"d":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"118":{"tf":1.0},"122":{"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":{"131":{"tf":1.0}}}}}}},"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":{"118":{"tf":1.0},"122":{"tf":1.0}}}}}}}}},"df":8,"docs":{"108":{"tf":1.0},"118":{"tf":1.4142135623730951},"129":{"tf":2.0},"131":{"tf":1.0},"38":{"tf":1.0},"52":{"tf":1.0},"74":{"tf":1.0},"86":{"tf":1.0}},"i":{"df":8,"docs":{"154":{"tf":2.0},"22":{"tf":1.7320508075688772},"26":{"tf":1.7320508075688772},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":2.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.0}}},"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}},"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":{},"i":{"df":1,"docs":{"37":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"114":{"tf":1.4142135623730951},"129":{"tf":1.0},"14":{"tf":1.4142135623730951},"69":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":17,"docs":{"118":{"tf":1.4142135623730951},"126":{"tf":1.0},"129":{"tf":2.0},"137":{"tf":1.7320508075688772},"138":{"tf":1.0},"144":{"tf":1.0},"160":{"tf":1.4142135623730951},"17":{"tf":1.0},"19":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":2.6457513110645907},"70":{"tf":1.4142135623730951},"88":{"tf":1.0},"92":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"129":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"11":{"tf":1.0},"150":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"d":{"df":3,"docs":{"27":{"tf":1.0},"35":{"tf":1.0},"36":{"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":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"158":{"tf":1.0},"160":{"tf":1.4142135623730951},"2":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":9,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.4142135623730951},"67":{"tf":1.7320508075688772},"74":{"tf":1.4142135623730951},"86":{"tf":2.449489742783178},"91":{"tf":1.0},"99":{"tf":2.6457513110645907}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"158":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"c":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"129":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":2,"docs":{"60":{"tf":1.4142135623730951},"63":{"tf":1.0}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"132":{"tf":2.23606797749979}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"60":{"tf":1.4142135623730951},"63":{"tf":1.0}}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"134":{"tf":1.7320508075688772},"137":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"y":{"'":{"df":2,"docs":{"145":{"tf":1.0},"146":{"tf":1.0}}},"df":4,"docs":{"132":{"tf":1.7320508075688772},"145":{"tf":3.3166247903554},"146":{"tf":4.358898943540674},"4":{"tf":1.7320508075688772}}}},"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":{},"v":{"df":1,"docs":{"134":{"tf":1.0}}}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"120":{"tf":1.0}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"39":{"tf":1.0},"48":{"tf":1.0}}},"v":{"df":12,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"116":{"tf":1.4142135623730951},"123":{"tf":1.0},"131":{"tf":1.0},"142":{"tf":1.0},"2":{"tf":1.0},"52":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":2.0},"81":{"tf":1.0},"98":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"148":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":3,"docs":{"24":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":1,"docs":{"126":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"145":{"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":{"157":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":13,"docs":{"108":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"122":{"tf":1.0},"146":{"tf":1.0},"40":{"tf":1.4142135623730951},"44":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0},"74":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"156":{"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":{"138":{"tf":1.4142135623730951}}}}}},"df":3,"docs":{"138":{"tf":2.0},"146":{"tf":1.0},"87":{"tf":2.449489742783178}}}}},"i":{"df":0,"docs":{},"r":{"df":18,"docs":{"108":{"tf":1.0},"123":{"tf":1.0},"128":{"tf":1.0},"16":{"tf":1.4142135623730951},"163":{"tf":1.0},"21":{"tf":1.4142135623730951},"3":{"tf":1.0},"31":{"tf":1.4142135623730951},"35":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.4142135623730951},"55":{"tf":1.0},"63":{"tf":2.0},"67":{"tf":1.0},"74":{"tf":1.0},"86":{"tf":1.7320508075688772},"95":{"tf":1.0},"99":{"tf":1.7320508075688772}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"43":{"tf":1.0}}}}},"i":{"d":{"df":2,"docs":{"116":{"tf":1.0},"148":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":8,"docs":{"133":{"tf":1.7320508075688772},"134":{"tf":2.8284271247461903},"137":{"tf":1.0},"138":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"140":{"tf":1.0},"22":{"tf":1.0},"33":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"141":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":4,"docs":{"118":{"tf":1.0},"128":{"tf":1.0},"132":{"tf":1.0},"138":{"tf":1.7320508075688772}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"33":{"tf":1.0},"34":{"tf":1.0}}}}},"df":1,"docs":{"134":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"119":{"tf":1.0},"123":{"tf":1.4142135623730951}}}}}}},"df":6,"docs":{"118":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"133":{"tf":1.0},"134":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":4,"docs":{"113":{"tf":1.0},"39":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":6,"docs":{"118":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.4142135623730951},"156":{"tf":1.0},"60":{"tf":1.0},"66":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"1":{"tf":1.0},"160":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"50":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"161":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"158":{"tf":1.0}}}}},"o":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"90":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"]":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"148":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"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":{"90":{"tf":1.0},"91":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"90":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":17,"docs":{"147":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":2.0},"37":{"tf":2.23606797749979},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.7320508075688772},"56":{"tf":1.0},"71":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"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}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":5,"docs":{"143":{"tf":1.0},"158":{"tf":1.0},"83":{"tf":1.0},"86":{"tf":2.23606797749979},"87":{"tf":2.449489742783178}}}},"n":{"df":35,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":2.0},"13":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"143":{"tf":1.7320508075688772},"144":{"tf":1.7320508075688772},"145":{"tf":1.7320508075688772},"146":{"tf":1.7320508075688772},"154":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.7320508075688772},"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},"39":{"tf":1.4142135623730951},"4":{"tf":2.8284271247461903},"45":{"tf":1.0},"99":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"120":{"tf":1.0},"131":{"tf":1.0},"133":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"150":{"tf":1.4142135623730951}}}}}},"df":18,"docs":{"108":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"12":{"tf":2.0},"123":{"tf":1.4142135623730951},"13":{"tf":1.0},"14":{"tf":1.0},"160":{"tf":1.0},"3":{"tf":1.0},"63":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"69":{"tf":1.0},"74":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"96":{"tf":1.0},"99":{"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":9,"docs":{"145":{"tf":1.0},"146":{"tf":1.4142135623730951},"158":{"tf":1.0},"159":{"tf":1.0},"36":{"tf":1.4142135623730951},"44":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"87":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"115":{"tf":1.4142135623730951}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"2":{"tf":1.0}}}},"w":{"df":1,"docs":{"36":{"tf":1.0}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":3,"docs":{"1":{"tf":1.0},"129":{"tf":1.0},"163":{"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":{"50":{"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":{"108":{"tf":1.0},"113":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":15,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"144":{"tf":1.0},"4":{"tf":1.4142135623730951},"45":{"tf":1.0},"48":{"tf":2.0},"55":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0},"99":{"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":{"122":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"123":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"k":{"df":3,"docs":{"148":{"tf":1.4142135623730951},"159":{"tf":1.0},"160":{"tf":1.0}}},"p":{"4":{"df":0,"docs":{},"k":{"df":2,"docs":{"22":{"tf":1.0},"26":{"tf":1.0}}}},"df":0,"docs":{}}},"df":4,"docs":{"137":{"tf":1.0},"141":{"tf":1.0},"34":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"148":{"tf":1.0}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"129":{"tf":1.0},"146":{"tf":1.0},"44":{"tf":1.0},"51":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"36":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"1":{"tf":1.0},"116":{"tf":1.0},"160":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":17,"docs":{"12":{"tf":1.0},"129":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"146":{"tf":1.0},"150":{"tf":1.0},"155":{"tf":1.4142135623730951},"18":{"tf":1.0},"19":{"tf":1.0},"24":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"36":{"tf":2.23606797749979},"4":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0}},"m":{"df":2,"docs":{"14":{"tf":1.0},"163":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"52":{"tf":1.0},"90":{"tf":1.4142135623730951}}}},"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":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":1,"docs":{"122":{"tf":1.4142135623730951}}}}},"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":{"123":{"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":{"123":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"]":{"'":{"df":2,"docs":{"108":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"123":{"tf":1.4142135623730951}}}},"n":{"d":{"df":15,"docs":{"110":{"tf":1.0},"120":{"tf":1.4142135623730951},"129":{"tf":2.0},"142":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":1.4142135623730951},"154":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"17":{"tf":1.0},"19":{"tf":2.0},"46":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.7320508075688772}}},"df":0,"docs":{},"s":{"df":2,"docs":{"14":{"tf":1.0},"2":{"tf":1.0}}},"t":{"df":13,"docs":{"110":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":1.4142135623730951},"126":{"tf":2.0},"129":{"tf":1.4142135623730951},"138":{"tf":1.7320508075688772},"160":{"tf":1.0},"27":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"48":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":6,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"141":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"q":{"df":1,"docs":{"126":{"tf":1.7320508075688772}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"50":{"tf":1.0},"51":{"tf":1.7320508075688772},"52":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"d":{"df":2,"docs":{"121":{"tf":1.0},"122":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"122":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":1,"docs":{"56":{"tf":1.0}}},"v":{"df":3,"docs":{"132":{"tf":1.0},"133":{"tf":1.0},"44":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"'":{"df":3,"docs":{"120":{"tf":1.0},"126":{"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":{"126":{"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":{"126":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":37,"docs":{"0":{"tf":1.0},"1":{"tf":1.7320508075688772},"120":{"tf":2.0},"121":{"tf":1.0},"123":{"tf":1.0},"132":{"tf":1.7320508075688772},"133":{"tf":2.0},"135":{"tf":1.7320508075688772},"137":{"tf":3.3166247903554},"138":{"tf":1.7320508075688772},"139":{"tf":1.0},"140":{"tf":1.0},"143":{"tf":1.0},"145":{"tf":1.7320508075688772},"146":{"tf":1.7320508075688772},"151":{"tf":1.0},"154":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":3.7416573867739413},"159":{"tf":2.8284271247461903},"160":{"tf":4.358898943540674},"163":{"tf":2.449489742783178},"2":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"3":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.7320508075688772},"44":{"tf":2.0},"48":{"tf":2.0},"64":{"tf":1.0},"66":{"tf":1.4142135623730951}}}},"i":{"c":{"df":20,"docs":{"120":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"132":{"tf":1.4142135623730951},"133":{"tf":1.0},"134":{"tf":1.7320508075688772},"143":{"tf":1.0},"145":{"tf":3.7416573867739413},"146":{"tf":2.0},"149":{"tf":1.0},"160":{"tf":1.0},"163":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"18":{"tf":1.0},"33":{"tf":2.0},"34":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"37":{"tf":2.23606797749979},"39":{"tf":1.4142135623730951},"4":{"tf":3.4641016151377544}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"129":{"tf":2.23606797749979},"130":{"tf":2.6457513110645907},"36":{"tf":1.0},"44":{"tf":3.605551275463989}}}}}}},"t":{"df":21,"docs":{"1":{"tf":1.0},"131":{"tf":1.7320508075688772},"132":{"tf":1.7320508075688772},"133":{"tf":1.7320508075688772},"14":{"tf":1.0},"141":{"tf":1.7320508075688772},"146":{"tf":2.23606797749979},"150":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"22":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"52":{"tf":1.4142135623730951},"63":{"tf":2.0},"66":{"tf":1.0},"83":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"120":{"tf":1.0},"133":{"tf":1.0},"146":{"tf":1.4142135623730951}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"116":{"tf":1.0},"133":{"tf":1.0},"157":{"tf":1.4142135623730951},"33":{"tf":1.0},"54":{"tf":1.0}}}}}},"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":{"131":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":2,"docs":{"131":{"tf":1.0},"52":{"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":6,"docs":{"11":{"tf":1.4142135623730951},"120":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"66":{"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":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"120":{"tf":1.0}}}}},"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":{"158":{"tf":1.7320508075688772},"159":{"tf":1.4142135623730951},"20":{"tf":1.7320508075688772},"21":{"tf":1.0},"22":{"tf":2.23606797749979},"23":{"tf":1.0},"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":4,"docs":{"116":{"tf":1.0},"13":{"tf":1.4142135623730951},"27":{"tf":1.0},"37":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"133":{"tf":1.0},"36":{"tf":1.0},"50":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"133":{"tf":1.0},"96":{"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":1,"docs":{"158":{"tf":1.0}}}}},"i":{"df":1,"docs":{"43":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"139":{"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":6,"docs":{"145":{"tf":1.0},"160":{"tf":1.4142135623730951},"18":{"tf":1.0},"4":{"tf":1.4142135623730951},"51":{"tf":1.0},"99":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"117":{"tf":1.0},"142":{"tf":1.0},"146":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}}}}},"z":{"df":0,"docs":{},"e":{"df":10,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"116":{"tf":1.0},"126":{"tf":1.0},"138":{"tf":1.0},"142":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":2.0},"81":{"tf":1.0},"98":{"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":{"53":{"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":{"138":{"tf":1.0}}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"158":{"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":3,"docs":{"66":{"tf":1.0},"67":{"tf":1.4142135623730951},"69":{"tf":2.23606797749979}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"138":{"tf":2.8284271247461903}}}}}}}},"df":0,"docs":{}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"134":{"tf":1.0},"39":{"tf":1.0},"48":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"133":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"163":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"14":{"tf":1.0},"36":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"w":{"df":1,"docs":{"133":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":15,"docs":{"1":{"tf":1.0},"117":{"tf":1.0},"132":{"tf":1.0},"146":{"tf":1.7320508075688772},"163":{"tf":1.7320508075688772},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"9":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":5,"docs":{"120":{"tf":1.0},"146":{"tf":1.4142135623730951},"4":{"tf":1.0},"51":{"tf":1.0},"94":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"43":{"tf":1.4142135623730951},"66":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"14":{"tf":1.0}},"t":{"df":1,"docs":{"43":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"f":{"df":13,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951},"12":{"tf":1.0},"131":{"tf":1.4142135623730951},"133":{"tf":1.0},"163":{"tf":1.0},"2":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"99":{"tf":1.4142135623730951}},"i":{"df":10,"docs":{"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.4142135623730951},"145":{"tf":1.0},"146":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"94":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"35":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"(":{"0":{".":{".":{"0":{"df":1,"docs":{"122":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"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":{"123":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"123":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"123":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":3,"docs":{"120":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951}}}},"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":{"129":{"tf":1.0},"49":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"159":{"tf":1.0},"160":{"tf":1.0},"3":{"tf":1.0}}}}},"r":{"d":{"df":8,"docs":{"1":{"tf":1.0},"120":{"tf":1.0},"133":{"tf":1.0},"14":{"tf":1.0},"141":{"tf":1.0},"158":{"tf":1.0},"35":{"tf":1.0},"75":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":12,"docs":{"11":{"tf":1.0},"120":{"tf":2.23606797749979},"144":{"tf":1.0},"146":{"tf":1.7320508075688772},"17":{"tf":1.4142135623730951},"18":{"tf":2.0},"21":{"tf":1.0},"31":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"59":{"tf":1.0},"86":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"133":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"e":{"df":7,"docs":{"123":{"tf":1.0},"133":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.0}}}}}}},"i":{"c":{"df":10,"docs":{"119":{"tf":1.0},"121":{"tf":1.0},"123":{"tf":1.4142135623730951},"133":{"tf":1.0},"134":{"tf":1.4142135623730951},"18":{"tf":1.0},"22":{"tf":1.0},"27":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":2.23606797749979}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"119":{"tf":1.7320508075688772},"123":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"u":{"df":4,"docs":{"153":{"tf":1.0},"154":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"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":{"123":{"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":{"123":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"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":{"120":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"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":6,"docs":{"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":1.0},"50":{"tf":2.23606797749979}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.0},"158":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"112":{"tf":1.0},"116":{"tf":1.0},"54":{"tf":1.0},"63":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":5,"docs":{"57":{"tf":1.7320508075688772},"60":{"tf":1.0},"63":{"tf":2.23606797749979},"74":{"tf":1.0},"90":{"tf":1.0}}}}}}},"df":2,"docs":{"119":{"tf":1.0},"123":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"75":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":18,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"141":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.7320508075688772},"48":{"tf":2.449489742783178},"52":{"tf":1.0},"55":{"tf":1.0},"63":{"tf":2.23606797749979},"67":{"tf":1.4142135623730951},"74":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"86":{"tf":1.7320508075688772},"91":{"tf":1.7320508075688772},"99":{"tf":2.449489742783178}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"122":{"tf":1.7320508075688772},"126":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"_":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"132":{"tf":1.4142135623730951}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"(":{"df":3,"docs":{"132":{"tf":1.0},"145":{"tf":1.0},"4":{"tf":1.0}}},"df":4,"docs":{"132":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"39":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"a":{"d":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":1,"docs":{"132":{"tf":1.0}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"64":{"tf":1.0}}}},"t":{"df":1,"docs":{"134":{"tf":1.0}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"137":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"137":{"tf":1.0},"19":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"h":{"df":13,"docs":{"105":{"tf":1.0},"123":{"tf":1.0},"154":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"22":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"43":{"tf":1.0},"52":{"tf":1.0},"64":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":4,"docs":{"116":{"tf":1.0},"142":{"tf":1.0},"58":{"tf":1.4142135623730951},"63":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"163":{"tf":1.4142135623730951}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"123":{"tf":1.0},"134":{"tf":2.6457513110645907},"147":{"tf":1.0},"87":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":2,"docs":{"163":{"tf":1.0},"47":{"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":{"126":{"tf":1.0},"96":{"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":{"123":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"123":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":10,"docs":{"116":{"tf":1.0},"12":{"tf":1.0},"123":{"tf":1.0},"146":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"3":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"64":{"tf":1.0}}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"63":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":13,"docs":{"122":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"2":{"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},"51":{"tf":1.0},"86":{"tf":1.0}},"n":{"df":1,"docs":{"144":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"k":{"df":3,"docs":{"121":{"tf":1.0},"133":{"tf":1.0},"163":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"51":{"tf":1.0},"94":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"p":{"df":3,"docs":{"124":{"tf":1.0},"132":{"tf":1.0},"44":{"tf":1.4142135623730951}}}},"df":1,"docs":{"39":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"44":{"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},"158":{"tf":1.0}}}}}}}}},"n":{"d":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.7320508075688772},"19":{"tf":1.7320508075688772}}}}},"f":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"j":{"\"":{",":{"\"":{"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":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"\"":{":":{"[":{"df":0,"docs":{},"{":{"\"":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"\"":{":":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"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":{"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":{}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"35":{"tf":1.0}}}}}}}}},"t":{"'":{"df":2,"docs":{"123":{"tf":1.0},"146":{"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":1,"docs":{"37":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"131":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"94":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"36":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"50":{"tf":1.0}}}},"r":{"d":{"df":1,"docs":{"162":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"110":{"tf":1.0},"129":{"tf":1.4142135623730951},"158":{"tf":1.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"94":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":1,"docs":{"34":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":18,"docs":{"101":{"tf":1.0},"160":{"tf":1.0},"163":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":2.0},"31":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"71":{"tf":1.0},"79":{"tf":1.0},"86":{"tf":1.0},"94":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"e":{"df":1,"docs":{"163":{"tf":1.0}}},"m":{"df":0,"docs":{},"e":{"df":12,"docs":{"12":{"tf":1.0},"126":{"tf":2.0},"129":{"tf":1.4142135623730951},"137":{"tf":1.0},"138":{"tf":1.0},"156":{"tf":1.0},"26":{"tf":1.0},"36":{"tf":1.4142135623730951},"52":{"tf":1.0},"66":{"tf":1.0},"87":{"tf":1.0},"94":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"\"":{":":{"\"":{"2":{"0":{"2":{"2":{"df":1,"docs":{"37":{"tf":2.0}}},"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":7,"docs":{"105":{"tf":2.6457513110645907},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.4142135623730951},"109":{"tf":1.0},"126":{"tf":2.0},"54":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"l":{"df":10,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}}}},"o":{"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":1,"docs":{"37":{"tf":2.449489742783178}}}}},"df":0,"docs":{}}},"df":19,"docs":{"110":{"tf":1.7320508075688772},"111":{"tf":1.0},"112":{"tf":1.7320508075688772},"113":{"tf":1.4142135623730951},"114":{"tf":2.23606797749979},"115":{"tf":1.0},"116":{"tf":2.8284271247461903},"141":{"tf":2.0},"144":{"tf":1.0},"147":{"tf":1.4142135623730951},"160":{"tf":1.0},"36":{"tf":2.6457513110645907},"37":{"tf":1.7320508075688772},"43":{"tf":1.7320508075688772},"46":{"tf":1.7320508075688772},"52":{"tf":1.4142135623730951},"54":{"tf":1.0},"56":{"tf":1.0},"71":{"tf":1.0}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":8,"docs":{"110":{"tf":1.7320508075688772},"116":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"43":{"tf":1.0},"52":{"tf":1.4142135623730951},"54":{"tf":1.0},"56":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"120":{"tf":1.0},"51":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{":":{":":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"120":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"120":{"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":{"123":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"123":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":2,"docs":{"121":{"tf":1.0},"123":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"129":{"tf":1.0},"131":{"tf":1.4142135623730951}}},"l":{"df":2,"docs":{"120":{"tf":1.0},"3":{"tf":1.0}}}},"p":{"df":2,"docs":{"139":{"tf":1.0},"163":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"134":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"130":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":8,"docs":{"100":{"tf":1.4142135623730951},"114":{"tf":1.0},"129":{"tf":2.23606797749979},"130":{"tf":1.0},"137":{"tf":2.6457513110645907},"138":{"tf":2.0},"14":{"tf":1.0},"70":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"150":{"tf":1.0}}},"k":{"df":3,"docs":{"129":{"tf":1.0},"137":{"tf":1.0},"44":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"157":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"'":{"df":1,"docs":{"83":{"tf":1.0}}},"df":14,"docs":{"158":{"tf":1.0},"160":{"tf":1.7320508075688772},"163":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":1.0},"54":{"tf":1.0},"66":{"tf":1.0},"83":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"117":{"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},"39":{"tf":1.0}}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"50":{"tf":1.0}}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"163":{"tf":1.0}}}}},"df":2,"docs":{"120":{"tf":1.0},"123":{"tf":1.0}}},"u":{"df":0,"docs":{},"e":{"df":3,"docs":{"116":{"tf":1.0},"142":{"tf":1.7320508075688772},"99":{"tf":1.4142135623730951}}}},"y":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"(":{"df":0,"docs":{},"p":{"df":1,"docs":{"123":{"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":{"119":{"tf":1.0},"123":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"120":{"tf":1.0}}}}}}},"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":{"123":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"44":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"150":{"tf":1.0},"36":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"163":{"tf":1.0}}}}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"49":{"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":{"50":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"o":{"df":7,"docs":{"117":{"tf":1.0},"12":{"tf":1.0},"123":{"tf":1.0},"141":{"tf":1.0},"163":{"tf":1.4142135623730951},"22":{"tf":1.0},"46":{"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":{"138":{"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":{"138":{"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":{"138":{"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":27,"docs":{"108":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"114":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":1.4142135623730951},"120":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":2.0},"126":{"tf":3.3166247903554},"133":{"tf":1.0},"134":{"tf":1.7320508075688772},"138":{"tf":1.4142135623730951},"19":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":4.242640687119285},"53":{"tf":1.0},"55":{"tf":2.23606797749979},"63":{"tf":3.605551275463989},"67":{"tf":1.7320508075688772},"74":{"tf":2.0},"78":{"tf":1.4142135623730951},"86":{"tf":3.4641016151377544},"91":{"tf":2.0},"95":{"tf":1.7320508075688772},"99":{"tf":4.242640687119285}}},"i":{"c":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"1":{"df":1,"docs":{"126":{"tf":2.0}}},"2":{"df":1,"docs":{"126":{"tf":1.0}}},"8":{"df":1,"docs":{"126":{"tf":2.0}}},"d":{"df":0,"docs":{},"p":{"df":23,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"120":{"tf":1.7320508075688772},"124":{"tf":1.4142135623730951},"125":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":1.0},"14":{"tf":1.0},"160":{"tf":1.4142135623730951},"163":{"tf":1.4142135623730951},"17":{"tf":2.23606797749979},"18":{"tf":1.4142135623730951},"19":{"tf":1.7320508075688772},"22":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"37":{"tf":1.0},"39":{"tf":2.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"71":{"tf":1.0}}}},"df":3,"docs":{"120":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.7320508075688772}},"e":{"4":{"df":1,"docs":{"148":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"1":{"6":{"df":1,"docs":{"86":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"3":{"2":{"df":2,"docs":{"63":{"tf":1.4142135623730951},"95":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}},"8":{"df":2,"docs":{"74":{"tf":1.0},"99":{"tf":1.0}}},"df":1,"docs":{"95":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"141":{"tf":1.0},"148":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"63":{"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":{"163":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"145":{"tf":1.0},"146":{"tf":1.0}}}},"q":{"df":0,"docs":{},"u":{"df":3,"docs":{"126":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}}}},"t":{"df":1,"docs":{"126":{"tf":1.7320508075688772}}},"x":{"df":6,"docs":{"105":{"tf":1.0},"108":{"tf":1.0},"126":{"tf":1.4142135623730951},"45":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":1,"docs":{"60":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"13":{"tf":1.0},"147":{"tf":2.0},"148":{"tf":1.7320508075688772},"159":{"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":{"137":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":7,"docs":{"154":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"124":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"145":{"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":8,"docs":{"122":{"tf":1.0},"123":{"tf":1.0},"131":{"tf":1.0},"133":{"tf":1.4142135623730951},"137":{"tf":1.7320508075688772},"138":{"tf":2.0},"144":{"tf":1.4142135623730951},"50":{"tf":1.0}}}},"df":0,"docs":{}},"df":13,"docs":{"120":{"tf":1.0},"123":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":1.0},"22":{"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},"66":{"tf":1.0},"94":{"tf":1.0}},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"148":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"133":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":10,"docs":{"118":{"tf":1.4142135623730951},"120":{"tf":1.0},"129":{"tf":1.7320508075688772},"44":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"52":{"tf":1.0},"54":{"tf":1.0},"88":{"tf":1.0},"92":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"l":{"df":4,"docs":{"135":{"tf":1.0},"138":{"tf":1.4142135623730951},"39":{"tf":1.0},"48":{"tf":1.0}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":7,"docs":{"132":{"tf":1.0},"143":{"tf":1.4142135623730951},"145":{"tf":1.0},"150":{"tf":1.0},"29":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.7320508075688772}}}},"df":58,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951},"101":{"tf":1.0},"105":{"tf":1.0},"113":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.4142135623730951},"12":{"tf":1.0},"120":{"tf":1.7320508075688772},"121":{"tf":1.7320508075688772},"123":{"tf":2.0},"124":{"tf":1.0},"125":{"tf":1.0},"131":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951},"133":{"tf":1.0},"134":{"tf":2.8284271247461903},"140":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.4142135623730951},"146":{"tf":2.23606797749979},"153":{"tf":1.0},"154":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.4142135623730951},"27":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":1.7320508075688772},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.4142135623730951},"60":{"tf":1.0},"63":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"87":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"23":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"c":{"df":2,"docs":{"108":{"tf":1.0},"126":{"tf":1.4142135623730951}}},"df":0,"docs":{},"f":{"df":1,"docs":{"75":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"163":{"tf":1.0},"56":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":9,"docs":{"116":{"tf":1.0},"139":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.4142135623730951},"3":{"tf":1.0},"32":{"tf":1.0},"43":{"tf":1.0},"56":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"159":{"tf":1.0}},"i":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"df":21,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"120":{"tf":1.0},"123":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":1,"docs":{"142":{"tf":1.0}}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"142":{"tf":1.0},"55":{"tf":1.0},"75":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":21,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"137":{"tf":1.0},"141":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"46":{"tf":1.7320508075688772},"48":{"tf":1.0},"52":{"tf":1.7320508075688772},"55":{"tf":2.0},"60":{"tf":1.0},"63":{"tf":1.0},"81":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":2.449489742783178}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"150":{"tf":1.4142135623730951},"45":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":4,"docs":{"38":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"64":{"tf":1.0}}}}}}}},"df":1,"docs":{"4":{"tf":1.0}},"e":{"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":{":":{":":{"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":{"120":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"114":{"tf":1.0}}},"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"117":{"tf":1.0}},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"150":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":2,"docs":{"163":{"tf":1.0},"69":{"tf":1.0}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":25,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"120":{"tf":1.7320508075688772},"123":{"tf":1.4142135623730951},"142":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951},"44":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.4142135623730951},"51":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0},"98":{"tf":1.0}}}}}}}},"i":{"a":{"df":22,"docs":{"114":{"tf":1.0},"116":{"tf":1.0},"129":{"tf":2.0},"132":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"140":{"tf":1.0},"142":{"tf":1.0},"160":{"tf":1.4142135623730951},"19":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"69":{"tf":1.0}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":2,"docs":{"162":{"tf":1.7320508075688772},"163":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":6,"docs":{"112":{"tf":1.0},"132":{"tf":1.0},"138":{"tf":1.0},"145":{"tf":1.0},"39":{"tf":1.0},"99":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"134":{"tf":1.0},"3":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"131":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"s":{"df":1,"docs":{"154":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"14":{"tf":1.0},"148":{"tf":1.0},"37":{"tf":1.0},"50":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":7,"docs":{"132":{"tf":1.4142135623730951},"139":{"tf":1.0},"140":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.4142135623730951},"163":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":5,"docs":{"123":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{},"e":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":5,"docs":{"123":{"tf":1.0},"146":{"tf":1.0},"23":{"tf":1.0},"32":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951}}}},"r":{"df":3,"docs":{"120":{"tf":1.0},"146":{"tf":1.4142135623730951},"22":{"tf":1.0}}},"v":{"df":2,"docs":{"146":{"tf":1.0},"36":{"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":{"145":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":10,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"128":{"tf":1.0},"133":{"tf":1.0},"14":{"tf":1.0},"157":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951}}}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":3,"docs":{"19":{"tf":1.0},"29":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"120":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"144":{"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":{"137":{"tf":1.0},"154":{"tf":1.0},"4":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"48":{"tf":1.0},"63":{"tf":1.4142135623730951},"67":{"tf":1.0},"74":{"tf":1.4142135623730951},"86":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"148":{"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":{"94":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"120":{"tf":1.0},"123":{"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":{"117":{"tf":1.0},"133":{"tf":1.0},"139":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"56":{"tf":1.0},"94":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"159":{"tf":1.0},"160":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"36":{"tf":1.0},"50":{"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":7,"docs":{"14":{"tf":1.0},"146":{"tf":1.0},"163":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"50":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":3,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"87":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"d":{"df":1,"docs":{"133":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":1,"docs":{"94":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"66":{"tf":1.4142135623730951}}}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":3,"docs":{"120":{"tf":1.0},"51":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"118":{"tf":1.0},"122":{"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":{"118":{"tf":1.0},"122":{"tf":1.0}}}}}}}}},"df":14,"docs":{"117":{"tf":2.23606797749979},"118":{"tf":1.7320508075688772},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"129":{"tf":1.7320508075688772},"131":{"tf":1.0},"36":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"74":{"tf":1.0},"86":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}}},"x":{"d":{"df":31,"docs":{"123":{"tf":1.0},"132":{"tf":2.23606797749979},"133":{"tf":2.0},"134":{"tf":1.0},"135":{"tf":1.7320508075688772},"136":{"tf":1.4142135623730951},"138":{"tf":2.23606797749979},"139":{"tf":1.7320508075688772},"140":{"tf":1.0},"142":{"tf":1.4142135623730951},"143":{"tf":1.0},"144":{"tf":1.4142135623730951},"145":{"tf":2.0},"146":{"tf":1.4142135623730951},"154":{"tf":1.7320508075688772},"155":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"163":{"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},"43":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951}},"s":{"/":{"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":{"145":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":2,"docs":{"145":{"tf":1.0},"147":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":20,"docs":{"143":{"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.6457513110645907},"37":{"tf":2.449489742783178},"38":{"tf":1.0}}}}}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":21,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.7320508075688772},"123":{"tf":1.0},"144":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0},"98":{"tf":1.0}}}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"129":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"132":{"tf":2.23606797749979}}}}}}}},"title":{"root":{"1":{"df":3,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"32":{"tf":1.0}}},"2":{"0":{"2":{"3":{"df":1,"docs":{"163":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"18":{"tf":1.0},"23":{"tf":1.0},"33":{"tf":1.0}}},"3":{"df":3,"docs":{"19":{"tf":1.0},"24":{"tf":1.0},"34":{"tf":1.0}}},"4":{"df":2,"docs":{"27":{"tf":1.0},"35":{"tf":1.0}}},"5":{"df":2,"docs":{"25":{"tf":1.0},"36":{"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":{"141":{"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":{"149":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":8,"docs":{"139":{"tf":1.0},"163":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"i":{"df":2,"docs":{"134":{"tf":1.0},"151":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"115":{"tf":1.0}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"n":{"df":1,"docs":{"128":{"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":{"116":{"tf":1.0}}}}}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}}}}},"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"56":{"tf":1.0},"57":{"tf":1.0}}}}}},"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":{"50":{"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":4,"docs":{"13":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"37":{"tf":1.0}}}}}}},"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":{"df":3,"docs":{"26":{"tf":1.0},"64":{"tf":1.0},"68":{"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":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":1,"docs":{"71":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"156":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":33,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"140":{"tf":1.0},"142":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"51":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"135":{"tf":1.0},"37":{"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":{},"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":{"124":{"tf":1.0},"132":{"tf":1.0},"145":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"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":{"117":{"tf":1.0}}}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"126":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"75":{"tf":1.0}}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"163":{"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":{"108":{"tf":1.0},"113":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"79":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"47":{"tf":1.0},"52":{"tf":1.0},"53":{"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":5,"docs":{"140":{"tf":1.0},"152":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"147":{"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":{"87":{"tf":1.0}}}}},"df":0,"docs":{}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":14,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"112":{"tf":1.0},"157":{"tf":1.0},"51":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0},"98":{"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":{"45":{"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":{"144":{"tf":1.0}}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"55":{"tf":1.0}}}}}}}},"df":21,"docs":{"102":{"tf":1.0},"106":{"tf":1.0},"111":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"131":{"tf":1.0},"142":{"tf":1.0},"41":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":1.0},"54":{"tf":1.0},"61":{"tf":1.0},"65":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"80":{"tf":1.0},"84":{"tf":1.0},"89":{"tf":1.0},"93":{"tf":1.0},"97":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"83":{"tf":1.0}}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"22":{"tf":1.0},"26":{"tf":1.0},"35":{"tf":1.0}}}}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"163":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"36":{"tf":1.0}}}}}}}}},"d":{"c":{"df":1,"docs":{"163":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"129":{"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":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"151":{"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":{"128":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"148":{"tf":1.0},"33":{"tf":1.0},"34":{"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},"157":{"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":{}}}}},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"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":{"163":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"153":{"tf":1.0}}}}},"o":{"a":{"d":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"88":{"tf":1.0}}},"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":1,"docs":{"92":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":1,"docs":{"150":{"tf":1.0}}}}},"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":{"135":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":0,"docs":{}},"x":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"163":{"tf":1.0}}},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"124":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":4,"docs":{"42":{"tf":1.0},"43":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":11,"docs":{"100":{"tf":1.0},"109":{"tf":1.0},"114":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"136":{"tf":1.0},"155":{"tf":1.0},"24":{"tf":1.0},"70":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":3,"docs":{"137":{"tf":1.0},"138":{"tf":1.0},"68":{"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":{"163":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":12,"docs":{"102":{"tf":1.0},"106":{"tf":1.0},"111":{"tf":1.0},"61":{"tf":1.0},"65":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"80":{"tf":1.0},"84":{"tf":1.0},"89":{"tf":1.0},"93":{"tf":1.0},"97":{"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":4,"docs":{"161":{"tf":1.0},"29":{"tf":1.0},"38":{"tf":1.0},"4":{"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":{"163":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":10,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"163":{"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":3,"docs":{"0":{"tf":1.0},"133":{"tf":1.0},"32":{"tf":1.0}}}}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"116":{"tf":1.0},"19":{"tf":1.0},"49":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"162":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"101":{"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":{"125":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":2,"docs":{"132":{"tf":1.0},"145":{"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":{"147":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"160":{"tf":1.0},"34":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"59":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"162":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"123":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"124":{"tf":1.0},"126":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"138":{"tf":1.0},"139":{"tf":1.0},"144":{"tf":1.0},"33":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"df":0,"docs":{},"i":{"df":9,"docs":{"127":{"tf":1.0},"13":{"tf":1.0},"137":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"34":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0}}}}}}},"q":{"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"124":{"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":4,"docs":{"146":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"30":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":17,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"124":{"tf":1.0},"13":{"tf":1.0},"147":{"tf":1.0},"15":{"tf":1.0},"157":{"tf":1.0},"163":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"154":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"60":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"145":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":3,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"87":{"tf":1.0}}}},"n":{"df":2,"docs":{"120":{"tf":1.0},"13":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":10,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"115":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":1,"docs":{"48":{"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":{"160":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"135":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"163":{"tf":1.0}}}},"i":{"c":{"df":2,"docs":{"163":{"tf":1.0},"17":{"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":{"130":{"tf":1.0},"44":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"c":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"158":{"tf":1.0},"159":{"tf":1.0},"20":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"13":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"69":{"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":{"163":{"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":{"43":{"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":{"46":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"119":{"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":{"57":{"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":{"58":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"163":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"134":{"tf":1.0}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"162":{"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":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"105":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"141":{"tf":1.0}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"110":{"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":{"126":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"147":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"143":{"tf":1.0}}}},"df":1,"docs":{"2":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"53":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":2,"docs":{"29":{"tf":1.0},"38":{"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":{"117":{"tf":1.0}}}}}}},"x":{"d":{"df":8,"docs":{"132":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"144":{"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":4,"docs":{"20":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"122":{"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","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#metrics","services/proxy/filters/concatenate_bytes.html#concatenatebytes","services/proxy/filters/concatenate_bytes.html#filter-name","services/proxy/filters/concatenate_bytes.html#configuration-examples","services/proxy/filters/concatenate_bytes.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/qcmp.html#quilkin-control-message-protocol-qcmp","services/proxy/qcmp.html#ping","services/proxy/qcmp.html#protocol-data-unit","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#supported-apis","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/relay.html#control-plane-relay","services/relay.html#quickstart","sdks/unreal-engine.html#quilkin-unreal-engine-plugin","sdks/unreal-engine.html#how-to-install","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#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":18,"breadcrumbs":4,"title":1},"101":{"body":12,"breadcrumbs":4,"title":1},"102":{"body":1,"breadcrumbs":5,"title":2},"103":{"body":40,"breadcrumbs":5,"title":2},"104":{"body":3,"breadcrumbs":4,"title":1},"105":{"body":21,"breadcrumbs":4,"title":1},"106":{"body":1,"breadcrumbs":5,"title":2},"107":{"body":27,"breadcrumbs":5,"title":2},"108":{"body":35,"breadcrumbs":7,"title":4},"109":{"body":7,"breadcrumbs":4,"title":1},"11":{"body":60,"breadcrumbs":6,"title":5},"110":{"body":30,"breadcrumbs":5,"title":1},"111":{"body":1,"breadcrumbs":6,"title":2},"112":{"body":46,"breadcrumbs":6,"title":2},"113":{"body":31,"breadcrumbs":8,"title":4},"114":{"body":40,"breadcrumbs":5,"title":1},"115":{"body":0,"breadcrumbs":6,"title":2},"116":{"body":110,"breadcrumbs":6,"title":2},"117":{"body":66,"breadcrumbs":8,"title":3},"118":{"body":74,"breadcrumbs":6,"title":1},"119":{"body":35,"breadcrumbs":6,"title":1},"12":{"body":47,"breadcrumbs":5,"title":4},"120":{"body":167,"breadcrumbs":6,"title":1},"121":{"body":27,"breadcrumbs":6,"title":1},"122":{"body":69,"breadcrumbs":7,"title":2},"123":{"body":204,"breadcrumbs":7,"title":2},"124":{"body":39,"breadcrumbs":9,"title":5},"125":{"body":24,"breadcrumbs":5,"title":1},"126":{"body":109,"breadcrumbs":7,"title":3},"127":{"body":6,"breadcrumbs":4,"title":2},"128":{"body":56,"breadcrumbs":5,"title":3},"129":{"body":180,"breadcrumbs":4,"title":2},"13":{"body":24,"breadcrumbs":7,"title":6},"130":{"body":54,"breadcrumbs":4,"title":2},"131":{"body":101,"breadcrumbs":4,"title":2},"132":{"body":159,"breadcrumbs":5,"title":3},"133":{"body":98,"breadcrumbs":3,"title":1},"134":{"body":207,"breadcrumbs":4,"title":2},"135":{"body":15,"breadcrumbs":6,"title":4},"136":{"body":0,"breadcrumbs":5,"title":2},"137":{"body":117,"breadcrumbs":5,"title":2},"138":{"body":142,"breadcrumbs":6,"title":3},"139":{"body":36,"breadcrumbs":7,"title":3},"14":{"body":56,"breadcrumbs":6,"title":5},"140":{"body":43,"breadcrumbs":6,"title":2},"141":{"body":33,"breadcrumbs":6,"title":2},"142":{"body":68,"breadcrumbs":6,"title":2},"143":{"body":47,"breadcrumbs":5,"title":1},"144":{"body":77,"breadcrumbs":7,"title":3},"145":{"body":181,"breadcrumbs":4,"title":3},"146":{"body":215,"breadcrumbs":2,"title":1},"147":{"body":22,"breadcrumbs":6,"title":4},"148":{"body":34,"breadcrumbs":3,"title":1},"149":{"body":8,"breadcrumbs":2,"title":1},"15":{"body":0,"breadcrumbs":4,"title":3},"150":{"body":40,"breadcrumbs":2,"title":1},"151":{"body":25,"breadcrumbs":3,"title":2},"152":{"body":5,"breadcrumbs":2,"title":1},"153":{"body":16,"breadcrumbs":2,"title":1},"154":{"body":63,"breadcrumbs":2,"title":1},"155":{"body":19,"breadcrumbs":2,"title":1},"156":{"body":10,"breadcrumbs":2,"title":1},"157":{"body":36,"breadcrumbs":5,"title":3},"158":{"body":112,"breadcrumbs":5,"title":3},"159":{"body":79,"breadcrumbs":7,"title":5},"16":{"body":14,"breadcrumbs":2,"title":1},"160":{"body":188,"breadcrumbs":8,"title":6},"161":{"body":10,"breadcrumbs":3,"title":1},"162":{"body":0,"breadcrumbs":6,"title":4},"163":{"body":98,"breadcrumbs":18,"title":16},"17":{"body":30,"breadcrumbs":6,"title":5},"18":{"body":56,"breadcrumbs":4,"title":3},"19":{"body":61,"breadcrumbs":4,"title":3},"2":{"body":53,"breadcrumbs":3,"title":2},"20":{"body":0,"breadcrumbs":8,"title":5},"21":{"body":22,"breadcrumbs":4,"title":1},"22":{"body":94,"breadcrumbs":7,"title":4},"23":{"body":36,"breadcrumbs":6,"title":3},"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":43,"breadcrumbs":5,"title":2},"33":{"body":135,"breadcrumbs":9,"title":6},"34":{"body":173,"breadcrumbs":8,"title":5},"35":{"body":83,"breadcrumbs":7,"title":4},"36":{"body":240,"breadcrumbs":6,"title":3},"37":{"body":168,"breadcrumbs":6,"title":3},"38":{"body":10,"breadcrumbs":5,"title":2},"39":{"body":117,"breadcrumbs":2,"title":1},"4":{"body":198,"breadcrumbs":2,"title":1},"40":{"body":20,"breadcrumbs":2,"title":1},"41":{"body":27,"breadcrumbs":3,"title":2},"42":{"body":50,"breadcrumbs":3,"title":2},"43":{"body":81,"breadcrumbs":4,"title":3},"44":{"body":113,"breadcrumbs":2,"title":1},"45":{"body":55,"breadcrumbs":5,"title":2},"46":{"body":98,"breadcrumbs":5,"title":2},"47":{"body":18,"breadcrumbs":5,"title":2},"48":{"body":209,"breadcrumbs":5,"title":2},"49":{"body":23,"breadcrumbs":4,"title":2},"5":{"body":25,"breadcrumbs":2,"title":1},"50":{"body":194,"breadcrumbs":5,"title":3},"51":{"body":103,"breadcrumbs":4,"title":2},"52":{"body":136,"breadcrumbs":5,"title":3},"53":{"body":24,"breadcrumbs":6,"title":4},"54":{"body":75,"breadcrumbs":4,"title":2},"55":{"body":50,"breadcrumbs":3,"title":1},"56":{"body":33,"breadcrumbs":4,"title":1},"57":{"body":5,"breadcrumbs":5,"title":2},"58":{"body":4,"breadcrumbs":4,"title":1},"59":{"body":4,"breadcrumbs":4,"title":1},"6":{"body":0,"breadcrumbs":2,"title":1},"60":{"body":16,"breadcrumbs":4,"title":1},"61":{"body":1,"breadcrumbs":5,"title":2},"62":{"body":24,"breadcrumbs":5,"title":2},"63":{"body":159,"breadcrumbs":7,"title":4},"64":{"body":20,"breadcrumbs":4,"title":1},"65":{"body":1,"breadcrumbs":5,"title":2},"66":{"body":83,"breadcrumbs":5,"title":2},"67":{"body":47,"breadcrumbs":7,"title":4},"68":{"body":0,"breadcrumbs":5,"title":2},"69":{"body":29,"breadcrumbs":4,"title":1},"7":{"body":12,"breadcrumbs":3,"title":2},"70":{"body":14,"breadcrumbs":4,"title":1},"71":{"body":22,"breadcrumbs":5,"title":1},"72":{"body":1,"breadcrumbs":6,"title":2},"73":{"body":23,"breadcrumbs":6,"title":2},"74":{"body":61,"breadcrumbs":8,"title":4},"75":{"body":30,"breadcrumbs":4,"title":1},"76":{"body":1,"breadcrumbs":5,"title":2},"77":{"body":20,"breadcrumbs":5,"title":2},"78":{"body":24,"breadcrumbs":7,"title":4},"79":{"body":13,"breadcrumbs":4,"title":1},"8":{"body":10,"breadcrumbs":2,"title":1},"80":{"body":1,"breadcrumbs":5,"title":2},"81":{"body":40,"breadcrumbs":5,"title":2},"82":{"body":3,"breadcrumbs":4,"title":1},"83":{"body":16,"breadcrumbs":4,"title":1},"84":{"body":1,"breadcrumbs":5,"title":2},"85":{"body":33,"breadcrumbs":5,"title":2},"86":{"body":138,"breadcrumbs":7,"title":4},"87":{"body":49,"breadcrumbs":5,"title":2},"88":{"body":8,"breadcrumbs":5,"title":1},"89":{"body":1,"breadcrumbs":6,"title":2},"9":{"body":10,"breadcrumbs":2,"title":1},"90":{"body":43,"breadcrumbs":6,"title":2},"91":{"body":60,"breadcrumbs":8,"title":4},"92":{"body":19,"breadcrumbs":6,"title":1},"93":{"body":1,"breadcrumbs":7,"title":2},"94":{"body":117,"breadcrumbs":7,"title":2},"95":{"body":52,"breadcrumbs":9,"title":4},"96":{"body":19,"breadcrumbs":4,"title":1},"97":{"body":1,"breadcrumbs":5,"title":2},"98":{"body":40,"breadcrumbs":5,"title":2},"99":{"body":180,"breadcrumbs":7,"title":4}},"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":"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":"100","title":"Metrics"},"101":{"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":"101","title":"Pass"},"102":{"body":"quilkin.filters.pass.v1alpha1.Pass","breadcrumbs":"Proxy » Filters » Pass » Filter name","id":"102","title":"Filter name"},"103":{"body":"# let yaml = \"\nversion: v1alpha1\nclusters: default: localities: - 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":"103","title":"Configuration Examples"},"104":{"body":"No defined configuration options.","breadcrumbs":"Proxy » Filters » Pass » Configuration","id":"104","title":"Configuration"},"105":{"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":"105","title":"Timestamp"},"106":{"body":"quilkin.filters.timestamp.v1alpha1.Timestamp","breadcrumbs":"Proxy » Filters » Timestamp » Filter name","id":"106","title":"Filter name"},"107":{"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: default: localities: - 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":"107","title":"Configuration Examples"},"108":{"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":"108","title":"Configuration Options ( Rust Doc )"},"109":{"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":"109","title":"Metrics"},"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":"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":"110","title":"TokenRouter"},"111":{"body":"quilkin.filters.token_router.v1alpha1.TokenRouter","breadcrumbs":"Proxy » Filters » Token Router » Filter name","id":"111","title":"Filter name"},"112":{"body":"# let yaml = \"\nversion: v1alpha1\nfilters: - name: quilkin.filters.token_router.v1alpha1.TokenRouter config: metadataKey: myapp.com/myownkey\nclusters: default: localities: - 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":"112","title":"Configuration Examples"},"113":{"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":"113","title":"Configuration Options ( Rust Doc )"},"114":{"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":"114","title":"Metrics"},"115":{"body":"","breadcrumbs":"Proxy » Filters » Token Router » Sample Applications","id":"115","title":"Sample Applications"},"116":{"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: default: localities: - 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 ConcatenateBytes filter could also be used to add authentication tokens to outgoing packets.","breadcrumbs":"Proxy » Filters » Token Router » Packet Authentication","id":"116","title":"Packet Authentication"},"117":{"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":"117","title":"Writing Custom Filters"},"118":{"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::*; #[async_trait::async_trait]\nimpl Filter for Greet { async fn read(&self, ctx: &mut ReadContext) -> Result<(), FilterError> { ctx.contents.extend(b\"Hello\"); Ok(()) } async fn write(&self, ctx: &mut WriteContext) -> Result<(), FilterError> { ctx.contents.extend(b\"Goodbye\"); Ok(()) }\n}","breadcrumbs":"Proxy » Filters » Writing Custom Filters » Filter","id":"118","title":"Filter"},"119":{"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":"119","title":"StaticFilter"},"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":"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) = tokio::sync::watch::channel(()); let proxy = quilkin::Proxy::default(); let config = quilkin::Config::default(); config.filters.store(std::sync::Arc::new( vec![quilkin::config::Filter { name: Greet::NAME.into(), label: None, config: None, }] .try_into()?, )); config.clusters.modify(|map| { map.insert_default(vec![quilkin::endpoint::Endpoint::new( (std::net::Ipv4Addr::LOCALHOST, 4321).into(), )]) }); proxy.run(config.into(), 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: default: localities: - 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":"120","title":"Running"},"121":{"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":"121","title":"Configuration"},"122":{"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 .splice(0..0, format!(\"{} \", self.config.greeting).into_bytes()); Ok(()) } async fn write(&self, ctx: &mut WriteContext) -> Result<(), FilterError> { ctx.contents .splice(0..0, format!(\"{} \", self.config.greeting).into_bytes()); Ok(()) }\n}","breadcrumbs":"Proxy » Filters » Writing Custom Filters » YAML Configuration","id":"122","title":"YAML Configuration"},"123":{"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: 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], then we just need to implement std::convert::TryFrom for converting the protobuf message to equivalvent configuration. // src/main.rs\nmod proto { tonic::include_proto!(\"greet\");\n} impl 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 » Protobuf Configuration","id":"123","title":"Protobuf Configuration"},"124":{"body":"services ports Protocol QCMP 7600 UDP (IPv4 OR IPv6) In addition to the TCP based administration API, Quilkin provides a meta API over UDP. 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":"124","title":"Quilkin Control Message Protocol (QCMP)"},"125":{"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":"125","title":"Ping"},"126":{"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":"126","title":"Protocol Data Unit"},"127":{"body":"The following are metrics that Quilkin provides while in Proxy Mode.","breadcrumbs":"Proxy » Metrics » Proxy Metrics","id":"127","title":"Proxy Metrics"},"128":{"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":"128","title":"ASN Maxmind Information"},"129":{"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":"129","title":"General Metrics"},"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":"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":"130","title":"Session Metrics"},"131":{"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":"131","title":"Filter Metrics"},"132":{"body":"services ports Protocol xDS 7800 gRPC (IPv4 OR IPv6) For multi-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":"132","title":"xDS Control Plane"},"133":{"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) State of the World (SotW) variant with gRPC.","breadcrumbs":"Control Plane » Overview","id":"133","title":"Overview"},"134":{"body":"Since the range of resources configurable by the xDS API extends that of Quilkin's domain (i.e being UDP based, Quilkin does not have a need for HTTP/TCP resources), only a subset of the API is supported. The following lists these relevant parts and any limitation to the provided support as a result: Cluster Discovery Service (CDS) : Provides information about known clusters and their membership information. The proxy uses these resources to discover clusters and their endpoints. While cluster topology information like locality can be provided in the configuration, the proxy currently does not use this information (support may be included in the future however). Any load balancing information included in this resource is ignored. For load balancing, use Quilkin filters instead. Only cluster discovery type STATIC and EDS is supported. Configuration including other discovery types e.g LOGICAL_DNS is rejected. Endpoint Discovery Service (EDS) : Provides information about endpoints. The proxy uses these resources to discover information about endpoints like their IP addresses. Endpoints may provide Endpoint Metadata via the metadata field. These metadata will be visible to filters as part of the corresponding endpoints information when processing packets. Only socket addresses are supported on an endpoint's address configuration - i.e an IP address and port number combination. Configuration including any other type of addressing e.g named pipes will be rejected. Any load balancing information included in this resource is ignored. For load balancing, use Quilkin filters instead. Listener Discovery Service (LDS) : Provides information about Filters and Filter Chains . Only the name and filter_chains fields in the Listener resource are used by the proxy. The rest are ignored. Since Quilkin only uses one filter chain per proxy, at most one filter chain can be provided in the resource. Otherwise the configuration is rejected. Only the list of filters specified in the filter chain is used by the proxy - i.e other fields like filter_chain_match are ignored. This list also specifies the order that the corresponding filter chain will be constructed. gRPC proto configuration for Quilkin's built-in filters can be found here . They are equivalent to the filter's static configuration.","breadcrumbs":"Control Plane » Supported APIs","id":"134","title":"Supported APIs"},"135":{"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":"135","title":"Connecting to an xDS management server"},"136":{"body":"","breadcrumbs":"Control Plane » Metrics » xDS Metrics","id":"136","title":"xDS Metrics"},"137":{"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":"137","title":"Proxy Mode"},"138":{"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":"138","title":"xDS Provider Mode"},"139":{"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. Currently, the Agones provider can only discover resources within the cluster it is running in.","breadcrumbs":"Control Plane » Providers » Agones » Agones xDS Provider","id":"139","title":"Agones xDS Provider"},"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":"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":"140","title":"Endpoint Configuration"},"141":{"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":"141","title":"Access Tokens"},"142":{"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":"142","title":"Filter Configuration"},"143":{"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":"143","title":"Usage"},"144":{"body":"The filesystem provider watches a configuration file on disk and sends updates to proxies whenever that file changes. It can be started with using subcommand manage file as the following: 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: cluster-a: localities: - 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":"144","title":"Filesystem xDS Provider"},"145":{"body":"services ports Protocol ADS 7800 gRPC(IPv4) CPDS 7900 gRPC(IPv4) 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=] [default: 30] -h, --help Print help","breadcrumbs":"Relay » Control Plane Relay","id":"145","title":"Control Plane Relay"},"146":{"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: default: localities: - 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: default: localities: - 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":"146","title":"Quickstart"},"147":{"body":"This is an alpha version of the Unreal Engine plugin for Quilkin. Currently it only supports adding a routing token in the following format. | token | version\nX bytes | 16 bytes | 1 bytes","breadcrumbs":"Unreal Engine » Quilkin Unreal Engine Plugin","id":"147","title":"Quilkin Unreal Engine Plugin"},"148":{"body":"To get this client proxy installed, the SDK should be located in Engine path for Plugins, so copy the whole ue4 folder (resides under sdks folder) in your Unreal Engine path /[UE4 Root]/Engine/Plugins, then you may want to rename the ue4 folder to Quilkin. Unreal Engine will automatically discover the plugin by searching for .uplugin file.","breadcrumbs":"Unreal Engine » How to install","id":"148","title":"How to install"},"149":{"body":"services ports Protocol Administration 8000 HTTP (IPv4 OR IPv6)","breadcrumbs":"Administration » Administration","id":"149","title":"Administration"},"15":{"body":"","breadcrumbs":"Netcat » Quickstart: Quilkin with netcat","id":"15","title":"Quickstart: Quilkin with netcat"},"150":{"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":"150","title":"Logging"},"151":{"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":"151","title":"HTTP API"},"152":{"body":"The admin interface provides the following endpoints:","breadcrumbs":"Administration » Endpoints","id":"152","title":"Endpoints"},"153":{"body":"This provides a liveness probe endpoint, most commonly used in Kubernetes based systems . Will return an HTTP status of 200 when all health checks pass.","breadcrumbs":"Administration » /live","id":"153","title":"/live"},"154":{"body":"This provides a readiness probe endpoint, most commonly used in Kubernetes based systems . Depending on whether Quilkin is run in Proxy mode i.e. quilkin proxy, vs an xDS provider mode, such as quilkin manage agones, will dictate how readiness is calculated: 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":"154","title":"/ready"},"155":{"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.","breadcrumbs":"Administration » /metrics","id":"155","title":"/metrics"},"156":{"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":"156","title":"/config"},"157":{"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":"157","title":"Quilkin Integration Examples"},"158":{"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":"158","title":"Server Proxy as a Sidecar"},"159":{"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":"159","title":"Client Proxy to Sidecar Server Proxy"},"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":"| | | | 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":"160","title":"Client Proxy to Separate Server Proxies Pools"},"161":{"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":"161","title":"What Next?"},"162":{"body":"","breadcrumbs":"Videos and Presentations » Third Party Videos and Presentations","id":"162","title":"Third Party Videos and Presentations"},"163":{"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":"163","title":"GDC 2023: Open Source Game Development Summit: Agones and Quilkin: OSS Multiplayer Game Server Service Mesh on Kubernetes"},"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"},"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"},"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!"},"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)"},"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"},"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"},"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!"},"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} 9091 Then open a browser to http://localhost:9091/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, 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 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 NAME 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 8000, to port forward the admin endpoint locally, which we can then query. Go back to your original terminal and run curl -s http://localhost:8000/config If you have jq installed, run curl -s http://localhost:8000/config | jq for a nicely formatted JSON output. $ curl -s http://localhost:8000/config\n{\"admin\":{\"address\":\"0.0.0.0:8000\"},\"clusters\":{},\"filters\":[{\"name\":\"quilkin.filters.capture.v1alpha1.Capture\",\"config\":{\"metadataKey\":\"quilkin.dev/capture\",\"suffix\":{\"size\":3,\"remove\":true}}},{\"name\":\"quilkin.filters.token_router.v1alpha1.TokenRouter\",\"config\":null}],\"id\":\"quilkin-proxies-78965c446d-dqvjg\",\"management_servers\":[{\"address\":\"http://quilkin-manage-agones:80\"}],\"port\":7000,\"version\":\"v1alpha1\",\"maxmind_db\":null}% 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.24.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:8000/config again, so we can see what has changed! $ curl -s http://localhost:8000/config\n{\"admin\":{\"address\":\"0.0.0.0:8000\"},\"clusters\":{\"default\":{\"localities\":[{\"locality\":null,\"endpoints\":[{\"address\":\"34.168.170.51:7226\",\"metadata\":{\"quilkin.dev\":{\"tokens\":[\"NDU2\"]}}}]}]}},\"filters\":[{\"name\":\"quilkin.filters.capture.v1alpha1.Capture\",\"config\":{\"metadataKey\":\"quilkin.dev/capture\",\"suffix\":{\"size\":3,\"remove\":true}}},{\"name\":\"quilkin.filters.token_router.v1alpha1.TokenRouter\",\"config\":null}],\"id\":\"quilkin-proxies-78965c446d-tfgsj\",\"management_servers\":[{\"address\":\"http://quilkin-manage-agones:80\"}],\"port\":7000,\"version\":\"v1alpha1\",\"maxmind_db\":null}% Looking under clusters > localities > 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 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 7000: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 ConcatenateBytes 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 -c ./client-token.yaml proxy\n{\"timestamp\":\"2022-10-07T22:10:47.257635Z\",\"level\":\"INFO\",\"fields\":{\"message\":\"Starting Quilkin\",\"version\":\"0.4.0-dev\",\"commit\":\"c77260a2526542c564829a2c66935c60f00adcd2\"},\"target\":\"quilkin::cli\"}\n{\"timestamp\":\"2022-10-07T22:10:47.258273Z\",\"level\":\"INFO\",\"fields\":{\"message\":\"Starting\",\"port\":7000,\"proxy_id\":\"markmandel45\"},\"target\":\"quilkin::proxy\"}\n{\"timestamp\":\"2022-10-07T22:10:47.258321Z\",\"level\":\"INFO\",\"fields\":{\"message\":\"Starting admin endpoint\",\"address\":\"[::]:9092\"},\"target\":\"quilkin::admin\"}\n{\"timestamp\":\"2022-10-07T22:10:47.258812Z\",\"level\":\"INFO\",\"fields\":{\"message\":\"Quilkin is ready\"},\"target\":\"quilkin::proxy\"} Now connect to the local client proxy on \"127.0.0.1:7000\" 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.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":"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] -t, --to One or more socket addresses to forward packets to [env: QUILKIN_DEST=] --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=] [default: 30] -h, --help Print help","breadcrumbs":"Proxy » Proxy","id":"39","title":"Proxy"},"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":"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":"40","title":"Endpoints"},"41":{"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":"41","title":"Proxy Filters"},"42":{"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":"42","title":"Endpoint Metadata"},"43":{"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: default: localities: - 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":"43","title":"Specialist Endpoint Metadata"},"44":{"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":"44","title":"Session"},"45":{"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":"45","title":"Configuration File"},"46":{"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 default: localities: # grouping of endpoints within a cluster - 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":"46","title":"Static Configuration"},"47":{"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":"47","title":"Dynamic Configuration"},"48":{"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: object description: | grouping of clusters, each with a key for a name additionalProperties: type: object description: | An individual cluster properties: localities: 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 management_servers: type: array description: | A list of XDS management servers to fetch configuration from. Multiple servers can be provided for redundancy for the proxy to fall back to upon error. items: type: object description: | Configuration for a management server. properties: address: type: string description: | Address of the management server. This must have the `http(s)` scheme prefix. Example: `http://example.com`","breadcrumbs":"Proxy » Configuration File » Json Schema","id":"48","title":"Json Schema"},"49":{"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":"49","title":"Packet Filters"},"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":"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":"50","title":"Filters and Filter chain"},"51":{"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: default: localities: - 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":"51","title":"Configuration Examples"},"52":{"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":"52","title":"Filter Dynamic Metadata"},"53":{"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":"53","title":"Well Known Dynamic Metadata"},"54":{"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. ConcatenateBytes 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":"54","title":"Built-in filters"},"55":{"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":"55","title":"FilterConfig"},"56":{"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 ConcatenateBytes and TokenRouter filter to provide common packet routing utilities.","breadcrumbs":"Proxy » Filters » Capture » Capture","id":"56","title":"Capture"},"57":{"body":"There are multiple strategies for capturing bytes from the packet.","breadcrumbs":"Proxy » Filters » Capture » Capture strategies","id":"57","title":"Capture strategies"},"58":{"body":"Captures bytes from the end of the packet.","breadcrumbs":"Proxy » Filters » Capture » Suffix","id":"58","title":"Suffix"},"59":{"body":"Captures bytes from the start of the packet.","breadcrumbs":"Proxy » Filters » Capture » Prefix","id":"59","title":"Prefix"},"6":{"body":"","breadcrumbs":"Installation » Distributions","id":"6","title":"Distributions"},"60":{"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":"60","title":"Regex"},"61":{"body":"quilkin.filters.capture.v1alpha1.Capture","breadcrumbs":"Proxy » Filters » Capture » Filter name","id":"61","title":"Filter name"},"62":{"body":"# let yaml = \"\nversion: v1alpha1\nfilters: - name: quilkin.filters.capture.v1alpha1.Capture config: metadataKey: myapp.com/myownkey prefix: size: 3 remove: false\nclusters: default: localities: - 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":"62","title":"Configuration Examples"},"63":{"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":"63","title":"Configuration Options ( Rust Doc )"},"64":{"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":"64","title":"Compress"},"65":{"body":"quilkin.filters.compress.v1alpha1.Compress","breadcrumbs":"Proxy » Filters » Compress » Filter name","id":"65","title":"Filter name"},"66":{"body":"# let yaml = \"\nversion: v1alpha1\nfilters: - name: quilkin.filters.compress.v1alpha1.Compress config: on_read: COMPRESS on_write: DECOMPRESS mode: SNAPPY\nclusters: default: localities: - 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":"66","title":"Configuration Examples"},"67":{"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","breadcrumbs":"Proxy » Filters » Compress » Configuration Options ( Rust Doc )","id":"67","title":"Configuration Options ( Rust Doc )"},"68":{"body":"","breadcrumbs":"Proxy » Filters » Compress » Compression Modes","id":"68","title":"Compression Modes"},"69":{"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. Currently, this filter only provides the Snappy compression format via the rust-snappy crate, but more will be provided in the future.","breadcrumbs":"Proxy » Filters » Compress » Snappy","id":"69","title":"Snappy"},"7":{"body":"Source / Method us-docker.pkg.dev/quilkin/release/quilkin:0.7.0-dev-de49889 Notes Pre-built Quilkin binary with no preset arguments","breadcrumbs":"Installation » OCI Image","id":"7","title":"OCI Image"},"70":{"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":"70","title":"Metrics"},"71":{"body":"The ConcatenateBytes 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 Bytes » ConcatenateBytes","id":"71","title":"ConcatenateBytes"},"72":{"body":"quilkin.filters.concatenate_bytes.v1alpha1.ConcatenateBytes","breadcrumbs":"Proxy » Filters » Concatenate Bytes » Filter name","id":"72","title":"Filter name"},"73":{"body":"# let yaml = \"\nversion: v1alpha1\nfilters: - name: quilkin.filters.concatenate_bytes.v1alpha1.ConcatenateBytes config: on_read: APPEND on_write: DO_NOTHING bytes: MXg3aWp5Ng==\nclusters: default: localities: - 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 Bytes » Configuration Examples","id":"73","title":"Configuration Examples"},"74":{"body":"$schema: http://json-schema.org/draft-07/schema#\ntitle: Config\ndescription: Config represents a `ConcatenateBytes` 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 Bytes » Configuration Options ( Rust Doc )","id":"74","title":"Configuration Options ( Rust Doc )"},"75":{"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":"75","title":"Debug"},"76":{"body":"quilkin.filters.debug_filter.v1alpha1.Debug","breadcrumbs":"Proxy » Filters » Debug » Filter name","id":"76","title":"Filter name"},"77":{"body":"# let yaml = \"\nversion: v1alpha1\nfilters: - name: quilkin.filters.debug.v1alpha1.Debug config: id: debug-1\nclusters: default: localities: - 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":"77","title":"Configuration Examples"},"78":{"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":"78","title":"Configuration Options ( Rust Doc )"},"79":{"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":"79","title":"Drop"},"8":{"body":"Source / Method cargo install quilkin Notes Compiled from source using cargo","breadcrumbs":"Installation » Cargo","id":"8","title":"Cargo"},"80":{"body":"quilkin.filters.drop.v1alpha1.Drop","breadcrumbs":"Proxy » Filters » Drop » Filter name","id":"80","title":"Filter name"},"81":{"body":"# let yaml = \"\nversion: v1alpha1\nclusters: default: localities: - 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":"81","title":"Configuration Examples"},"82":{"body":"No defined configuration options.","breadcrumbs":"Proxy » Filters » Drop » Configuration","id":"82","title":"Configuration"},"83":{"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":"83","title":"Firewall"},"84":{"body":"quilkin.filters.firewall.v1alpha1.Firewall","breadcrumbs":"Proxy » Filters » Firewall » Filter name","id":"84","title":"Filter name"},"85":{"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: default: localities: - 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":"85","title":"Configuration Examples"},"86":{"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":"86","title":"Configuration Options ( Rust Doc )"},"87":{"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":"87","title":"Rule Evaluation"},"88":{"body":"The LoadBalancer filter distributes packets received downstream among all upstream endpoints.","breadcrumbs":"Proxy » Filters » Load Balancer » LoadBalancer","id":"88","title":"LoadBalancer"},"89":{"body":"quilkin.filters.load_balancer.v1alpha1.LoadBalancer","breadcrumbs":"Proxy » Filters » Load Balancer » Filter name","id":"89","title":"Filter name"},"9":{"body":"Source / Method GitHub Releases Notes Pre-built binaries for manual installation","breadcrumbs":"Installation » GitHub","id":"9","title":"GitHub"},"90":{"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: default: localities: - 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":"90","title":"Configuration Examples"},"91":{"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":"91","title":"Configuration Options ( Rust Doc )"},"92":{"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":"92","title":"LocalRateLimit"},"93":{"body":"quilkin.filters.local_rate_limit.v1alpha1.LocalRateLimit","breadcrumbs":"Proxy » Filters » Local Rate Limit » Filter name","id":"93","title":"Filter name"},"94":{"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: default: localities: - 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":"94","title":"Configuration Examples"},"95":{"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":"95","title":"Configuration Options ( Rust Doc )"},"96":{"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":"96","title":"Match"},"97":{"body":"quilkin.filters.match.v1alpha1.Match","breadcrumbs":"Proxy » Filters » Match » Filter name","id":"97","title":"Filter name"},"98":{"body":"# let yaml = \"\nversion: v1alpha1\nclusters: default: localities: - 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":"98","title":"Configuration Examples"},"99":{"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: name: quilkin.filters.drop.v1alpha1.Drop label: null config: null 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":"99","title":"Configuration Options ( Rust Doc )"}},"length":164,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{".":{"0":{"df":5,"docs":{"63":{"tf":1.4142135623730951},"74":{"tf":1.0},"86":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}},"2":{".":{"0":{"df":1,"docs":{"120":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{".":{"0":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"df":1,"docs":{"123":{"tf":1.7320508075688772}}},"8":{"df":1,"docs":{"122":{"tf":1.0}}},"df":0,"docs":{}},"1":{"df":1,"docs":{"18":{"tf":2.0}}},"7":{"/":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":10,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"2":{"2":{":":{"1":{"0":{":":{"4":{"7":{".":{"2":{"5":{"7":{"6":{"3":{"5":{"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":{"37":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"3":{"2":{"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":{"37":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"1":{"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":{"37":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":5,"docs":{"126":{"tf":1.0},"137":{"tf":1.0},"18":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":2.0}},"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":{"122":{"tf":1.0},"123":{"tf":1.0}}},"2":{"4":{".":{"0":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"/":{"1":{"df":2,"docs":{"33":{"tf":1.0},"34":{"tf":2.0}}},"df":0,"docs":{}},"0":{".":{"1":{"0":{"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":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"df":2,"docs":{"85":{"tf":1.0},"94":{"tf":1.7320508075688772}}},"4":{"df":1,"docs":{"94":{"tf":1.0}}},"df":0,"docs":{}},"df":3,"docs":{"37":{"tf":2.0},"51":{"tf":1.4142135623730951},"85":{"tf":1.0}}},"2":{"3":{".":{"0":{".":{"0":{".":{"1":{":":{"2":{"9":{"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{".":{"0":{".":{"0":{".":{"1":{":":{"2":{"6":{"0":{"0":{"0":{"df":8,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"81":{"tf":1.0},"98":{"tf":1.0}}},"1":{"df":6,"docs":{"103":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"46":{"tf":1.0},"81":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"3":{"2":{"1":{"df":2,"docs":{"120":{"tf":1.0},"123":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"0":{"0":{"0":{"df":1,"docs":{"37":{"tf":1.0}}},"1":{"df":8,"docs":{"51":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"0":{"0":{"df":1,"docs":{"125":{"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":{"146":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"9":{"9":{"9":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"120":{"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":{"147":{"tf":1.0}}},"8":{"0":{"0":{"0":{"df":1,"docs":{"144":{"tf":1.0}}},"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"2":{".":{"1":{"6":{"8":{".":{"1":{".":{"1":{":":{"7":{"0":{"0":{"1":{"df":1,"docs":{"48":{"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":{"85":{"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":{}}},"df":19,"docs":{"112":{"tf":1.0},"120":{"tf":1.0},"123":{"tf":1.0},"126":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.4142135623730951},"144":{"tf":1.0},"147":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"32":{"tf":1.0},"51":{"tf":1.4142135623730951},"62":{"tf":1.0},"66":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.4142135623730951},"85":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.7320508075688772}},"m":{"2":{"3":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"x":{"7":{"df":0,"docs":{},"i":{"df":0,"docs":{},"j":{"df":0,"docs":{},"y":{"6":{"df":3,"docs":{"141":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"2":{"0":{"0":{"df":2,"docs":{"153":{"tf":1.0},"154":{"tf":1.4142135623730951}}},"2":{"2":{"df":1,"docs":{"36":{"tf":1.0}}},"3":{"df":1,"docs":{"163":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"df":0,"docs":{},"m":{"df":1,"docs":{"36":{"tf":1.7320508075688772}}}},"df":8,"docs":{"103":{"tf":1.0},"116":{"tf":1.0},"18":{"tf":1.0},"23":{"tf":1.0},"33":{"tf":1.0},"51":{"tf":1.0},"81":{"tf":1.0},"98":{"tf":1.0}}},"3":{"0":{"df":2,"docs":{"145":{"tf":1.0},"39":{"tf":1.0}}},"4":{".":{"1":{"6":{"8":{".":{"1":{"7":{"0":{".":{"5":{"1":{"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":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":10,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"116":{"tf":1.0},"142":{"tf":1.0},"19":{"tf":1.0},"24":{"tf":1.0},"34":{"tf":1.0},"62":{"tf":1.0},"81":{"tf":1.0},"98":{"tf":1.0}},"h":{"2":{"2":{"df":0,"docs":{},"m":{"df":1,"docs":{"37":{"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":{"120":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"120":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"6":{"df":2,"docs":{"36":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":5,"docs":{"23":{"tf":1.0},"27":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0},"94":{"tf":1.0}}},"5":{"1":{"2":{"df":1,"docs":{"50":{"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":{},"j":{"7":{"df":0,"docs":{},"q":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":2,"docs":{"25":{"tf":1.0},"36":{"tf":1.0}},"m":{"7":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}}},"6":{"0":{"df":1,"docs":{"44":{"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":1,"docs":{"34":{"tf":1.7320508075688772}}}},"7":{"0":{"0":{"0":{":":{"3":{"0":{"1":{"7":{"4":{"/":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"p":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"19":{"tf":1.0},"48":{"tf":1.0},"85":{"tf":1.4142135623730951}}},"1":{"df":1,"docs":{"123":{"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":{}},"df":0,"docs":{}},"5":{"3":{"3":{"df":1,"docs":{"22":{"tf":1.0}}},"4":{"df":1,"docs":{"26":{"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":2,"docs":{"124":{"tf":1.0},"39":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":1,"docs":{"33":{"tf":1.0}}},"7":{"7":{"7":{"df":3,"docs":{"120":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"0":{"0":{"df":2,"docs":{"132":{"tf":1.4142135623730951},"145":{"tf":1.4142135623730951}}},"1":{"df":1,"docs":{"146":{"tf":1.0}}},"2":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}},"9":{"6":{"5":{"c":{"4":{"4":{"6":{"d":{"df":2,"docs":{"34":{"tf":2.0},"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"0":{"0":{"df":2,"docs":{"145":{"tf":1.4142135623730951},"146":{"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":{}},"df":1,"docs":{"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":{}},"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":{"149":{"tf":1.0},"151":{"tf":1.0},"34":{"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}}}}}},"df":1,"docs":{"75":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"j":{"3":{"df":0,"docs":{},"v":{"2":{"df":0,"docs":{},"i":{"df":3,"docs":{"141":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"9":{"0":{"9":{"1":{"df":1,"docs":{"24":{"tf":1.0}}},"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}}}}},"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":{"120":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"a":{"b":{"c":{"df":3,"docs":{"103":{"tf":1.0},"81":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"158":{"tf":1.0},"3":{"tf":1.0},"50":{"tf":1.0}}}},"o":{"df":0,"docs":{},"v":{"df":9,"docs":{"1":{"tf":1.0},"159":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"51":{"tf":1.0},"66":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":6,"docs":{"105":{"tf":1.0},"118":{"tf":1.0},"126":{"tf":1.0},"145":{"tf":1.0},"4":{"tf":1.4142135623730951},"54":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":12,"docs":{"1":{"tf":1.0},"116":{"tf":1.0},"141":{"tf":1.4142135623730951},"151":{"tf":1.0},"160":{"tf":1.0},"163":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.4142135623730951},"43":{"tf":1.0},"86":{"tf":1.0},"87":{"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":{"131":{"tf":1.0}}}}}}},"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":1,"docs":{"163":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"39":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"67":{"tf":1.0},"85":{"tf":1.4142135623730951},"86":{"tf":2.0},"87":{"tf":2.0}}}},"v":{"df":4,"docs":{"129":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"145":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"118":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"d":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"d":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}}},"df":10,"docs":{"116":{"tf":1.0},"120":{"tf":1.7320508075688772},"122":{"tf":1.0},"123":{"tf":2.0},"145":{"tf":1.0},"146":{"tf":1.0},"36":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"71":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"124":{"tf":1.0},"133":{"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":2,"docs":{"48":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}}}}}}}}},"df":1,"docs":{"146":{"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":2,"docs":{"23":{"tf":1.0},"37":{"tf":1.0}}}}}},"df":38,"docs":{"103":{"tf":1.4142135623730951},"107":{"tf":1.0},"112":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"120":{"tf":1.0},"123":{"tf":1.0},"128":{"tf":1.7320508075688772},"134":{"tf":2.23606797749979},"140":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":2.6457513110645907},"151":{"tf":1.0},"160":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"43":{"tf":1.0},"46":{"tf":1.7320508075688772},"48":{"tf":2.23606797749979},"51":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.4142135623730951},"85":{"tf":1.0},"86":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0},"98":{"tf":1.4142135623730951}}}}}}},"df":7,"docs":{"124":{"tf":1.0},"131":{"tf":1.0},"133":{"tf":1.0},"141":{"tf":1.4142135623730951},"145":{"tf":1.4142135623730951},"146":{"tf":1.0},"147":{"tf":1.0}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"117":{"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":8,"docs":{"146":{"tf":2.23606797749979},"151":{"tf":1.0},"152":{"tf":1.0},"18":{"tf":1.0},"24":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":2.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":4,"docs":{"124":{"tf":1.0},"149":{"tf":1.4142135623730951},"151":{"tf":1.4142135623730951},"161":{"tf":1.0}}}}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"150":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"158":{"tf":1.0},"159":{"tf":1.0},"2":{"tf":1.0},"32":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"163":{"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":{"150":{"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":1,"docs":{"34":{"tf":1.0}}}}}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"19":{"tf":1.0},"36":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"112":{"tf":1.0},"116":{"tf":1.0},"143":{"tf":1.0},"23":{"tf":1.0},"86":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}}}},"df":7,"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}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":2,"docs":{"133":{"tf":1.0},"145":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"n":{"df":24,"docs":{"132":{"tf":1.4142135623730951},"139":{"tf":2.23606797749979},"140":{"tf":1.7320508075688772},"142":{"tf":1.4142135623730951},"143":{"tf":1.7320508075688772},"145":{"tf":1.4142135623730951},"154":{"tf":1.0},"163":{"tf":1.7320508075688772},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":2.23606797749979},"23":{"tf":1.0},"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}},"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":1,"docs":{"36":{"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":1,"docs":{"36":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"d":{"df":0,"docs":{},"k":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}},"v":{"1":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},":":{"8":{"0":{"\"":{"df":0,"docs":{},"}":{"]":{",":{"\"":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"\"":{":":{"7":{"0":{"0":{"0":{",":{"\"":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"\"":{":":{"\"":{"df":0,"docs":{},"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":{},"x":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"_":{"d":{"b":{"\"":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"34":{"tf":1.0},"36":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"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},"69":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":7,"docs":{"132":{"tf":1.0},"140":{"tf":1.0},"145":{"tf":1.0},"23":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":3.1622776601683795},"37":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":8,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"63":{"tf":1.4142135623730951},"67":{"tf":1.0},"74":{"tf":1.4142135623730951},"86":{"tf":1.0},"91":{"tf":1.0},"99":{"tf":1.7320508075688772}}},"w":{"df":11,"docs":{"117":{"tf":1.0},"14":{"tf":1.0},"2":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.7320508075688772},"87":{"tf":2.23606797749979},"94":{"tf":2.0},"95":{"tf":1.0}},"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":{"54":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"126":{"tf":1.0},"52":{"tf":1.0}},"s":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"158":{"tf":1.0},"43":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"h":{"a":{"df":2,"docs":{"11":{"tf":1.0},"147":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"123":{"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":{"50":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":6,"docs":{"101":{"tf":1.0},"11":{"tf":1.0},"145":{"tf":1.0},"160":{"tf":1.4142135623730951},"79":{"tf":1.0},"94":{"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":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"163":{"tf":1.0}}}}}}},"n":{"d":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"128":{"tf":1.0},"47":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"141":{"tf":1.4142135623730951},"36":{"tf":2.449489742783178}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"125":{"tf":1.0},"160":{"tf":1.0},"19":{"tf":1.0},"34":{"tf":1.0},"52":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"99":{"tf":1.7320508075688772}}},"n":{"df":1,"docs":{"163":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":14,"docs":{"117":{"tf":1.0},"12":{"tf":1.0},"124":{"tf":2.0},"133":{"tf":2.0},"134":{"tf":1.7320508075688772},"151":{"tf":1.0},"161":{"tf":1.0},"163":{"tf":1.4142135623730951},"27":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"142":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"117":{"tf":1.0},"37":{"tf":1.7320508075688772},"50":{"tf":2.6457513110645907},"52":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"115":{"tf":1.0},"36":{"tf":1.0}}},"df":9,"docs":{"137":{"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},"63":{"tf":1.0},"95":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"145":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":6,"docs":{"116":{"tf":1.0},"143":{"tf":1.0},"158":{"tf":1.0},"33":{"tf":1.4142135623730951},"36":{"tf":1.0},"71":{"tf":1.0}}}}}}}}},"r":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"40":{"tf":1.0},"42":{"tf":1.4142135623730951},"48":{"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":{"132":{"tf":1.0},"157":{"tf":1.4142135623730951},"2":{"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":4,"docs":{"128":{"tf":1.0},"154":{"tf":1.0},"21":{"tf":1.0},"31":{"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":6,"docs":{"140":{"tf":1.0},"142":{"tf":1.0},"145":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"130":{"tf":1.0},"137":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"y":{"df":6,"docs":{"110":{"tf":1.0},"46":{"tf":1.4142135623730951},"48":{"tf":2.0},"74":{"tf":1.0},"86":{"tf":2.0},"99":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"df":0,"docs":{},"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":{"161":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"n":{"df":3,"docs":{"128":{"tf":2.0},"129":{"tf":2.449489742783178},"130":{"tf":1.4142135623730951}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"151":{"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":{"103":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"144":{"tf":1.0},"51":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0},"98":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":8,"docs":{"129":{"tf":1.4142135623730951},"141":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"46":{"tf":1.4142135623730951},"48":{"tf":1.0},"52":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"116":{"tf":1.0},"151":{"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":{"118":{"tf":1.0},"122":{"tf":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":{"118":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"90":{"tf":1.0},"94":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"137":{"tf":1.7320508075688772}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"66":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"71":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":8,"docs":{"112":{"tf":1.0},"116":{"tf":2.8284271247461903},"143":{"tf":1.0},"160":{"tf":1.0},"163":{"tf":1.0},"36":{"tf":1.4142135623730951},"54":{"tf":1.0},"56":{"tf":1.0}}}}}},"o":{"df":1,"docs":{"4":{"tf":1.4142135623730951}},"m":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"148":{"tf":1.0},"44":{"tf":1.4142135623730951}}}},"df":2,"docs":{"132":{"tf":1.0},"5":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":5,"docs":{"129":{"tf":1.0},"155":{"tf":1.4142135623730951},"157":{"tf":1.0},"161":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"160":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":7,"docs":{"138":{"tf":1.0},"160":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"34":{"tf":1.0},"48":{"tf":1.0},"66":{"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":{"137":{"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":{"134":{"tf":2.0},"160":{"tf":1.4142135623730951},"90":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"6":{"4":{"df":4,"docs":{"141":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.4142135623730951},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":12,"docs":{"11":{"tf":1.0},"124":{"tf":1.0},"129":{"tf":1.0},"134":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.4142135623730951},"91":{"tf":1.0},"96":{"tf":1.0}}},"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":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"50":{"tf":1.0}}}}},"df":6,"docs":{"13":{"tf":1.0},"131":{"tf":1.7320508075688772},"134":{"tf":1.0},"158":{"tf":1.0},"52":{"tf":1.0},"66":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":8,"docs":{"129":{"tf":1.0},"130":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"66":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"63":{"tf":1.0},"71":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"96":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"54":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"1":{"tf":1.0},"138":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"116":{"tf":1.0},"157":{"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":1,"docs":{"1":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":11,"docs":{"105":{"tf":1.0},"129":{"tf":1.0},"133":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"26":{"tf":1.0},"32":{"tf":1.0},"44":{"tf":1.7320508075688772},"49":{"tf":1.0},"54":{"tf":1.0},"64":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":11,"docs":{"12":{"tf":1.0},"123":{"tf":1.0},"13":{"tf":1.0},"159":{"tf":1.0},"16":{"tf":1.0},"160":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"37":{"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":{"119":{"tf":1.0},"123":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"d":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"83":{"tf":1.0},"86":{"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":{"112":{"tf":1.0},"116":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"137":{"tf":1.0},"63":{"tf":1.4142135623730951},"99":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"df":1,"docs":{"23":{"tf":1.0}},"h":{"df":5,"docs":{"11":{"tf":1.0},"118":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"36":{"tf":1.0},"52":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"151":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"df":5,"docs":{"123":{"tf":1.0},"158":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"54":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"81":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":2.23606797749979}}}},"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":{},"g":{"df":1,"docs":{"145":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"l":{"d":{"df":7,"docs":{"1":{"tf":1.0},"12":{"tf":1.0},"123":{"tf":1.7320508075688772},"131":{"tf":1.0},"14":{"tf":1.0},"41":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":11,"docs":{"134":{"tf":1.0},"139":{"tf":1.0},"146":{"tf":1.0},"163":{"tf":1.0},"43":{"tf":1.4142135623730951},"47":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":20,"docs":{"110":{"tf":1.0},"123":{"tf":1.0},"129":{"tf":1.0},"147":{"tf":1.7320508075688772},"46":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":2.8284271247461903},"70":{"tf":1.4142135623730951},"71":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.4142135623730951},"75":{"tf":1.0}}}}}},"c":{"/":{"c":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"138":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"154":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"50":{"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":{"43":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"157":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":12,"docs":{"105":{"tf":1.0},"116":{"tf":1.4142135623730951},"157":{"tf":1.0},"33":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"56":{"tf":1.7320508075688772},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.4142135623730951},"63":{"tf":2.6457513110645907}},"e":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":3,"docs":{"112":{"tf":1.0},"116":{"tf":1.0},"52":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"27":{"tf":1.0},"37":{"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":3,"docs":{"120":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.4142135623730951}}}}}}},"df":5,"docs":{"120":{"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":{"126":{"tf":1.0},"144":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.4142135623730951},"94":{"tf":1.0}}}},"t":{"df":1,"docs":{"17":{"tf":1.4142135623730951}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"145":{"tf":1.0}}}}},"d":{"df":1,"docs":{"134":{"tf":1.0}}},"df":6,"docs":{"12":{"tf":2.23606797749979},"14":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.4142135623730951},"4":{"tf":1.0},"45":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":8,"docs":{"118":{"tf":1.0},"134":{"tf":2.23606797749979},"44":{"tf":2.0},"48":{"tf":1.0},"50":{"tf":2.8284271247461903},"51":{"tf":2.0},"52":{"tf":1.7320508075688772},"56":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":22,"docs":{"11":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"132":{"tf":1.4142135623730951},"139":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.4142135623730951},"150":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"96":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":8,"docs":{"146":{"tf":1.4142135623730951},"153":{"tf":1.0},"154":{"tf":1.0},"24":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"2":{"tf":1.0},"23":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"91":{"tf":1.0}}}}}}},"i":{"d":{"df":0,"docs":{},"r":{"df":2,"docs":{"128":{"tf":1.0},"86":{"tf":2.0}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"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}}}}},"r":{"df":1,"docs":{"138":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":1,"docs":{"151":{"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":1,"docs":{"3":{"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":{"126":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":26,"docs":{"1":{"tf":1.4142135623730951},"116":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":2.0},"123":{"tf":1.0},"124":{"tf":1.0},"126":{"tf":1.7320508075688772},"13":{"tf":1.0},"130":{"tf":1.4142135623730951},"146":{"tf":1.0},"148":{"tf":1.0},"158":{"tf":2.0},"159":{"tf":3.7416573867739413},"160":{"tf":3.872983346207417},"163":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":2.8284271247461903},"31":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":3.0},"44":{"tf":2.449489742783178},"64":{"tf":1.0},"66":{"tf":1.7320508075688772}}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"11":{"tf":1.0}}}},"u":{"d":{"df":2,"docs":{"163":{"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":37,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"120":{"tf":1.0},"129":{"tf":1.4142135623730951},"132":{"tf":2.23606797749979},"134":{"tf":2.23606797749979},"138":{"tf":1.0},"139":{"tf":1.4142135623730951},"140":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"145":{"tf":1.7320508075688772},"146":{"tf":1.4142135623730951},"156":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"46":{"tf":1.7320508075688772},"48":{"tf":2.0},"51":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0},"98":{"tf":1.0}},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}}}},"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":8,"docs":{"117":{"tf":1.0},"12":{"tf":1.4142135623730951},"121":{"tf":1.0},"123":{"tf":2.0},"128":{"tf":1.0},"163":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"146":{"tf":1.0}}}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":12,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"116":{"tf":1.0},"134":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.0},"163":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0},"79":{"tf":1.0},"86":{"tf":1.0},"92":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":6,"docs":{"123":{"tf":1.0},"133":{"tf":1.0},"158":{"tf":1.0},"34":{"tf":1.4142135623730951},"41":{"tf":1.0},"49":{"tf":1.0}}},"m":{"a":{"df":1,"docs":{"141":{"tf":1.0}},"n":{"d":{"df":10,"docs":{"125":{"tf":1.0},"132":{"tf":1.4142135623730951},"135":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"24":{"tf":1.0},"4":{"tf":2.0},"45":{"tf":1.4142135623730951},"46":{"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}}}}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"131":{"tf":1.0},"132":{"tf":1.0},"56":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"153":{"tf":1.0},"154":{"tf":1.0},"71":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":9,"docs":{"123":{"tf":1.0},"133":{"tf":1.0},"14":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.4142135623730951},"160":{"tf":1.0},"163":{"tf":1.0},"2":{"tf":1.0},"44":{"tf":1.4142135623730951}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"110":{"tf":1.4142135623730951},"99":{"tf":1.7320508075688772}}},"t":{"df":2,"docs":{"133":{"tf":1.0},"69":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"123":{"tf":1.0},"13":{"tf":1.0},"8":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.4142135623730951}}},"x":{"df":5,"docs":{"132":{"tf":1.0},"157":{"tf":1.0},"160":{"tf":1.0},"163":{"tf":1.0},"45":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"163":{"tf":1.0},"36":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"150":{"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":{".":{"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":14,"docs":{"117":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"26":{"tf":2.23606797749979},"27":{"tf":2.0},"50":{"tf":2.0},"54":{"tf":1.4142135623730951},"64":{"tf":2.0},"66":{"tf":2.0},"67":{"tf":1.7320508075688772},"68":{"tf":1.0},"69":{"tf":2.0},"70":{"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":{"69":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"117":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"133":{"tf":1.0},"51":{"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":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":6,"docs":{"116":{"tf":1.0},"37":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"71":{"tf":1.4142135623730951},"74":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"160":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"101":{"tf":1.0},"79":{"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":{"120":{"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":{"120":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"123":{"tf":1.0}}}}}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"144":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":36,"docs":{"103":{"tf":1.7320508075688772},"107":{"tf":1.7320508075688772},"108":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"116":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"122":{"tf":2.0},"123":{"tf":2.23606797749979},"142":{"tf":1.7320508075688772},"143":{"tf":1.0},"144":{"tf":1.4142135623730951},"156":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.7320508075688772},"45":{"tf":1.0},"51":{"tf":2.23606797749979},"55":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"78":{"tf":1.0},"81":{"tf":1.7320508075688772},"85":{"tf":1.4142135623730951},"86":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"98":{"tf":1.7320508075688772},"99":{"tf":2.0}},"m":{"a":{"df":0,"docs":{},"p":{"df":8,"docs":{"132":{"tf":1.0},"142":{"tf":2.0},"145":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"df":71,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"107":{"tf":1.0},"108":{"tf":1.4142135623730951},"11":{"tf":1.7320508075688772},"112":{"tf":1.0},"113":{"tf":1.0},"116":{"tf":1.4142135623730951},"119":{"tf":1.7320508075688772},"120":{"tf":1.4142135623730951},"121":{"tf":2.0},"122":{"tf":1.4142135623730951},"123":{"tf":3.0},"126":{"tf":1.0},"129":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":2.23606797749979},"133":{"tf":2.449489742783178},"134":{"tf":2.8284271247461903},"137":{"tf":2.6457513110645907},"138":{"tf":2.23606797749979},"140":{"tf":1.4142135623730951},"142":{"tf":2.0},"144":{"tf":2.0},"145":{"tf":1.4142135623730951},"146":{"tf":2.449489742783178},"151":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.0},"18":{"tf":1.7320508075688772},"22":{"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},"42":{"tf":1.0},"43":{"tf":1.7320508075688772},"45":{"tf":2.8284271247461903},"46":{"tf":2.6457513110645907},"47":{"tf":1.4142135623730951},"48":{"tf":2.449489742783178},"51":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.7320508075688772},"67":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.4142135623730951},"77":{"tf":1.0},"78":{"tf":1.4142135623730951},"81":{"tf":1.0},"82":{"tf":1.4142135623730951},"85":{"tf":1.0},"86":{"tf":1.7320508075688772},"87":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"94":{"tf":2.23606797749979},"95":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":2.449489742783178}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"158":{"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":25,"docs":{"129":{"tf":2.6457513110645907},"130":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"137":{"tf":1.7320508075688772},"138":{"tf":1.7320508075688772},"139":{"tf":1.0},"140":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.7320508075688772},"146":{"tf":1.0},"158":{"tf":1.4142135623730951},"159":{"tf":1.0},"160":{"tf":2.0},"19":{"tf":1.0},"2":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":2.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"37":{"tf":2.0},"46":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"52":{"tf":1.0}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"150":{"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":{"119":{"tf":1.0},"123":{"tf":1.0}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"134":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"118":{"tf":1.0},"42":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"121":{"tf":1.0},"126":{"tf":1.4142135623730951},"146":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.4142135623730951},"5":{"tf":1.0},"75":{"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":{}},"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":4,"docs":{"126":{"tf":1.0},"142":{"tf":1.4142135623730951},"36":{"tf":1.0},"52":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"118":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0},"63":{"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":15,"docs":{"1":{"tf":1.0},"116":{"tf":1.0},"124":{"tf":1.0},"129":{"tf":1.0},"132":{"tf":1.4142135623730951},"145":{"tf":2.23606797749979},"146":{"tf":3.3166247903554},"160":{"tf":1.7320508075688772},"3":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"34":{"tf":1.0},"47":{"tf":1.0},"87":{"tf":1.0},"92":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"117":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"75":{"tf":1.0}}},"t":{"df":1,"docs":{"123":{"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":{"123":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"160":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"i":{"df":4,"docs":{"148":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"50":{"tf":1.0},"53":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"114":{"tf":1.0},"37":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"160":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"138":{"tf":1.0}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"128":{"tf":1.0},"134":{"tf":1.4142135623730951},"138":{"tf":2.0},"141":{"tf":1.0},"50":{"tf":1.0},"51":{"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":7,"docs":{"100":{"tf":1.4142135623730951},"114":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"137":{"tf":2.0},"138":{"tf":2.0}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"128":{"tf":1.0}}},"y":{"_":{"c":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"128":{"tf":1.0},"130":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"p":{"d":{"df":1,"docs":{"145":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":1,"docs":{"2":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":5,"docs":{"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.7320508075688772},"69":{"tf":1.0}}}}},"d":{"df":2,"docs":{"132":{"tf":1.0},"145":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":17,"docs":{"117":{"tf":1.0},"12":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"130":{"tf":1.0},"146":{"tf":1.0},"17":{"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},"44":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"55":{"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":{"119":{"tf":1.0},"123":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"50":{"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":2,"docs":{"116":{"tf":1.0},"36":{"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":{"122":{"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":{"(":{"b":{"\"":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"d":{"b":{"df":0,"docs":{},"y":{"df":1,"docs":{"118":{"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":{"118":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"118":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":4,"docs":{"146":{"tf":1.7320508075688772},"34":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"37":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":20,"docs":{"11":{"tf":1.0},"119":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"129":{"tf":1.4142135623730951},"130":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.4142135623730951},"139":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"69":{"tf":1.0},"94":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":4,"docs":{"117":{"tf":1.4142135623730951},"120":{"tf":1.0},"133":{"tf":1.0},"163":{"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":{"128":{"tf":1.4142135623730951},"130":{"tf":1.0},"39":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{}},"df":16,"docs":{"1":{"tf":1.0},"105":{"tf":1.0},"114":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"129":{"tf":2.449489742783178},"142":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"154":{"tf":1.4142135623730951},"160":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"3":{"tf":1.0},"52":{"tf":1.4142135623730951},"54":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"146":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"4":{"9":{"8":{"8":{"9":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":7,"docs":{"122":{"tf":1.0},"150":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"54":{"tf":1.0},"75":{"tf":1.7320508075688772},"77":{"tf":1.0},"78":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"14":{"tf":1.0},"146":{"tf":1.0},"87":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"14":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"110":{"tf":1.0}}}},"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":6,"docs":{"26":{"tf":1.0},"54":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"70":{"tf":1.0}}}}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":10,"docs":{"0":{"tf":1.0},"1":{"tf":1.7320508075688772},"157":{"tf":1.0},"158":{"tf":2.23606797749979},"159":{"tf":1.4142135623730951},"160":{"tf":2.8284271247461903},"163":{"tf":1.0},"22":{"tf":1.4142135623730951},"37":{"tf":1.0},"66":{"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":{"41":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":45,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"128":{"tf":1.0},"132":{"tf":1.0},"140":{"tf":1.4142135623730951},"142":{"tf":1.4142135623730951},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.7320508075688772},"146":{"tf":1.7320508075688772},"150":{"tf":1.0},"151":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"36":{"tf":2.0},"39":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.7320508075688772},"51":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.4142135623730951},"77":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"104":{"tf":1.0},"119":{"tf":1.0},"122":{"tf":1.0},"82":{"tf":1.0},"99":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":9,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"130":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"74":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0},"99":{"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":{"67":{"tf":1.4142135623730951},"86":{"tf":1.0}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"99":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"86":{"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":{"99":{"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":{"99":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":4,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"63":{"tf":1.0},"99":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"67":{"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":{"91":{"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":{"86":{"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":{"86":{"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":{"86":{"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":{"63":{"tf":1.0},"74":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"99":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"25":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"44":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"146":{"tf":1.0}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"27":{"tf":1.0},"36":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"i":{"df":3,"docs":{"85":{"tf":1.0},"86":{"tf":1.4142135623730951},"87":{"tf":2.449489742783178}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":8,"docs":{"11":{"tf":1.0},"120":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.7320508075688772},"154":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"83":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":8,"docs":{"1":{"tf":1.0},"143":{"tf":1.4142135623730951},"33":{"tf":2.0},"34":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"49":{"tf":1.0},"5":{"tf":1.0},"75":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"133":{"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":1,"docs":{"34":{"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":{"122":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":4,"docs":{"121":{"tf":1.4142135623730951},"133":{"tf":1.0},"36":{"tf":1.4142135623730951},"51":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":16,"docs":{"108":{"tf":1.7320508075688772},"113":{"tf":1.4142135623730951},"128":{"tf":1.0},"131":{"tf":1.4142135623730951},"48":{"tf":3.872983346207417},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"63":{"tf":3.4641016151377544},"67":{"tf":1.4142135623730951},"74":{"tf":1.7320508075688772},"78":{"tf":1.4142135623730951},"86":{"tf":2.8284271247461903},"91":{"tf":2.23606797749979},"95":{"tf":1.7320508075688772},"99":{"tf":3.3166247903554}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"122":{"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":{"41":{"tf":1.0},"52":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"44":{"tf":1.0},"49":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"112":{"tf":1.0},"99":{"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":{"42":{"tf":1.0},"44":{"tf":1.0},"51":{"tf":1.0}}}}}}}},"v":{"df":1,"docs":{"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},"145":{"tf":1.0},"163":{"tf":1.4142135623730951},"2":{"tf":1.0}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"161":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"154":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":2,"docs":{"14":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"114":{"tf":1.0},"131":{"tf":1.0},"145":{"tf":1.0},"151":{"tf":1.0},"157":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"109":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"131":{"tf":2.0},"137":{"tf":1.0},"41":{"tf":1.0},"50":{"tf":1.0},"99":{"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":{"99":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"i":{"df":6,"docs":{"13":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.4142135623730951},"27":{"tf":1.0},"37":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"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":{"138":{"tf":1.0}}}},"df":0,"docs":{}}}},"v":{"df":6,"docs":{"132":{"tf":1.7320508075688772},"133":{"tf":1.0},"134":{"tf":1.4142135623730951},"138":{"tf":1.0},"139":{"tf":1.0},"148":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":8,"docs":{"132":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"134":{"tf":2.23606797749979},"138":{"tf":2.0},"145":{"tf":1.7320508075688772},"146":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951}}},"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":{"137":{"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":{"144":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"125":{"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":{"54":{"tf":1.0},"6":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"41":{"tf":1.0}}}}},"o":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"67":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.7320508075688772}}}}}}},"c":{"df":11,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"126":{"tf":1.4142135623730951},"63":{"tf":1.0},"67":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0},"99":{"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":{".":{"7":{".":{"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":{}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":11,"docs":{"112":{"tf":1.0},"117":{"tf":1.0},"12":{"tf":1.0},"133":{"tf":1.0},"150":{"tf":1.0},"155":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.4142135623730951},"99":{"tf":1.0}}}}}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"134":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"'":{"df":0,"docs":{},"t":{"df":2,"docs":{"36":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"50":{"tf":1.0},"92":{"tf":1.0}}}},"w":{"df":0,"docs":{},"n":{"df":4,"docs":{"129":{"tf":1.0},"130":{"tf":1.0},"2":{"tf":1.0},"56":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"37":{"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":{"118":{"tf":1.4142135623730951},"129":{"tf":2.449489742783178},"44":{"tf":1.0},"50":{"tf":1.4142135623730951},"54":{"tf":1.0},"88":{"tf":1.0},"92":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"q":{"df":0,"docs":{},"v":{"df":0,"docs":{},"j":{"df":0,"docs":{},"g":{"\"":{",":{"\"":{"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":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"\"":{":":{"[":{"df":0,"docs":{},"{":{"\"":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"\"":{":":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"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":{"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":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":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":{"34":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":7,"docs":{"114":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"44":{"tf":1.0},"50":{"tf":3.0},"54":{"tf":1.4142135623730951},"79":{"tf":1.7320508075688772},"94":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"e":{"df":2,"docs":{"137":{"tf":1.0},"94":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"t":{"df":6,"docs":{"105":{"tf":1.0},"109":{"tf":1.0},"129":{"tf":1.0},"131":{"tf":1.4142135623730951},"54":{"tf":1.0},"95":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"123":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":16,"docs":{"100":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.7320508075688772},"116":{"tf":1.4142135623730951},"121":{"tf":1.0},"131":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.7320508075688772},"52":{"tf":2.6457513110645907},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"56":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":7,"docs":{"129":{"tf":1.0},"131":{"tf":1.0},"134":{"tf":1.4142135623730951},"137":{"tf":1.0},"42":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"52":{"tf":1.0}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":15,"docs":{"116":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"138":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":1.0},"71":{"tf":1.4142135623730951},"78":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"129":{"tf":1.0},"34":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"131":{"tf":1.0},"14":{"tf":1.0},"27":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":4,"docs":{"120":{"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":1,"docs":{"134":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"27":{"tf":1.4142135623730951},"37":{"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":{"51":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"m":{"b":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"160":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"d":{"df":4,"docs":{"141":{"tf":1.0},"36":{"tf":1.0},"46":{"tf":1.0},"75":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"129":{"tf":1.0},"138":{"tf":1.0}}}}}}},"d":{"df":6,"docs":{"36":{"tf":1.0},"51":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.4142135623730951},"71":{"tf":1.0},"86":{"tf":1.4142135623730951}},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"126":{"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}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"\"":{":":{"\"":{"[":{":":{":":{"]":{":":{"9":{"0":{"9":{"2":{"\"":{"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":1,"docs":{"37":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"'":{"df":4,"docs":{"110":{"tf":1.0},"114":{"tf":1.0},"134":{"tf":1.0},"43":{"tf":1.0}}},"df":49,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"110":{"tf":1.4142135623730951},"112":{"tf":1.0},"116":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"120":{"tf":1.0},"123":{"tf":1.0},"129":{"tf":2.23606797749979},"132":{"tf":2.23606797749979},"134":{"tf":2.6457513110645907},"138":{"tf":1.4142135623730951},"139":{"tf":1.0},"140":{"tf":1.4142135623730951},"141":{"tf":1.4142135623730951},"142":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.7320508075688772},"146":{"tf":2.23606797749979},"152":{"tf":1.4142135623730951},"153":{"tf":1.0},"154":{"tf":1.4142135623730951},"18":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.4142135623730951},"39":{"tf":1.0},"40":{"tf":1.7320508075688772},"41":{"tf":1.0},"42":{"tf":2.6457513110645907},"43":{"tf":2.6457513110645907},"44":{"tf":2.23606797749979},"46":{"tf":3.0},"47":{"tf":1.0},"48":{"tf":2.8284271247461903},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"62":{"tf":1.0},"66":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.7320508075688772},"91":{"tf":2.0},"94":{"tf":1.0},"98":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"94":{"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},"147":{"tf":1.4142135623730951},"148":{"tf":1.7320508075688772},"159":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"1":{"tf":1.0},"154":{"tf":1.0},"37":{"tf":1.0},"66":{"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":{"49":{"tf":1.0},"66":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"128":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"2":{"tf":1.0},"52":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":6,"docs":{"48":{"tf":1.0},"63":{"tf":1.7320508075688772},"67":{"tf":1.4142135623730951},"74":{"tf":1.0},"86":{"tf":1.4142135623730951},"91":{"tf":1.7320508075688772}}}},"v":{"df":4,"docs":{"132":{"tf":2.23606797749979},"145":{"tf":1.7320508075688772},"39":{"tf":2.449489742783178},"4":{"tf":2.0}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"150":{"tf":1.4142135623730951},"151":{"tf":1.0},"45":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"y":{"df":2,"docs":{"133":{"tf":1.0},"14":{"tf":1.7320508075688772}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"123":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":1.7320508075688772}},"v":{"df":1,"docs":{"123":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"123":{"tf":1.0},"129":{"tf":1.0},"138":{"tf":1.0},"48":{"tf":1.0},"75":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"44":{"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":{"45":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":1,"docs":{"158":{"tf":1.0}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"87":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"160":{"tf":1.0},"19":{"tf":1.0}},"t":{"df":2,"docs":{"129":{"tf":1.7320508075688772},"150":{"tf":1.0}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"94":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":39,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"11":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":2.0},"120":{"tf":1.4142135623730951},"123":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"146":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.0},"159":{"tf":1.0},"19":{"tf":1.0},"23":{"tf":1.0},"29":{"tf":1.4142135623730951},"32":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.7320508075688772},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"48":{"tf":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.7320508075688772},"52":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.4142135623730951},"73":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.4142135623730951},"94":{"tf":2.0},"98":{"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":{"107":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"94":{"tf":1.0}},"l":{"df":1,"docs":{"14":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"13":{"tf":1.0},"131":{"tf":2.0}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"144":{"tf":1.0},"50":{"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},"160":{"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":{"145":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}},"s":{"df":10,"docs":{"129":{"tf":1.0},"130":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"140":{"tf":1.4142135623730951},"145":{"tf":1.0},"146":{"tf":1.0},"151":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"60":{"tf":1.4142135623730951},"63":{"tf":1.0},"96":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"120":{"tf":1.0},"121":{"tf":1.0},"134":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"117":{"tf":1.0},"163":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"116":{"tf":1.0},"12":{"tf":1.4142135623730951},"33":{"tf":1.0},"37":{"tf":1.7320508075688772}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"43":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.0}}}},"df":1,"docs":{"163":{"tf":1.0}}},"df":0,"docs":{}}}}},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"75":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"48":{"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":5,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"81":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}}}}}}}},"s":{"df":8,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"43":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"81":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.4142135623730951}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"21":{"tf":1.0},"31":{"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":{"90":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"11":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}}}},"df":8,"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}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"120":{"tf":1.0},"124":{"tf":1.0},"158":{"tf":1.0},"3":{"tf":1.0},"43":{"tf":1.0}}}}}},"d":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":1,"docs":{"128":{"tf":1.0}},"l":{"df":1,"docs":{"19":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":3,"docs":{"123":{"tf":1.0},"50":{"tf":1.0},"94":{"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":6,"docs":{"128":{"tf":1.4142135623730951},"134":{"tf":1.7320508075688772},"23":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"43":{"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":14,"docs":{"123":{"tf":1.0},"132":{"tf":1.4142135623730951},"142":{"tf":1.0},"144":{"tf":2.6457513110645907},"145":{"tf":1.4142135623730951},"146":{"tf":1.7320508075688772},"148":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"45":{"tf":2.23606797749979},"46":{"tf":1.4142135623730951},"48":{"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":1,"docs":{"144":{"tf":1.4142135623730951}}}}}}}}},"l":{"df":1,"docs":{"27":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"'":{"df":11,"docs":{"110":{"tf":1.0},"113":{"tf":1.0},"131":{"tf":1.4142135623730951},"134":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"64":{"tf":1.0},"71":{"tf":1.0},"78":{"tf":1.0},"83":{"tf":1.0},"96":{"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":{"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":{}}},"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":{"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":{}},"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"134":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"134":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"156":{"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":{"51":{"tf":1.0},"55":{"tf":1.0}}}}}}}},"df":83,"docs":{"101":{"tf":1.4142135623730951},"102":{"tf":1.0},"103":{"tf":1.0},"105":{"tf":1.4142135623730951},"106":{"tf":1.0},"107":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.7320508075688772},"111":{"tf":1.0},"112":{"tf":1.7320508075688772},"114":{"tf":1.7320508075688772},"116":{"tf":2.449489742783178},"117":{"tf":2.449489742783178},"118":{"tf":2.0},"119":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"121":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.7320508075688772},"131":{"tf":3.1622776601683795},"132":{"tf":1.0},"134":{"tf":3.3166247903554},"142":{"tf":2.0},"144":{"tf":1.0},"145":{"tf":1.0},"150":{"tf":1.0},"158":{"tf":1.4142135623730951},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":2.23606797749979},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":2.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":2.23606797749979},"49":{"tf":1.4142135623730951},"50":{"tf":4.358898943540674},"51":{"tf":3.605551275463989},"52":{"tf":4.0},"53":{"tf":1.4142135623730951},"54":{"tf":2.23606797749979},"55":{"tf":2.6457513110645907},"56":{"tf":1.7320508075688772},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":2.0},"69":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.7320508075688772},"75":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"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},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.4142135623730951},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":2.449489742783178}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"118":{"tf":1.4142135623730951},"122":{"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":{"120":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"n":{"d":{"df":2,"docs":{"144":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":5,"docs":{"158":{"tf":1.0},"54":{"tf":1.0},"83":{"tf":1.7320508075688772},"86":{"tf":1.0},"87":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":9,"docs":{"117":{"tf":1.0},"122":{"tf":1.0},"140":{"tf":1.0},"27":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"51":{"tf":1.0},"66":{"tf":1.0},"87":{"tf":1.0}}}}},"t":{"df":2,"docs":{"117":{"tf":1.0},"50":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"145":{"tf":1.0},"146":{"tf":1.7320508075688772},"151":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"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}}}}},"o":{"df":0,"docs":{},"w":{"df":6,"docs":{"101":{"tf":1.0},"131":{"tf":1.0},"137":{"tf":1.0},"44":{"tf":1.4142135623730951},"50":{"tf":1.0},"79":{"tf":1.0}}}}},"n":{"df":8,"docs":{"118":{"tf":1.4142135623730951},"119":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":2.0},"51":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"u":{"df":1,"docs":{"1":{"tf":1.0}},"s":{"df":2,"docs":{"124":{"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},"148":{"tf":1.7320508075688772},"29":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":25,"docs":{"120":{"tf":1.0},"123":{"tf":1.7320508075688772},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"129":{"tf":1.0},"130":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"147":{"tf":1.0},"152":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"33":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"53":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":12,"docs":{"122":{"tf":1.4142135623730951},"147":{"tf":1.0},"155":{"tf":1.0},"23":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"63":{"tf":1.4142135623730951},"69":{"tf":1.0},"74":{"tf":1.0},"86":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}},"df":2,"docs":{"48":{"tf":1.0},"50":{"tf":1.4142135623730951}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":13,"docs":{"120":{"tf":1.0},"133":{"tf":1.0},"146":{"tf":1.0},"24":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"39":{"tf":1.0},"40":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":2.449489742783178},"51":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"110":{"tf":1.0},"114":{"tf":1.4142135623730951},"117":{"tf":1.0},"134":{"tf":1.0},"14":{"tf":1.0},"34":{"tf":1.0},"63":{"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":{"54":{"tf":1.0},"92":{"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":{"123":{"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":{"123":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":7,"docs":{"117":{"tf":1.0},"120":{"tf":1.0},"132":{"tf":1.0},"143":{"tf":1.0},"160":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0}},"i":{"df":1,"docs":{"154":{"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},"110":{"tf":1.0},"120":{"tf":2.0},"125":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"27":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"94":{"tf":1.0}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"11":{"tf":1.0},"26":{"tf":1.0},"34":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"134":{"tf":1.0},"69":{"tf":1.0}}}}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":24,"docs":{"0":{"tf":1.0},"1":{"tf":2.8284271247461903},"116":{"tf":1.0},"13":{"tf":1.0},"132":{"tf":1.4142135623730951},"139":{"tf":1.0},"14":{"tf":1.0},"145":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951},"158":{"tf":2.8284271247461903},"159":{"tf":2.6457513110645907},"160":{"tf":3.605551275463989},"163":{"tf":2.449489742783178},"2":{"tf":2.449489742783178},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"27":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"4":{"tf":1.0},"64":{"tf":1.4142135623730951},"66":{"tf":2.0}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":13,"docs":{"139":{"tf":1.0},"140":{"tf":2.0},"141":{"tf":1.0},"143":{"tf":2.0},"22":{"tf":1.7320508075688772},"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}},"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":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"u":{"df":0,"docs":{},"g":{"df":2,"docs":{"137":{"tf":1.0},"138":{"tf":1.7320508075688772}}}}},"d":{"c":{"df":1,"docs":{"163":{"tf":1.0}},"v":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"163":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"116":{"tf":1.0},"123":{"tf":2.0},"129":{"tf":1.4142135623730951},"131":{"tf":1.7320508075688772},"138":{"tf":1.4142135623730951},"33":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"48":{"tf":1.0},"75":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"128":{"tf":1.0}}}}},"t":{"df":4,"docs":{"138":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"df":3,"docs":{"157":{"tf":1.0},"16":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"157":{"tf":1.0},"22":{"tf":1.0}},"n":{"df":5,"docs":{"132":{"tf":1.0},"133":{"tf":1.0},"145":{"tf":1.0},"4":{"tf":1.0},"95":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":4,"docs":{"22":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"36":{"tf":1.7320508075688772}}}},"o":{"df":5,"docs":{"117":{"tf":1.0},"120":{"tf":1.0},"146":{"tf":1.4142135623730951},"22":{"tf":1.0},"34":{"tf":1.0}},"o":{"d":{"b":{"df":0,"docs":{},"y":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":1,"docs":{"11":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"163":{"tf":1.0}}}}}},"r":{"a":{"b":{"df":3,"docs":{"24":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"160":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"123":{"tf":1.0}}},".":{"df":0,"docs":{},"v":{"1":{"df":3,"docs":{"119":{"tf":1.0},"120":{"tf":1.0},"123":{"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":{"120":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":6,"docs":{"117":{"tf":2.0},"118":{"tf":1.4142135623730951},"119":{"tf":1.7320508075688772},"121":{"tf":1.4142135623730951},"122":{"tf":2.23606797749979},"123":{"tf":2.8284271247461903}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"46":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951}}}}},"p":{"c":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"v":{"4":{"df":1,"docs":{"145":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":3,"docs":{"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"134":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"df":1,"docs":{"36":{"tf":1.0}}},"u":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"21":{"tf":1.0},"31":{"tf":1.0},"4":{"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":{"49":{"tf":1.0},"52":{"tf":1.0},"66":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"142":{"tf":1.0}}}}}},"r":{"d":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"36":{"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":1,"docs":{"91":{"tf":1.4142135623730951}}}},"v":{"df":0,"docs":{},"e":{"df":7,"docs":{"14":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"4":{"tf":1.0}}}}},"df":4,"docs":{"132":{"tf":1.0},"145":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0}},"e":{"a":{"d":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"153":{"tf":1.0},"154":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":3,"docs":{"117":{"tf":1.0},"120":{"tf":1.0},"144":{"tf":1.0}}}},"p":{"df":5,"docs":{"131":{"tf":2.23606797749979},"132":{"tf":2.23606797749979},"145":{"tf":2.23606797749979},"39":{"tf":1.7320508075688772},"4":{"tf":2.23606797749979}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"134":{"tf":1.0},"34":{"tf":1.0},"50":{"tf":1.0}}}},"y":{"df":1,"docs":{"123":{"tf":1.0}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"69":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"138":{"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":{"109":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"t":{"df":1,"docs":{"19":{"tf":1.0}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"139":{"tf":1.0},"160":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"48":{"tf":1.0}}}},"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":{"(":{"df":1,"docs":{"48":{"tf":1.0}}},"/":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"p":{"df":1,"docs":{"134":{"tf":1.0}}}},"df":0,"docs":{}}},":":{"/":{"/":{"1":{"2":{"7":{".":{"0":{".":{"0":{".":{"1":{":":{"7":{"8":{"0":{"0":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"48":{"tf":1.0}}}}},"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":{"108":{"tf":1.0},"113":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0},"99":{"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":1,"docs":{"146":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"34":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"df":1,"docs":{"146":{"tf":1.0}}},"2":{"df":1,"docs":{"146":{"tf":1.0}}},"3":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"0":{"9":{"1":{"/":{"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":{}},"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":1,"docs":{"34":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"149":{"tf":1.0},"151":{"tf":1.4142135623730951},"153":{"tf":1.0},"154":{"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":9,"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}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"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":3,"docs":{"134":{"tf":1.7320508075688772},"154":{"tf":1.0},"50":{"tf":1.0}}},"d":{"df":11,"docs":{"112":{"tf":1.0},"116":{"tf":1.0},"126":{"tf":3.4641016151377544},"131":{"tf":1.4142135623730951},"144":{"tf":1.0},"36":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"77":{"tf":1.0},"78":{"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":{"44":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0},"78":{"tf":1.0}}}}}}}},"l":{"df":2,"docs":{"145":{"tf":1.0},"39":{"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":{"145":{"tf":1.0},"39":{"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":{}}},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"134":{"tf":2.0}}}}}},"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":{"118":{"tf":1.0},"119":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":13,"docs":{"116":{"tf":1.0},"117":{"tf":1.7320508075688772},"118":{"tf":1.0},"123":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"135":{"tf":1.0},"158":{"tf":1.0},"163":{"tf":1.0},"26":{"tf":1.0},"55":{"tf":1.0},"64":{"tf":1.0},"94":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"117":{"tf":1.0},"120":{"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":{"44":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":6,"docs":{"123":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"134":{"tf":2.23606797749979},"54":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":5,"docs":{"116":{"tf":1.4142135623730951},"18":{"tf":1.0},"26":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"92":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"c":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":2,"docs":{"131":{"tf":1.4142135623730951},"150":{"tf":1.0}},"r":{"df":0,"docs":{},"m":{"df":14,"docs":{"12":{"tf":1.0},"128":{"tf":1.7320508075688772},"134":{"tf":3.1622776601683795},"139":{"tf":1.4142135623730951},"145":{"tf":1.0},"146":{"tf":1.0},"154":{"tf":1.0},"158":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":2.23606797749979}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"44":{"tf":1.0},"51":{"tf":1.0},"94":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"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":2,"docs":{"33":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"14":{"tf":1.0},"157":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":11,"docs":{"123":{"tf":1.0},"148":{"tf":1.4142135623730951},"16":{"tf":1.0},"21":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"34":{"tf":2.0},"4":{"tf":1.0},"5":{"tf":1.7320508075688772},"8":{"tf":1.0},"9":{"tf":1.0}}},"n":{"c":{"df":9,"docs":{"118":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.7320508075688772},"4":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"d":{"df":8,"docs":{"1":{"tf":1.0},"129":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"27":{"tf":1.0},"37":{"tf":1.4142135623730951},"45":{"tf":1.0},"69":{"tf":1.0},"75":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"21":{"tf":1.0},"31":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":6,"docs":{"48":{"tf":1.0},"63":{"tf":1.4142135623730951},"74":{"tf":1.0},"86":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}},"r":{"df":13,"docs":{"12":{"tf":1.7320508075688772},"132":{"tf":1.4142135623730951},"139":{"tf":1.0},"145":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"159":{"tf":1.0},"160":{"tf":1.7320508075688772},"163":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"3":{"tf":1.7320508075688772},"32":{"tf":1.0},"33":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"34":{"tf":1.0},"4":{"tf":1.0}}}}},"f":{"a":{"c":{"df":5,"docs":{"151":{"tf":1.7320508075688772},"152":{"tf":1.0},"24":{"tf":1.0},"4":{"tf":1.4142135623730951},"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"138":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":1,"docs":{"3":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0}}}}},"v":{"df":2,"docs":{"145":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"163":{"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":{"114":{"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":{"156":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":1,"docs":{"118":{"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":{"158":{"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":{"160":{"tf":1.0}}}}}}},":":{"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":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":3,"docs":{"128":{"tf":1.0},"129":{"tf":2.449489742783178},"130":{"tf":1.0}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"130":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":16,"docs":{"128":{"tf":1.0},"130":{"tf":1.0},"134":{"tf":1.4142135623730951},"140":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.4142135623730951},"23":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":1.4142135623730951},"37":{"tf":2.23606797749979},"40":{"tf":1.0},"44":{"tf":1.4142135623730951},"54":{"tf":1.0},"83":{"tf":1.0},"91":{"tf":1.0},"92":{"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":5,"docs":{"124":{"tf":1.0},"132":{"tf":1.0},"149":{"tf":1.0},"39":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951}}},"6":{"df":5,"docs":{"124":{"tf":1.0},"132":{"tf":1.0},"149":{"tf":1.0},"39":{"tf":1.4142135623730951},"86":{"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":{"117":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":4,"docs":{"48":{"tf":2.0},"74":{"tf":1.0},"86":{"tf":2.0},"99":{"tf":1.7320508075688772}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"133":{"tf":1.0},"52":{"tf":1.0}}}}}}}},"j":{"df":0,"docs":{},"o":{"b":{"df":6,"docs":{"110":{"tf":1.0},"56":{"tf":1.0},"64":{"tf":1.0},"71":{"tf":1.0},"83":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}},"q":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"156":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951}}}}}},"k":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":1,"docs":{"126":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":1,"docs":{"17":{"tf":1.0}},"e":{"df":0,"docs":{},"y":{"df":11,"docs":{"108":{"tf":1.7320508075688772},"113":{"tf":1.7320508075688772},"116":{"tf":1.0},"131":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"48":{"tf":1.7320508075688772},"52":{"tf":2.0},"53":{"tf":1.0},"63":{"tf":1.7320508075688772},"99":{"tf":1.7320508075688772}}}},"i":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"142":{"tf":1.0},"36":{"tf":1.4142135623730951},"63":{"tf":2.449489742783178}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"129":{"tf":1.0},"163":{"tf":1.0},"36":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":4,"docs":{"134":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.4142135623730951},"53":{"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":{"143":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"l":{"df":12,"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}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":9,"docs":{"139":{"tf":1.0},"140":{"tf":1.0},"143":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"163":{"tf":2.0},"21":{"tf":1.0},"22":{"tf":1.0},"31":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":9,"docs":{"114":{"tf":1.0},"120":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.7320508075688772},"130":{"tf":1.4142135623730951},"131":{"tf":3.0},"142":{"tf":1.4142135623730951},"36":{"tf":1.0},"99":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"138":{"tf":1.0}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"1":{"tf":1.0},"163":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"45":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"130":{"tf":1.0},"51":{"tf":1.0},"66":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"124":{"tf":1.0},"125":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"50":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"138":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"163":{"tf":1.0}}}}}},"d":{"df":1,"docs":{"134":{"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":1,"docs":{"50":{"tf":1.0}}}}}},"t":{"'":{"df":12,"docs":{"117":{"tf":1.0},"120":{"tf":1.4142135623730951},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.4142135623730951},"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}}},"df":1,"docs":{"50":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"150":{"tf":1.4142135623730951},"2":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"50":{"tf":1.0},"52":{"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},"160":{"tf":1.0},"163":{"tf":1.0},"3":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"128":{"tf":1.0},"48":{"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":{"133":{"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":{"44":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"134":{"tf":1.0},"158":{"tf":1.0},"54":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.7320508075688772},"95":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":5,"docs":{"135":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"46":{"tf":1.0}}},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"48":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"129":{"tf":1.0},"134":{"tf":1.7320508075688772},"140":{"tf":1.0},"23":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.4142135623730951},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":7,"docs":{"120":{"tf":1.4142135623730951},"129":{"tf":2.449489742783178},"132":{"tf":1.0},"134":{"tf":1.4142135623730951},"39":{"tf":1.7320508075688772},"48":{"tf":1.0},"66":{"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":1,"docs":{"153":{"tf":1.4142135623730951}}}}},"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":{"91":{"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":3,"docs":{"37":{"tf":1.0},"54":{"tf":1.0},"88":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":4,"docs":{"11":{"tf":1.0},"134":{"tf":2.0},"160":{"tf":1.4142135623730951},"90":{"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":{"51":{"tf":1.0},"94":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":33,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"125":{"tf":1.0},"134":{"tf":1.0},"144":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":2.0},"31":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.7320508075688772},"39":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":1.4142135623730951},"5":{"tf":1.0},"51":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.4142135623730951},"73":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0},"98":{"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":1,"docs":{"146":{"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":1,"docs":{"146":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":5,"docs":{"151":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"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":3,"docs":{"51":{"tf":1.0},"54":{"tf":1.0},"92":{"tf":1.4142135623730951}}}}}}}}}},"df":0,"docs":{}}},"t":{"df":4,"docs":{"132":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"148":{"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":{"128":{"tf":1.4142135623730951},"150":{"tf":2.23606797749979},"4":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.0},"75":{"tf":1.4142135623730951},"78":{"tf":1.0}},"i":{"c":{"a":{"df":0,"docs":{},"l":{"_":{"d":{"df":0,"docs":{},"n":{"df":1,"docs":{"134":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"130":{"tf":1.0},"158":{"tf":1.0}}}},"o":{"df":0,"docs":{},"k":{"df":13,"docs":{"116":{"tf":1.0},"140":{"tf":1.0},"142":{"tf":1.0},"146":{"tf":1.0},"161":{"tf":1.0},"163":{"tf":1.4142135623730951},"19":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.0},"36":{"tf":1.4142135623730951},"4":{"tf":1.0},"45":{"tf":1.0},"63":{"tf":1.7320508075688772}}},"p":{"df":1,"docs":{"2":{"tf":1.0}}}},"t":{"df":1,"docs":{"163":{"tf":1.0}}},"w":{"df":1,"docs":{"158":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"u":{"df":1,"docs":{"120":{"tf":1.0}}}},"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":{"48":{"tf":1.0},"5":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":4,"docs":{"137":{"tf":2.0},"14":{"tf":1.0},"159":{"tf":1.0},"160":{"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":{"126":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"120":{"tf":2.0},"123":{"tf":1.0},"125":{"tf":1.0},"51":{"tf":1.4142135623730951},"90":{"tf":1.0},"94":{"tf":1.4142135623730951}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"e":{"df":6,"docs":{"131":{"tf":1.0},"14":{"tf":1.0},"146":{"tf":1.0},"2":{"tf":1.7320508075688772},"5":{"tf":1.0},"50":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":19,"docs":{"121":{"tf":1.0},"123":{"tf":1.4142135623730951},"132":{"tf":2.449489742783178},"133":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"137":{"tf":3.1622776601683795},"143":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"145":{"tf":2.0},"146":{"tf":2.23606797749979},"154":{"tf":1.0},"33":{"tf":2.6457513110645907},"34":{"tf":2.6457513110645907},"36":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.7320508075688772},"4":{"tf":2.449489742783178},"47":{"tf":1.0},"48":{"tf":2.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":4,"docs":{"135":{"tf":1.0},"145":{"tf":1.0},"39":{"tf":1.0},"48":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"163":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":4,"docs":{"14":{"tf":1.4142135623730951},"157":{"tf":1.0},"19":{"tf":1.0},"60":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"27":{"tf":1.0},"41":{"tf":1.0}}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"163":{"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":0,"docs":{},"v":{"df":0,"docs":{},"e":{"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":{},"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":{"120":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"132":{"tf":1.7320508075688772}}},"r":{"df":0,"docs":{},"k":{"df":4,"docs":{"163":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.0},"36":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"`":{"]":{"[":{"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":{"99":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":21,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"114":{"tf":1.0},"116":{"tf":1.0},"128":{"tf":1.0},"159":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0},"86":{"tf":2.0},"87":{"tf":2.0},"96":{"tf":1.7320508075688772},"99":{"tf":2.23606797749979}},"m":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"160":{"tf":1.0},"36":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"x":{"_":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"51":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"69":{"tf":1.0},"94":{"tf":2.23606797749979},"95":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"_":{"d":{"b":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"b":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}},"df":4,"docs":{"128":{"tf":1.7320508075688772},"130":{"tf":1.0},"39":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}}}}}},"d":{"df":2,"docs":{"145":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951}},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"145":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":2,"docs":{"145":{"tf":1.0},"39":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"137":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"124":{"tf":1.0},"125":{"tf":1.4142135623730951},"131":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":4,"docs":{"110":{"tf":1.0},"116":{"tf":1.0},"133":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"134":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"138":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":3,"docs":{"145":{"tf":1.0},"146":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"163":{"tf":1.0}}},"s":{"a":{"df":0,"docs":{},"g":{"df":9,"docs":{"121":{"tf":1.0},"123":{"tf":1.4142135623730951},"124":{"tf":1.0},"132":{"tf":1.0},"137":{"tf":1.0},"145":{"tf":1.0},"4":{"tf":1.0},"75":{"tf":1.0},"78":{"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":3,"docs":{"109":{"tf":1.0},"63":{"tf":1.4142135623730951},"99":{"tf":1.0}},"}":{"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":{"63":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":26,"docs":{"100":{"tf":1.0},"105":{"tf":1.0},"108":{"tf":1.4142135623730951},"110":{"tf":1.0},"112":{"tf":1.7320508075688772},"113":{"tf":1.4142135623730951},"114":{"tf":1.7320508075688772},"116":{"tf":2.0},"119":{"tf":1.0},"134":{"tf":1.7320508075688772},"141":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":2.6457513110645907},"46":{"tf":2.23606797749979},"48":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":2.6457513110645907},"53":{"tf":1.4142135623730951},"54":{"tf":2.0},"56":{"tf":1.0},"63":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.7320508075688772}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":9,"docs":{"103":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"108":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.0},"62":{"tf":1.0},"81":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":2,"docs":{"124":{"tf":1.4142135623730951},"126":{"tf":1.0}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":5,"docs":{"118":{"tf":1.4142135623730951},"5":{"tf":1.0},"7":{"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},"100":{"tf":1.0},"109":{"tf":1.0},"114":{"tf":1.0},"127":{"tf":1.4142135623730951},"128":{"tf":1.0},"129":{"tf":2.449489742783178},"130":{"tf":1.7320508075688772},"131":{"tf":2.449489742783178},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"155":{"tf":2.449489742783178},"158":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.7320508075688772},"3":{"tf":1.0},"70":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"32":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":5,"docs":{"63":{"tf":1.4142135623730951},"74":{"tf":1.0},"86":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"138":{"tf":1.0}}}}},"m":{"d":{"b":{"df":1,"docs":{"39":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"d":{"df":1,"docs":{"123":{"tf":1.0}},"e":{"df":9,"docs":{"127":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"154":{"tf":2.0},"18":{"tf":1.0},"48":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":1.4142135623730951},"68":{"tf":1.0}}},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"120":{"tf":1.0}},"i":{"df":1,"docs":{"66":{"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":22,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"112":{"tf":1.0},"12":{"tf":1.0},"131":{"tf":1.4142135623730951},"132":{"tf":1.0},"135":{"tf":1.0},"14":{"tf":1.0},"150":{"tf":1.0},"160":{"tf":1.0},"19":{"tf":1.0},"36":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"4":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"69":{"tf":1.0},"99":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"105":{"tf":1.0},"12":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"14":{"tf":1.0},"36":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"132":{"tf":1.0},"145":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":8,"docs":{"0":{"tf":1.0},"1":{"tf":1.7320508075688772},"157":{"tf":1.0},"163":{"tf":1.4142135623730951},"2":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0}}}},"df":10,"docs":{"132":{"tf":1.0},"140":{"tf":1.4142135623730951},"145":{"tf":1.0},"160":{"tf":1.0},"2":{"tf":1.0},"36":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"87":{"tf":1.0}}}}}}},"t":{"df":2,"docs":{"118":{"tf":1.4142135623730951},"122":{"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":{"141":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"112":{"tf":1.0},"116":{"tf":1.0},"144":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"73":{"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":{"112":{"tf":1.0},"62":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"103":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"98":{"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":48,"docs":{"102":{"tf":1.0},"103":{"tf":2.0},"106":{"tf":1.0},"107":{"tf":1.4142135623730951},"111":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"131":{"tf":1.7320508075688772},"134":{"tf":1.4142135623730951},"142":{"tf":1.7320508075688772},"144":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.4142135623730951},"53":{"tf":1.0},"55":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":2.0},"84":{"tf":1.0},"85":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":2.0},"99":{"tf":2.23606797749979}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":4,"docs":{"140":{"tf":1.4142135623730951},"142":{"tf":1.4142135623730951},"143":{"tf":2.0},"36":{"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":1,"docs":{"126":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"163":{"tf":1.0}}}}}},"c":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"17":{"tf":1.7320508075688772}}}},"df":2,"docs":{"120":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951}}},"d":{"df":0,"docs":{},"u":{"2":{"df":1,"docs":{"36":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":1,"docs":{"94":{"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},"51":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"138":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":14,"docs":{"117":{"tf":1.4142135623730951},"119":{"tf":1.0},"120":{"tf":1.0},"123":{"tf":1.4142135623730951},"133":{"tf":1.0},"134":{"tf":1.0},"146":{"tf":1.4142135623730951},"159":{"tf":1.0},"160":{"tf":1.0},"163":{"tf":1.0},"27":{"tf":1.0},"36":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}},"t":{"c":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"120":{"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":{"86":{"tf":1.0}}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":7,"docs":{"120":{"tf":1.0},"123":{"tf":1.0},"14":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.0},"4":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}},"w":{"df":5,"docs":{"124":{"tf":1.0},"129":{"tf":1.0},"154":{"tf":1.0},"26":{"tf":1.4142135623730951},"50":{"tf":1.0}}},"x":{"df":0,"docs":{},"t":{"df":8,"docs":{"120":{"tf":1.0},"161":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"29":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"34":{"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":{"46":{"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":{"129":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":4,"docs":{"22":{"tf":1.0},"26":{"tf":1.0},"35":{"tf":1.0},"36":{"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":{"114":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"n":{"c":{"df":1,"docs":{"126":{"tf":2.0}}},"df":5,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.0},"39":{"tf":1.0}},"e":{"df":5,"docs":{"120":{"tf":1.4142135623730951},"33":{"tf":1.0},"87":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"160":{"tf":1.0},"36":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"86":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":8,"docs":{"129":{"tf":1.0},"130":{"tf":1.0},"145":{"tf":1.0},"50":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}},"h":{"df":2,"docs":{"67":{"tf":1.0},"74":{"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":{"114":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"w":{"df":17,"docs":{"105":{"tf":1.0},"109":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.4142135623730951},"123":{"tf":1.0},"146":{"tf":1.0},"159":{"tf":1.0},"22":{"tf":1.0},"23":{"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},"54":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"78":{"tf":1.0},"99":{"tf":2.449489742783178}}}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":16,"docs":{"100":{"tf":1.4142135623730951},"11":{"tf":1.0},"114":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":2.6457513110645907},"130":{"tf":1.7320508075688772},"132":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":2.6457513110645907},"138":{"tf":3.1622776601683795},"158":{"tf":1.0},"50":{"tf":1.0},"63":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"94":{"tf":1.7320508075688772},"95":{"tf":1.0}}}}},"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":15,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"118":{"tf":1.0},"43":{"tf":1.4142135623730951},"48":{"tf":2.6457513110645907},"51":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"63":{"tf":2.0},"67":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0},"86":{"tf":1.7320508075688772},"91":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":2.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":4,"docs":{"105":{"tf":1.0},"11":{"tf":1.0},"163":{"tf":1.4142135623730951},"54":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"129":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0}},"r":{"df":1,"docs":{"94":{"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":{"112":{"tf":1.0},"116":{"tf":1.0},"43":{"tf":1.0},"46":{"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":{"119":{"tf":1.0},"123":{"tf":1.4142135623730951}}}}}}},"df":2,"docs":{"118":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951}}},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":10,"docs":{"103":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.4142135623730951},"73":{"tf":1.0},"74":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":7,"docs":{"66":{"tf":1.0},"67":{"tf":1.4142135623730951},"73":{"tf":1.0},"74":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.4142135623730951},"99":{"tf":1.0}}}}}}},"c":{"df":1,"docs":{"36":{"tf":1.0}}},"df":20,"docs":{"117":{"tf":1.0},"125":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.4142135623730951},"135":{"tf":1.0},"154":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.4142135623730951},"23":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.4142135623730951},"44":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":1.0},"60":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":3,"docs":{"63":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"o":{"df":2,"docs":{"13":{"tf":1.0},"44":{"tf":1.0}}}},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"5":{"tf":1.0},"55":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"1":{"tf":1.0},"163":{"tf":1.4142135623730951},"24":{"tf":1.0}}},"r":{"df":3,"docs":{"124":{"tf":1.0},"2":{"tf":1.0},"86":{"tf":1.0}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"117":{"tf":1.0},"118":{"tf":1.0},"50":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"94":{"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":{"119":{"tf":1.0},"123":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":20,"docs":{"104":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"132":{"tf":1.7320508075688772},"145":{"tf":1.7320508075688772},"158":{"tf":1.0},"39":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.4142135623730951},"82":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0},"99":{"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},"163":{"tf":1.4142135623730951}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"134":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"66":{"tf":1.0},"87":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"128":{"tf":1.0},"130":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"128":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"34":{"tf":1.0},"63":{"tf":1.4142135623730951},"66":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"163":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"157":{"tf":1.0}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":4,"docs":{"134":{"tf":1.0},"160":{"tf":1.0},"42":{"tf":1.0},"48":{"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":{"50":{"tf":1.0}}}}}}},"t":{"df":11,"docs":{"1":{"tf":1.0},"120":{"tf":1.0},"123":{"tf":1.4142135623730951},"158":{"tf":1.0},"2":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"54":{"tf":1.0}},"g":{"df":0,"docs":{},"o":{"df":2,"docs":{"116":{"tf":1.0},"75":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"116":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":8,"docs":{"120":{"tf":1.0},"155":{"tf":1.0},"18":{"tf":1.0},"24":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"50":{"tf":1.0},"75":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":11,"docs":{"12":{"tf":1.0},"120":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"130":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"45":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"124":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":4,"docs":{"0":{"tf":1.0},"117":{"tf":1.0},"133":{"tf":1.0},"32":{"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":{"123":{"tf":1.0}}}}}}}},"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"123":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"52":{"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":{"126":{"tf":1.4142135623730951}}}}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"126":{"tf":1.4142135623730951}}}}}},"df":54,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"116":{"tf":2.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"120":{"tf":1.7320508075688772},"126":{"tf":1.4142135623730951},"129":{"tf":2.6457513110645907},"131":{"tf":1.0},"134":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"160":{"tf":1.7320508075688772},"17":{"tf":1.4142135623730951},"19":{"tf":2.0},"26":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.4142135623730951},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":2.0},"43":{"tf":1.0},"44":{"tf":2.0},"48":{"tf":1.7320508075688772},"49":{"tf":1.4142135623730951},"50":{"tf":4.358898943540674},"51":{"tf":1.4142135623730951},"52":{"tf":3.0},"53":{"tf":1.0},"54":{"tf":3.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":2.449489742783178},"66":{"tf":1.0},"67":{"tf":1.0},"71":{"tf":1.7320508075688772},"75":{"tf":1.4142135623730951},"79":{"tf":1.0},"86":{"tf":1.4142135623730951},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":2.0},"92":{"tf":1.0},"94":{"tf":3.0},"95":{"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":{"42":{"tf":1.4142135623730951},"44":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":2,"docs":{"122":{"tf":1.0},"123":{"tf":1.0}}},"t":{"df":3,"docs":{"12":{"tf":1.0},"134":{"tf":1.4142135623730951},"34":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"42":{"tf":1.0},"55":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":2,"docs":{"162":{"tf":1.0},"44":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"s":{"df":12,"docs":{"101":{"tf":1.7320508075688772},"120":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"160":{"tf":1.0},"22":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"71":{"tf":1.0},"79":{"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":{"118":{"tf":1.0}}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"132":{"tf":1.0},"145":{"tf":1.0},"148":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"132":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"2":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}}}},"y":{"df":1,"docs":{"66":{"tf":1.0}}}},"df":2,"docs":{"132":{"tf":1.0},"39":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"134":{"tf":1.0},"160":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":4,"docs":{"11":{"tf":2.23606797749979},"150":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"o":{"d":{"df":5,"docs":{"138":{"tf":1.0},"44":{"tf":1.0},"51":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"33":{"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":{}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"140":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"g":{"'":{"df":1,"docs":{"126":{"tf":1.0}}},"_":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"126":{"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":{"126":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"124":{"tf":1.0},"125":{"tf":2.0}}}},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"134":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"118":{"tf":1.0},"50":{"tf":2.23606797749979}}}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"43":{"tf":1.0},"66":{"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":{"146":{"tf":1.0}}},".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"33":{"tf":1.0},"34":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":8,"docs":{"129":{"tf":1.0},"132":{"tf":1.4142135623730951},"145":{"tf":2.23606797749979},"146":{"tf":3.1622776601683795},"160":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"47":{"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},"163":{"tf":1.0},"3":{"tf":1.0},"48":{"tf":1.0}}}}}}},"y":{"df":4,"docs":{"23":{"tf":1.4142135623730951},"27":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"117":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"147":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951}}}}}}},"o":{"d":{"df":3,"docs":{"143":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"34":{"tf":1.7320508075688772}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"11":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0},"34":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"90":{"tf":1.4142135623730951},"91":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"34":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":4,"docs":{"160":{"tf":1.0},"22":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"132":{"tf":1.0}}}},"df":5,"docs":{"116":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"154":{"tf":1.0},"52":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"t":{"(":{"df":2,"docs":{"33":{"tf":1.0},"37":{"tf":1.0}}},"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"158":{"tf":1.0}}}}},"df":38,"docs":{"118":{"tf":1.0},"120":{"tf":1.7320508075688772},"123":{"tf":1.0},"124":{"tf":1.0},"129":{"tf":2.449489742783178},"132":{"tf":2.0},"134":{"tf":1.0},"140":{"tf":2.23606797749979},"144":{"tf":1.7320508075688772},"145":{"tf":2.23606797749979},"146":{"tf":2.23606797749979},"149":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"39":{"tf":2.449489742783178},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"44":{"tf":2.0},"48":{"tf":2.0},"54":{"tf":1.0},"66":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.4142135623730951},"86":{"tf":2.0},"91":{"tf":1.0},"92":{"tf":1.0}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"86":{"tf":1.0}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":7,"docs":{"11":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.4142135623730951},"38":{"tf":1.0},"4":{"tf":1.0},"94":{"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":{"46":{"tf":1.0},"94":{"tf":1.0},"99":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"161":{"tf":1.0},"163":{"tf":1.0},"37":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"94":{"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":{"52":{"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":{"50":{"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":{"128":{"tf":1.0},"130":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"128":{"tf":1.0},"130":{"tf":1.0}}}},"df":0,"docs":{}}},"df":10,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"128":{"tf":1.7320508075688772},"130":{"tf":1.0},"48":{"tf":1.0},"59":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"81":{"tf":1.0},"98":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"74":{"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":{"49":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"162":{"tf":1.0},"45":{"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":{"157":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":3,"docs":{"110":{"tf":1.0},"163":{"tf":1.0},"23":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"39":{"tf":1.0},"4":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"14":{"tf":1.0},"154":{"tf":1.0}}}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"120":{"tf":1.0},"132":{"tf":1.4142135623730951},"145":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":1.7320508075688772}}}},"v":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"160":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"o":{"b":{"df":0,"docs":{},"e":{"df":2,"docs":{"153":{"tf":1.0},"154":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":16,"docs":{"100":{"tf":1.0},"11":{"tf":1.0},"129":{"tf":1.0},"134":{"tf":1.0},"163":{"tf":1.0},"17":{"tf":1.4142135623730951},"2":{"tf":1.0},"22":{"tf":1.0},"33":{"tf":1.4142135623730951},"36":{"tf":1.0},"42":{"tf":1.4142135623730951},"48":{"tf":1.0},"50":{"tf":2.23606797749979},"52":{"tf":2.0},"87":{"tf":1.0},"94":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.0},"145":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"132":{"tf":1.0},"14":{"tf":1.4142135623730951},"163":{"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":{"155":{"tf":1.0},"24":{"tf":1.0}}}}}}}},"p":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":12,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"48":{"tf":2.23606797749979},"55":{"tf":1.0},"63":{"tf":2.0},"67":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0},"86":{"tf":1.7320508075688772},"91":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":2.0}}}}}}},"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":{"123":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":2,"docs":{"121":{"tf":1.0},"123":{"tf":2.0}}}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"13":{"tf":1.0},"163":{"tf":1.4142135623730951},"36":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"3":{"df":1,"docs":{"123":{"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":{"123":{"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":{"123":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":2,"docs":{"121":{"tf":1.0},"123":{"tf":2.0}}}}},"c":{"df":1,"docs":{"123":{"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":{"126":{"tf":1.0}}}}}}},"df":9,"docs":{"124":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"132":{"tf":1.0},"133":{"tf":1.7320508075688772},"145":{"tf":1.0},"149":{"tf":1.0},"158":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.0}}}}},"df":2,"docs":{"123":{"tf":2.0},"134":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":48,"docs":{"1":{"tf":1.0},"110":{"tf":1.4142135623730951},"112":{"tf":1.0},"114":{"tf":1.4142135623730951},"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"124":{"tf":1.7320508075688772},"127":{"tf":1.0},"128":{"tf":1.0},"13":{"tf":1.0},"130":{"tf":1.0},"132":{"tf":3.0},"133":{"tf":1.4142135623730951},"134":{"tf":2.6457513110645907},"135":{"tf":1.0},"138":{"tf":1.4142135623730951},"139":{"tf":2.23606797749979},"140":{"tf":1.4142135623730951},"142":{"tf":1.4142135623730951},"143":{"tf":1.0},"144":{"tf":1.4142135623730951},"145":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.7320508075688772},"157":{"tf":1.0},"158":{"tf":1.4142135623730951},"160":{"tf":1.0},"163":{"tf":1.4142135623730951},"2":{"tf":1.0},"22":{"tf":1.0},"32":{"tf":1.7320508075688772},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.4142135623730951},"5":{"tf":1.0},"56":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":1.4142135623730951},"71":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"df":0,"docs":{},"i":{"df":51,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":2.6457513110645907},"126":{"tf":1.7320508075688772},"127":{"tf":1.4142135623730951},"129":{"tf":3.1622776601683795},"13":{"tf":1.0},"130":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":2.0},"134":{"tf":2.449489742783178},"135":{"tf":1.0},"137":{"tf":3.7416573867739413},"138":{"tf":3.4641016151377544},"139":{"tf":1.0},"14":{"tf":1.0},"140":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.7320508075688772},"145":{"tf":1.7320508075688772},"146":{"tf":2.23606797749979},"148":{"tf":1.0},"154":{"tf":2.0},"155":{"tf":1.4142135623730951},"157":{"tf":1.0},"158":{"tf":2.6457513110645907},"159":{"tf":3.3166247903554},"160":{"tf":4.242640687119285},"163":{"tf":1.4142135623730951},"18":{"tf":1.7320508075688772},"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},"39":{"tf":2.8284271247461903},"4":{"tf":2.449489742783178},"41":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"46":{"tf":2.0},"48":{"tf":2.0},"51":{"tf":1.0},"66":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.4142135623730951}}},"y":{"'":{"df":4,"docs":{"133":{"tf":1.0},"138":{"tf":1.0},"158":{"tf":1.0},"51":{"tf":1.0}}},".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"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":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"120":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"120":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"158":{"tf":1.4142135623730951},"160":{"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},"105":{"tf":1.0},"146":{"tf":1.0}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"124":{"tf":1.0},"150":{"tf":1.0},"36":{"tf":1.0},"44":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"132":{"tf":1.0}}}},"t":{"df":2,"docs":{"159":{"tf":1.0},"53":{"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":{"39":{"tf":1.0}}}}}}},"df":4,"docs":{"124":{"tf":1.4142135623730951},"125":{"tf":1.7320508075688772},"39":{"tf":1.4142135623730951},"4":{"tf":1.0}}}}},"df":2,"docs":{"39":{"tf":1.0},"4":{"tf":1.0}},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":1,"docs":{"126":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"146":{"tf":1.0},"151":{"tf":1.0},"34":{"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":7,"docs":{"146":{"tf":1.0},"15":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"4":{"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":{"133":{"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":{".":{"4":{".":{"0":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"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},"131":{"tf":1.0},"134":{"tf":1.4142135623730951},"160":{"tf":1.0},"163":{"tf":1.4142135623730951},"19":{"tf":1.0},"2":{"tf":1.0},"32":{"tf":1.0},"45":{"tf":1.4142135623730951},"50":{"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":2,"docs":{"113":{"tf":1.0},"53":{"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":{"142":{"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":2,"docs":{"141":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772}}}}}}}},"df":5,"docs":{"112":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"144":{"tf":1.0},"43":{"tf":1.4142135623730951},"46":{"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":8,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"116":{"tf":1.0},"142":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"81":{"tf":1.0},"98":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":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":2,"docs":{"65":{"tf":1.0},"66":{"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":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"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":{},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":2,"docs":{"72":{"tf":1.0},"73":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"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":{"144":{"tf":1.0},"51":{"tf":1.0},"77":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"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":{"76":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"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":{"103":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"98":{"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":{},"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":{"84":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"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":{"89":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"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":{"51":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"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":{"103":{"tf":1.0},"81":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":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":{"102":{"tf":1.0},"103":{"tf":1.0},"81":{"tf":1.0},"98":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":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":{"106":{"tf":1.0},"107":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"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":4,"docs":{"111":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"142":{"tf":1.0}}}}}}}}}}}},"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":7,"docs":{"120":{"tf":1.0},"123":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":1.7320508075688772},"4":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{}}},"2":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"146":{"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":{":":{":":{"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":{"103":{"tf":1.0},"107":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"144":{"tf":1.0},"51":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"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":1,"docs":{"120":{"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":{},"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":{"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":{"120":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"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":{"118":{"tf":1.0},"119":{"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":{"123":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"m":{"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":{"52":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"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":{"120":{"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":{"120":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":1,"docs":{"150":{"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":{"151":{"tf":1.0},"4":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"129":{"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":{"129":{"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":{"129":{"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":1,"docs":{"39":{"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":{"129":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"45":{"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":{"131":{"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":{"109":{"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":{"131":{"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":{"70":{"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":{"70":{"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":{"100":{"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":{"100":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"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":{"131":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"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":{"114":{"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":{"131":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"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":{"145":{"tf":1.0},"39":{"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":2,"docs":{"132":{"tf":1.0},"39":{"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":{"138":{"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":{"138":{"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":{"138":{"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":{"138":{"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":{"138":{"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":{"138":{"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":{"138":{"tf":1.0}}}}}},"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":{"145":{"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":{"129":{"tf":1.0}}}}}}}}}}}},"df":1,"docs":{"126":{"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":{"129":{"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":{"129":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"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":{"129":{"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":{"132":{"tf":1.0},"145":{"tf":1.0},"39":{"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":{"39":{"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":1,"docs":{"132":{"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":{"130":{"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":{"130":{"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":{"130":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"u":{"b":{"_":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"132":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"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":{"137":{"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":{"137":{"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":{"137":{"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":{"137":{"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":{"137":{"tf":1.0}}}}}},"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":1,"docs":{"132":{"tf":1.0}}}}}},"df":72,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"12":{"tf":1.7320508075688772},"120":{"tf":2.23606797749979},"123":{"tf":1.0},"124":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.7320508075688772},"13":{"tf":1.4142135623730951},"132":{"tf":2.23606797749979},"133":{"tf":1.4142135623730951},"134":{"tf":2.0},"135":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.4142135623730951},"14":{"tf":1.0},"140":{"tf":1.0},"142":{"tf":1.7320508075688772},"143":{"tf":2.0},"144":{"tf":1.4142135623730951},"145":{"tf":2.0},"146":{"tf":2.0},"147":{"tf":1.4142135623730951},"148":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":2.0},"151":{"tf":1.0},"154":{"tf":1.7320508075688772},"157":{"tf":1.7320508075688772},"158":{"tf":2.23606797749979},"159":{"tf":1.7320508075688772},"16":{"tf":1.4142135623730951},"160":{"tf":2.449489742783178},"163":{"tf":1.4142135623730951},"18":{"tf":2.0},"19":{"tf":1.4142135623730951},"2":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":2.23606797749979},"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.4641016151377544},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":3.3166247903554},"38":{"tf":1.0},"39":{"tf":2.23606797749979},"4":{"tf":3.4641016151377544},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":2.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"5":{"tf":1.7320508075688772},"50":{"tf":1.7320508075688772},"53":{"tf":1.0},"54":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"116":{"tf":1.0},"36":{"tf":1.0},"91":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"g":{"df":2,"docs":{"134":{"tf":1.0},"86":{"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":{"86":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"94":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"158":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":2.23606797749979},"95":{"tf":1.0}}}}},"b":{"a":{"c":{"df":2,"docs":{"143":{"tf":1.0},"33":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"132":{"tf":1.0}},"e":{"a":{"d":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"118":{"tf":1.0},"122":{"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":{"131":{"tf":1.0}}}}}}},"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":{"118":{"tf":1.0},"122":{"tf":1.0}}}}}}}}},"df":8,"docs":{"108":{"tf":1.0},"118":{"tf":1.4142135623730951},"129":{"tf":2.0},"131":{"tf":1.0},"38":{"tf":1.0},"52":{"tf":1.0},"74":{"tf":1.0},"86":{"tf":1.0}},"i":{"df":8,"docs":{"154":{"tf":1.7320508075688772},"22":{"tf":1.7320508075688772},"26":{"tf":1.7320508075688772},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":2.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.0}}},"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}},"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":{},"i":{"df":1,"docs":{"37":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"114":{"tf":1.4142135623730951},"129":{"tf":1.0},"14":{"tf":1.0},"69":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":19,"docs":{"118":{"tf":1.4142135623730951},"126":{"tf":1.0},"129":{"tf":2.0},"137":{"tf":1.7320508075688772},"138":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"160":{"tf":1.4142135623730951},"17":{"tf":1.0},"19":{"tf":1.0},"33":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":2.6457513110645907},"70":{"tf":1.4142135623730951},"88":{"tf":1.0},"92":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"129":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"11":{"tf":1.0},"150":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"d":{"df":3,"docs":{"27":{"tf":1.0},"35":{"tf":1.0},"36":{"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":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"158":{"tf":1.0},"160":{"tf":1.4142135623730951},"2":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":9,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.4142135623730951},"67":{"tf":1.7320508075688772},"74":{"tf":1.4142135623730951},"86":{"tf":2.449489742783178},"91":{"tf":1.0},"99":{"tf":2.6457513110645907}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"158":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"c":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"129":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":2,"docs":{"60":{"tf":1.0},"63":{"tf":1.0}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"132":{"tf":2.23606797749979}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"60":{"tf":1.4142135623730951},"63":{"tf":1.0}}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"134":{"tf":1.7320508075688772},"137":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"y":{"'":{"df":2,"docs":{"145":{"tf":1.0},"146":{"tf":1.0}}},"df":5,"docs":{"132":{"tf":1.7320508075688772},"145":{"tf":3.1622776601683795},"146":{"tf":4.242640687119285},"39":{"tf":1.0},"4":{"tf":1.7320508075688772}}}},"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":{},"v":{"df":1,"docs":{"134":{"tf":1.0}}}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"120":{"tf":1.0}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"39":{"tf":1.0},"48":{"tf":1.0}}},"v":{"df":12,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"116":{"tf":1.4142135623730951},"123":{"tf":1.0},"131":{"tf":1.0},"142":{"tf":1.0},"2":{"tf":1.0},"52":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":2.0},"81":{"tf":1.0},"98":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"148":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":3,"docs":{"24":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":1,"docs":{"126":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"145":{"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":{"157":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":13,"docs":{"108":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"122":{"tf":1.0},"146":{"tf":1.0},"40":{"tf":1.4142135623730951},"44":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0},"74":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"156":{"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":{"138":{"tf":1.4142135623730951}}}}}},"df":5,"docs":{"138":{"tf":2.0},"145":{"tf":1.4142135623730951},"146":{"tf":1.0},"39":{"tf":1.4142135623730951},"87":{"tf":2.449489742783178}}}}},"i":{"df":0,"docs":{},"r":{"df":18,"docs":{"108":{"tf":1.0},"123":{"tf":1.0},"128":{"tf":1.0},"16":{"tf":1.0},"163":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.4142135623730951},"55":{"tf":1.0},"63":{"tf":2.0},"67":{"tf":1.0},"74":{"tf":1.0},"86":{"tf":1.7320508075688772},"95":{"tf":1.0},"99":{"tf":1.7320508075688772}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"43":{"tf":1.0}}}}},"i":{"d":{"df":2,"docs":{"116":{"tf":1.0},"148":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":8,"docs":{"133":{"tf":1.7320508075688772},"134":{"tf":2.8284271247461903},"137":{"tf":1.0},"138":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"140":{"tf":1.0},"22":{"tf":1.0},"33":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"141":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":4,"docs":{"118":{"tf":1.0},"128":{"tf":1.0},"132":{"tf":1.0},"138":{"tf":1.7320508075688772}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"33":{"tf":1.0},"34":{"tf":1.0}}}}},"df":1,"docs":{"134":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"119":{"tf":1.0},"123":{"tf":1.4142135623730951}}}}}}},"df":6,"docs":{"118":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"133":{"tf":1.0},"134":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":4,"docs":{"113":{"tf":1.0},"39":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":6,"docs":{"118":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.4142135623730951},"156":{"tf":1.0},"60":{"tf":1.0},"66":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"1":{"tf":1.0},"160":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"50":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"161":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"158":{"tf":1.0}}}}},"o":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"90":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"]":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"148":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"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":{"90":{"tf":1.0},"91":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"90":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":17,"docs":{"147":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":2.0},"37":{"tf":2.23606797749979},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.7320508075688772},"56":{"tf":1.0},"71":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":5,"docs":{"143":{"tf":1.0},"158":{"tf":1.0},"83":{"tf":1.0},"86":{"tf":2.23606797749979},"87":{"tf":2.23606797749979}}}},"n":{"df":35,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.7320508075688772},"13":{"tf":1.0},"132":{"tf":1.4142135623730951},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"143":{"tf":1.7320508075688772},"144":{"tf":1.7320508075688772},"145":{"tf":1.7320508075688772},"146":{"tf":1.7320508075688772},"154":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.7320508075688772},"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},"39":{"tf":1.4142135623730951},"4":{"tf":2.8284271247461903},"45":{"tf":1.0},"99":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"120":{"tf":1.0},"131":{"tf":1.0},"133":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"150":{"tf":1.4142135623730951}}}}}},"df":18,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"12":{"tf":2.0},"123":{"tf":1.4142135623730951},"13":{"tf":1.0},"14":{"tf":1.0},"160":{"tf":1.0},"3":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"99":{"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":9,"docs":{"145":{"tf":1.0},"146":{"tf":1.4142135623730951},"158":{"tf":1.0},"159":{"tf":1.0},"36":{"tf":1.4142135623730951},"44":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"87":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"115":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"2":{"tf":1.0}}}},"w":{"df":1,"docs":{"36":{"tf":1.0}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":3,"docs":{"1":{"tf":1.0},"129":{"tf":1.0},"163":{"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":{"50":{"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":{"108":{"tf":1.0},"113":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":15,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"144":{"tf":1.0},"4":{"tf":1.4142135623730951},"45":{"tf":1.0},"48":{"tf":1.7320508075688772},"55":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0},"99":{"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":{"122":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"123":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"k":{"df":3,"docs":{"148":{"tf":1.4142135623730951},"159":{"tf":1.0},"160":{"tf":1.0}}},"p":{"4":{"df":0,"docs":{},"k":{"df":2,"docs":{"22":{"tf":1.0},"26":{"tf":1.0}}}},"df":0,"docs":{}}},"df":4,"docs":{"137":{"tf":1.0},"141":{"tf":1.0},"34":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"148":{"tf":1.0}}}},"df":0,"docs":{}}},"c":{"df":2,"docs":{"145":{"tf":1.0},"39":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"d":{"df":8,"docs":{"129":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.0},"51":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"36":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"1":{"tf":1.0},"116":{"tf":1.0},"160":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":17,"docs":{"12":{"tf":1.0},"129":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"146":{"tf":1.0},"150":{"tf":1.0},"155":{"tf":1.4142135623730951},"18":{"tf":1.0},"19":{"tf":1.0},"24":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"36":{"tf":2.23606797749979},"4":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0}},"m":{"df":2,"docs":{"14":{"tf":1.0},"163":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"52":{"tf":1.0},"90":{"tf":1.4142135623730951}}}},"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":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":1,"docs":{"122":{"tf":1.4142135623730951}}}}},"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":{"123":{"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":{"123":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"]":{"'":{"df":2,"docs":{"108":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"123":{"tf":1.4142135623730951}}}},"n":{"d":{"df":17,"docs":{"110":{"tf":1.0},"120":{"tf":1.4142135623730951},"129":{"tf":2.0},"142":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.4142135623730951},"154":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"17":{"tf":1.0},"19":{"tf":1.7320508075688772},"39":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.7320508075688772}}},"df":0,"docs":{},"s":{"df":2,"docs":{"14":{"tf":1.0},"2":{"tf":1.0}}},"t":{"df":13,"docs":{"110":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":1.4142135623730951},"126":{"tf":2.0},"129":{"tf":1.4142135623730951},"138":{"tf":1.7320508075688772},"160":{"tf":1.0},"27":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"48":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":6,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"141":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":1,"docs":{"126":{"tf":1.7320508075688772}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"50":{"tf":1.0},"51":{"tf":1.7320508075688772},"52":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"d":{"df":2,"docs":{"121":{"tf":1.0},"122":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"122":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":1,"docs":{"56":{"tf":1.0}}},"v":{"df":3,"docs":{"132":{"tf":1.0},"133":{"tf":1.0},"44":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"'":{"df":3,"docs":{"120":{"tf":1.0},"126":{"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":{"126":{"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":{"126":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":37,"docs":{"0":{"tf":1.0},"1":{"tf":1.7320508075688772},"120":{"tf":2.0},"121":{"tf":1.0},"123":{"tf":1.0},"132":{"tf":1.7320508075688772},"133":{"tf":2.0},"135":{"tf":1.4142135623730951},"137":{"tf":3.3166247903554},"138":{"tf":1.7320508075688772},"139":{"tf":1.0},"140":{"tf":1.0},"143":{"tf":1.0},"145":{"tf":2.0},"146":{"tf":1.7320508075688772},"151":{"tf":1.0},"154":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":3.605551275463989},"159":{"tf":2.6457513110645907},"160":{"tf":4.242640687119285},"163":{"tf":2.23606797749979},"2":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"3":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"44":{"tf":2.0},"48":{"tf":2.0},"64":{"tf":1.0},"66":{"tf":1.4142135623730951}}}},"i":{"c":{"df":20,"docs":{"120":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"132":{"tf":1.4142135623730951},"133":{"tf":1.0},"134":{"tf":1.7320508075688772},"143":{"tf":1.0},"145":{"tf":3.7416573867739413},"146":{"tf":2.0},"149":{"tf":1.0},"160":{"tf":1.0},"163":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"33":{"tf":2.0},"34":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"37":{"tf":2.23606797749979},"39":{"tf":1.4142135623730951},"4":{"tf":3.4641016151377544}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"129":{"tf":2.23606797749979},"130":{"tf":2.449489742783178},"36":{"tf":1.0},"44":{"tf":3.4641016151377544}}}}}}},"t":{"df":21,"docs":{"1":{"tf":1.0},"131":{"tf":1.7320508075688772},"132":{"tf":1.7320508075688772},"133":{"tf":1.7320508075688772},"14":{"tf":1.0},"141":{"tf":1.7320508075688772},"146":{"tf":2.23606797749979},"150":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"22":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"52":{"tf":1.4142135623730951},"63":{"tf":2.0},"66":{"tf":1.0},"83":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"120":{"tf":1.0},"133":{"tf":1.0},"146":{"tf":1.4142135623730951}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"116":{"tf":1.0},"133":{"tf":1.0},"157":{"tf":1.4142135623730951},"33":{"tf":1.0},"54":{"tf":1.0}}}}}},"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":{"131":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":2,"docs":{"131":{"tf":1.0},"52":{"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":6,"docs":{"11":{"tf":1.4142135623730951},"120":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"66":{"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":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"120":{"tf":1.0}}}}},"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":{"158":{"tf":1.4142135623730951},"159":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":2.0},"26":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":4,"docs":{"116":{"tf":1.0},"13":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"133":{"tf":1.0},"36":{"tf":1.0},"50":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"133":{"tf":1.0},"96":{"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":1,"docs":{"158":{"tf":1.0}}}}},"i":{"df":1,"docs":{"43":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"139":{"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":6,"docs":{"145":{"tf":1.0},"160":{"tf":1.4142135623730951},"18":{"tf":1.0},"4":{"tf":1.4142135623730951},"51":{"tf":1.0},"99":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"117":{"tf":1.0},"142":{"tf":1.0},"146":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}}}}},"z":{"df":0,"docs":{},"e":{"df":10,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"116":{"tf":1.0},"126":{"tf":1.0},"138":{"tf":1.0},"142":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":2.0},"81":{"tf":1.0},"98":{"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":{"53":{"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":{"138":{"tf":1.0}}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"158":{"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":3,"docs":{"66":{"tf":1.0},"67":{"tf":1.4142135623730951},"69":{"tf":2.0}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"138":{"tf":2.8284271247461903}}}}}}}},"df":0,"docs":{}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"134":{"tf":1.0},"39":{"tf":1.0},"48":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"133":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"163":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"14":{"tf":1.0},"36":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":1,"docs":{"133":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":15,"docs":{"1":{"tf":1.0},"117":{"tf":1.0},"132":{"tf":1.0},"146":{"tf":1.7320508075688772},"163":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"9":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":5,"docs":{"120":{"tf":1.0},"146":{"tf":1.4142135623730951},"4":{"tf":1.0},"51":{"tf":1.0},"94":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"43":{"tf":1.4142135623730951},"66":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"14":{"tf":1.0}},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":13,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951},"12":{"tf":1.0},"131":{"tf":1.4142135623730951},"133":{"tf":1.0},"163":{"tf":1.0},"2":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"99":{"tf":1.4142135623730951}},"i":{"df":10,"docs":{"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.4142135623730951},"145":{"tf":1.0},"146":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"94":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"35":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"(":{"0":{".":{".":{"0":{"df":1,"docs":{"122":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"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":{"123":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"123":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"123":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":3,"docs":{"120":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951}}}},"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":{"129":{"tf":1.0},"49":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"159":{"tf":1.0},"160":{"tf":1.0},"3":{"tf":1.0}}}}},"r":{"d":{"df":8,"docs":{"1":{"tf":1.0},"120":{"tf":1.0},"133":{"tf":1.0},"14":{"tf":1.0},"141":{"tf":1.0},"158":{"tf":1.0},"35":{"tf":1.0},"75":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":12,"docs":{"11":{"tf":1.0},"120":{"tf":2.23606797749979},"144":{"tf":1.0},"146":{"tf":1.7320508075688772},"17":{"tf":1.0},"18":{"tf":1.7320508075688772},"21":{"tf":1.0},"31":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"59":{"tf":1.0},"86":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"133":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"e":{"df":7,"docs":{"123":{"tf":1.0},"133":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.0}}}}}}},"i":{"c":{"df":10,"docs":{"119":{"tf":1.0},"121":{"tf":1.0},"123":{"tf":1.4142135623730951},"133":{"tf":1.0},"134":{"tf":1.4142135623730951},"18":{"tf":1.0},"22":{"tf":1.0},"27":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":2.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"119":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"u":{"df":4,"docs":{"153":{"tf":1.0},"154":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"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":{"123":{"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":{"123":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"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":{"120":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"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":6,"docs":{"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":1.0},"50":{"tf":2.23606797749979}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.0},"158":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"112":{"tf":1.0},"116":{"tf":1.0},"54":{"tf":1.0},"63":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":5,"docs":{"57":{"tf":1.4142135623730951},"60":{"tf":1.0},"63":{"tf":2.23606797749979},"74":{"tf":1.0},"90":{"tf":1.0}}}}}}},"df":2,"docs":{"119":{"tf":1.0},"123":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"75":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":18,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"141":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.7320508075688772},"48":{"tf":2.449489742783178},"52":{"tf":1.0},"55":{"tf":1.0},"63":{"tf":2.23606797749979},"67":{"tf":1.4142135623730951},"74":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"86":{"tf":1.7320508075688772},"91":{"tf":1.7320508075688772},"99":{"tf":2.449489742783178}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"122":{"tf":1.7320508075688772},"126":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"_":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"132":{"tf":1.4142135623730951}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"(":{"df":3,"docs":{"132":{"tf":1.0},"145":{"tf":1.0},"4":{"tf":1.0}}},"df":4,"docs":{"132":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"39":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"a":{"d":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":1,"docs":{"132":{"tf":1.0}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"64":{"tf":1.0}}}},"t":{"df":1,"docs":{"134":{"tf":1.0}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"137":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"137":{"tf":1.0},"19":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"h":{"df":13,"docs":{"105":{"tf":1.0},"123":{"tf":1.0},"154":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"22":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"43":{"tf":1.0},"52":{"tf":1.0},"64":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":4,"docs":{"116":{"tf":1.0},"142":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"163":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"123":{"tf":1.0},"134":{"tf":2.449489742783178},"147":{"tf":1.0},"87":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":2,"docs":{"163":{"tf":1.0},"47":{"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":{"126":{"tf":1.0},"96":{"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":{"123":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"123":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":10,"docs":{"116":{"tf":1.0},"12":{"tf":1.0},"123":{"tf":1.0},"146":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"3":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"64":{"tf":1.0}}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"63":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":13,"docs":{"122":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"2":{"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},"51":{"tf":1.0},"86":{"tf":1.0}},"n":{"df":1,"docs":{"144":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"k":{"df":3,"docs":{"121":{"tf":1.0},"133":{"tf":1.0},"163":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"51":{"tf":1.0},"94":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"p":{"df":3,"docs":{"124":{"tf":1.0},"132":{"tf":1.0},"44":{"tf":1.4142135623730951}}}},"df":1,"docs":{"39":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"44":{"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},"158":{"tf":1.0}}}}}}}}},"n":{"d":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.7320508075688772},"19":{"tf":1.7320508075688772}}}}},"f":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"j":{"\"":{",":{"\"":{"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":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"\"":{":":{"[":{"df":0,"docs":{},"{":{"\"":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"\"":{":":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"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":{"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":{}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"35":{"tf":1.0}}}}}}}}},"t":{"'":{"df":2,"docs":{"123":{"tf":1.0},"146":{"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":1,"docs":{"37":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"131":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"94":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"36":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"50":{"tf":1.0}}}},"r":{"d":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"110":{"tf":1.0},"129":{"tf":1.4142135623730951},"158":{"tf":1.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"94":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":1,"docs":{"34":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":18,"docs":{"101":{"tf":1.0},"160":{"tf":1.0},"163":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":1.7320508075688772},"31":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"71":{"tf":1.0},"79":{"tf":1.0},"86":{"tf":1.0},"94":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"e":{"df":1,"docs":{"163":{"tf":1.0}}},"m":{"df":0,"docs":{},"e":{"df":12,"docs":{"12":{"tf":1.0},"126":{"tf":2.0},"129":{"tf":1.4142135623730951},"137":{"tf":1.0},"138":{"tf":1.0},"156":{"tf":1.0},"26":{"tf":1.0},"36":{"tf":1.4142135623730951},"52":{"tf":1.0},"66":{"tf":1.0},"87":{"tf":1.0},"94":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"\"":{":":{"\"":{"2":{"0":{"2":{"2":{"df":1,"docs":{"37":{"tf":2.0}}},"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":4,"docs":{"105":{"tf":2.23606797749979},"108":{"tf":1.0},"126":{"tf":2.0},"54":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"l":{"df":10,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}}}},"o":{"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":1,"docs":{"37":{"tf":2.449489742783178}}}}},"df":0,"docs":{}}},"df":17,"docs":{"110":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"114":{"tf":2.0},"116":{"tf":2.6457513110645907},"141":{"tf":1.7320508075688772},"144":{"tf":1.0},"147":{"tf":1.4142135623730951},"160":{"tf":1.0},"36":{"tf":2.6457513110645907},"37":{"tf":1.7320508075688772},"43":{"tf":1.7320508075688772},"46":{"tf":1.7320508075688772},"52":{"tf":1.4142135623730951},"54":{"tf":1.0},"56":{"tf":1.0},"71":{"tf":1.0}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":8,"docs":{"110":{"tf":1.4142135623730951},"116":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"43":{"tf":1.0},"52":{"tf":1.4142135623730951},"54":{"tf":1.0},"56":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"120":{"tf":1.0},"51":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{":":{":":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"120":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"120":{"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":{"123":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"123":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":2,"docs":{"121":{"tf":1.0},"123":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"129":{"tf":1.0},"131":{"tf":1.4142135623730951}}},"l":{"df":2,"docs":{"120":{"tf":1.0},"3":{"tf":1.0}}}},"p":{"df":2,"docs":{"139":{"tf":1.0},"163":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"134":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"130":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":8,"docs":{"100":{"tf":1.4142135623730951},"114":{"tf":1.0},"129":{"tf":2.23606797749979},"130":{"tf":1.0},"137":{"tf":2.6457513110645907},"138":{"tf":2.0},"14":{"tf":1.0},"70":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"150":{"tf":1.0}}},"k":{"df":3,"docs":{"129":{"tf":1.0},"137":{"tf":1.0},"44":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"157":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"'":{"df":1,"docs":{"83":{"tf":1.0}}},"df":14,"docs":{"158":{"tf":1.0},"160":{"tf":1.7320508075688772},"163":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":1.0},"54":{"tf":1.0},"66":{"tf":1.0},"83":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"117":{"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},"39":{"tf":1.0}}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"50":{"tf":1.0}}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"163":{"tf":1.0}}}}},"df":2,"docs":{"120":{"tf":1.0},"123":{"tf":1.0}}},"u":{"df":0,"docs":{},"e":{"df":3,"docs":{"116":{"tf":1.0},"142":{"tf":1.7320508075688772},"99":{"tf":1.4142135623730951}}}},"y":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"(":{"df":0,"docs":{},"p":{"df":1,"docs":{"123":{"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":{"119":{"tf":1.0},"123":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"120":{"tf":1.0}}}}}}},"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":{"123":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"44":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"150":{"tf":1.0},"36":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"163":{"tf":1.0}}}}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"49":{"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":{"50":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"o":{"df":7,"docs":{"117":{"tf":1.0},"12":{"tf":1.0},"123":{"tf":1.0},"141":{"tf":1.0},"163":{"tf":1.4142135623730951},"22":{"tf":1.0},"46":{"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":{"138":{"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":{"138":{"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":{"138":{"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":27,"docs":{"108":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"114":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":1.4142135623730951},"120":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":2.0},"126":{"tf":3.3166247903554},"133":{"tf":1.0},"134":{"tf":1.7320508075688772},"138":{"tf":1.4142135623730951},"19":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":4.242640687119285},"53":{"tf":1.0},"55":{"tf":2.23606797749979},"63":{"tf":3.605551275463989},"67":{"tf":1.7320508075688772},"74":{"tf":2.0},"78":{"tf":1.4142135623730951},"86":{"tf":3.4641016151377544},"91":{"tf":2.0},"95":{"tf":1.7320508075688772},"99":{"tf":4.242640687119285}}},"i":{"c":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"1":{"df":1,"docs":{"126":{"tf":2.0}}},"2":{"df":1,"docs":{"126":{"tf":1.0}}},"8":{"df":1,"docs":{"126":{"tf":2.0}}},"d":{"df":0,"docs":{},"p":{"df":23,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"120":{"tf":1.7320508075688772},"124":{"tf":1.4142135623730951},"125":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":1.0},"14":{"tf":1.0},"160":{"tf":1.4142135623730951},"163":{"tf":1.4142135623730951},"17":{"tf":2.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.7320508075688772},"22":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"37":{"tf":1.0},"39":{"tf":2.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"71":{"tf":1.0}}}},"df":3,"docs":{"120":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.7320508075688772}},"e":{"4":{"df":1,"docs":{"148":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"1":{"6":{"df":1,"docs":{"86":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"3":{"2":{"df":2,"docs":{"63":{"tf":1.4142135623730951},"95":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}},"8":{"df":2,"docs":{"74":{"tf":1.0},"99":{"tf":1.0}}},"df":1,"docs":{"95":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"141":{"tf":1.0},"148":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"63":{"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":{"163":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"145":{"tf":1.0},"146":{"tf":1.0}}}},"q":{"df":0,"docs":{},"u":{"df":3,"docs":{"126":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}}}},"t":{"df":1,"docs":{"126":{"tf":1.4142135623730951}}},"x":{"df":6,"docs":{"105":{"tf":1.0},"108":{"tf":1.0},"126":{"tf":1.4142135623730951},"45":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":1,"docs":{"60":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"13":{"tf":1.0},"147":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"159":{"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":{"137":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":7,"docs":{"154":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"124":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"145":{"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":10,"docs":{"122":{"tf":1.0},"123":{"tf":1.0},"131":{"tf":1.0},"133":{"tf":1.4142135623730951},"137":{"tf":1.7320508075688772},"138":{"tf":2.0},"144":{"tf":1.4142135623730951},"145":{"tf":1.0},"39":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{}},"df":13,"docs":{"120":{"tf":1.0},"123":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":1.0},"22":{"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},"66":{"tf":1.0},"94":{"tf":1.0}},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"148":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"133":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":10,"docs":{"118":{"tf":1.4142135623730951},"120":{"tf":1.0},"129":{"tf":1.7320508075688772},"44":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"52":{"tf":1.0},"54":{"tf":1.0},"88":{"tf":1.0},"92":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"l":{"df":4,"docs":{"135":{"tf":1.0},"138":{"tf":1.4142135623730951},"39":{"tf":1.0},"48":{"tf":1.0}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":7,"docs":{"132":{"tf":1.0},"143":{"tf":1.0},"145":{"tf":1.0},"150":{"tf":1.0},"29":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.7320508075688772}}}},"df":58,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951},"101":{"tf":1.0},"105":{"tf":1.0},"113":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.4142135623730951},"12":{"tf":1.0},"120":{"tf":1.7320508075688772},"121":{"tf":1.7320508075688772},"123":{"tf":2.0},"124":{"tf":1.0},"125":{"tf":1.0},"131":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951},"133":{"tf":1.0},"134":{"tf":2.8284271247461903},"140":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.4142135623730951},"146":{"tf":2.23606797749979},"153":{"tf":1.0},"154":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"27":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":1.7320508075688772},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.4142135623730951},"60":{"tf":1.0},"63":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"87":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"23":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"c":{"df":2,"docs":{"108":{"tf":1.0},"126":{"tf":1.4142135623730951}}},"df":0,"docs":{},"f":{"df":1,"docs":{"75":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"163":{"tf":1.0},"56":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":9,"docs":{"116":{"tf":1.0},"139":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.4142135623730951},"3":{"tf":1.0},"32":{"tf":1.0},"43":{"tf":1.0},"56":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"159":{"tf":1.0}},"i":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"df":21,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"120":{"tf":1.0},"123":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":1,"docs":{"142":{"tf":1.0}}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"142":{"tf":1.0},"55":{"tf":1.0},"75":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":21,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"137":{"tf":1.0},"141":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"46":{"tf":1.7320508075688772},"48":{"tf":1.0},"52":{"tf":1.7320508075688772},"55":{"tf":2.0},"60":{"tf":1.0},"63":{"tf":1.0},"81":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":2.449489742783178}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"150":{"tf":1.4142135623730951},"45":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":4,"docs":{"38":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"64":{"tf":1.0}}}}}}}},"df":1,"docs":{"4":{"tf":1.0}},"e":{"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":{":":{":":{"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":{"120":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"114":{"tf":1.0}}},"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"117":{"tf":1.0}},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"150":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":2,"docs":{"163":{"tf":1.0},"69":{"tf":1.0}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":25,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"120":{"tf":1.7320508075688772},"123":{"tf":1.4142135623730951},"142":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951},"44":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.4142135623730951},"51":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0},"98":{"tf":1.0}}}}}}}},"i":{"a":{"df":22,"docs":{"114":{"tf":1.0},"116":{"tf":1.0},"129":{"tf":2.0},"132":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"140":{"tf":1.0},"142":{"tf":1.0},"160":{"tf":1.4142135623730951},"19":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"69":{"tf":1.0}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":6,"docs":{"112":{"tf":1.0},"132":{"tf":1.0},"138":{"tf":1.0},"145":{"tf":1.0},"39":{"tf":1.0},"99":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"134":{"tf":1.0},"3":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"131":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"s":{"df":1,"docs":{"154":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"14":{"tf":1.0},"148":{"tf":1.0},"37":{"tf":1.0},"50":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":7,"docs":{"132":{"tf":1.4142135623730951},"139":{"tf":1.0},"140":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.4142135623730951},"163":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":5,"docs":{"123":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{},"e":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":5,"docs":{"123":{"tf":1.0},"146":{"tf":1.0},"23":{"tf":1.0},"32":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951}}}},"r":{"df":3,"docs":{"120":{"tf":1.0},"146":{"tf":1.4142135623730951},"22":{"tf":1.0}}},"v":{"df":2,"docs":{"146":{"tf":1.0},"36":{"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":{"145":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":10,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"128":{"tf":1.0},"133":{"tf":1.0},"14":{"tf":1.0},"157":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.4142135623730951},"53":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":3,"docs":{"19":{"tf":1.0},"29":{"tf":1.0},"38":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"120":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"144":{"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":{"137":{"tf":1.0},"154":{"tf":1.0},"4":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"48":{"tf":1.0},"63":{"tf":1.4142135623730951},"67":{"tf":1.0},"74":{"tf":1.4142135623730951},"86":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"148":{"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":{"94":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"120":{"tf":1.0},"123":{"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":{"117":{"tf":1.0},"133":{"tf":1.0},"139":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"56":{"tf":1.0},"94":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"159":{"tf":1.0},"160":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"36":{"tf":1.0},"50":{"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":7,"docs":{"14":{"tf":1.0},"146":{"tf":1.0},"163":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"50":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":3,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"87":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"d":{"df":1,"docs":{"133":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":1,"docs":{"94":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"66":{"tf":1.4142135623730951}}}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":3,"docs":{"120":{"tf":1.0},"51":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"118":{"tf":1.0},"122":{"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":{"118":{"tf":1.0},"122":{"tf":1.0}}}}}}}}},"df":9,"docs":{"117":{"tf":1.7320508075688772},"118":{"tf":1.4142135623730951},"129":{"tf":1.7320508075688772},"131":{"tf":1.0},"36":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"74":{"tf":1.0},"86":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}}},"x":{"d":{"df":28,"docs":{"123":{"tf":1.0},"132":{"tf":2.0},"133":{"tf":2.0},"134":{"tf":1.0},"135":{"tf":1.4142135623730951},"136":{"tf":1.0},"138":{"tf":2.0},"139":{"tf":1.4142135623730951},"140":{"tf":1.0},"142":{"tf":1.4142135623730951},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":2.0},"146":{"tf":1.4142135623730951},"154":{"tf":1.7320508075688772},"155":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"163":{"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},"43":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951}},"s":{"/":{"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":{"145":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":2,"docs":{"145":{"tf":1.0},"147":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":17,"docs":{"143":{"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.449489742783178},"37":{"tf":2.23606797749979}}}}}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":21,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.0},"144":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0},"98":{"tf":1.0}}}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"129":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"132":{"tf":2.23606797749979}}}}}}}},"breadcrumbs":{"root":{"0":{".":{"0":{"df":5,"docs":{"63":{"tf":1.4142135623730951},"74":{"tf":1.0},"86":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}},"2":{".":{"0":{"df":1,"docs":{"120":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{".":{"0":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"df":1,"docs":{"123":{"tf":1.7320508075688772}}},"8":{"df":1,"docs":{"122":{"tf":1.0}}},"df":0,"docs":{}},"1":{"df":1,"docs":{"18":{"tf":2.0}}},"7":{"/":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":10,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"2":{"2":{":":{"1":{"0":{":":{"4":{"7":{".":{"2":{"5":{"7":{"6":{"3":{"5":{"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":{"37":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"3":{"2":{"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":{"37":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"1":{"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":{"37":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":5,"docs":{"126":{"tf":1.0},"137":{"tf":1.0},"18":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":2.0}},"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":{"122":{"tf":1.0},"123":{"tf":1.0}}},"2":{"4":{".":{"0":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"/":{"1":{"df":2,"docs":{"33":{"tf":1.0},"34":{"tf":2.0}}},"df":0,"docs":{}},"0":{".":{"1":{"0":{"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":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"df":2,"docs":{"85":{"tf":1.0},"94":{"tf":1.7320508075688772}}},"4":{"df":1,"docs":{"94":{"tf":1.0}}},"df":0,"docs":{}},"df":3,"docs":{"37":{"tf":2.0},"51":{"tf":1.4142135623730951},"85":{"tf":1.0}}},"2":{"3":{".":{"0":{".":{"0":{".":{"1":{":":{"2":{"9":{"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{".":{"0":{".":{"0":{".":{"1":{":":{"2":{"6":{"0":{"0":{"0":{"df":8,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"81":{"tf":1.0},"98":{"tf":1.0}}},"1":{"df":6,"docs":{"103":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"46":{"tf":1.0},"81":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"3":{"2":{"1":{"df":2,"docs":{"120":{"tf":1.0},"123":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"0":{"0":{"0":{"df":1,"docs":{"37":{"tf":1.0}}},"1":{"df":8,"docs":{"51":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"0":{"0":{"df":1,"docs":{"125":{"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":{"146":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"9":{"9":{"9":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"120":{"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":{"147":{"tf":1.0}}},"8":{"0":{"0":{"0":{"df":1,"docs":{"144":{"tf":1.0}}},"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"2":{".":{"1":{"6":{"8":{".":{"1":{".":{"1":{":":{"7":{"0":{"0":{"1":{"df":1,"docs":{"48":{"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":{"85":{"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":{}}},"df":19,"docs":{"112":{"tf":1.0},"120":{"tf":1.0},"123":{"tf":1.0},"126":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.4142135623730951},"144":{"tf":1.0},"147":{"tf":1.0},"17":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"62":{"tf":1.0},"66":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.4142135623730951},"85":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.7320508075688772}},"m":{"2":{"3":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"x":{"7":{"df":0,"docs":{},"i":{"df":0,"docs":{},"j":{"df":0,"docs":{},"y":{"6":{"df":3,"docs":{"141":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"2":{"0":{"0":{"df":2,"docs":{"153":{"tf":1.0},"154":{"tf":1.4142135623730951}}},"2":{"2":{"df":1,"docs":{"36":{"tf":1.0}}},"3":{"df":1,"docs":{"163":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"df":0,"docs":{},"m":{"df":1,"docs":{"36":{"tf":1.7320508075688772}}}},"df":8,"docs":{"103":{"tf":1.0},"116":{"tf":1.0},"18":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"51":{"tf":1.0},"81":{"tf":1.0},"98":{"tf":1.0}}},"3":{"0":{"df":2,"docs":{"145":{"tf":1.0},"39":{"tf":1.0}}},"4":{".":{"1":{"6":{"8":{".":{"1":{"7":{"0":{".":{"5":{"1":{"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":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":10,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"116":{"tf":1.0},"142":{"tf":1.0},"19":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"62":{"tf":1.0},"81":{"tf":1.0},"98":{"tf":1.0}},"h":{"2":{"2":{"df":0,"docs":{},"m":{"df":1,"docs":{"37":{"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":{"120":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"120":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"6":{"df":2,"docs":{"36":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":5,"docs":{"23":{"tf":1.0},"27":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"44":{"tf":1.0},"94":{"tf":1.0}}},"5":{"1":{"2":{"df":1,"docs":{"50":{"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":{},"j":{"7":{"df":0,"docs":{},"q":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":2,"docs":{"25":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951}},"m":{"7":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}}},"6":{"0":{"df":1,"docs":{"44":{"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":1,"docs":{"34":{"tf":1.7320508075688772}}}},"7":{"0":{"0":{"0":{":":{"3":{"0":{"1":{"7":{"4":{"/":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"p":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"19":{"tf":1.0},"48":{"tf":1.0},"85":{"tf":1.4142135623730951}}},"1":{"df":1,"docs":{"123":{"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":{}},"df":0,"docs":{}},"5":{"3":{"3":{"df":1,"docs":{"22":{"tf":1.0}}},"4":{"df":1,"docs":{"26":{"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":2,"docs":{"124":{"tf":1.0},"39":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":1,"docs":{"33":{"tf":1.0}}},"7":{"7":{"7":{"df":3,"docs":{"120":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"0":{"0":{"df":2,"docs":{"132":{"tf":1.4142135623730951},"145":{"tf":1.4142135623730951}}},"1":{"df":1,"docs":{"146":{"tf":1.0}}},"2":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}},"9":{"6":{"5":{"c":{"4":{"4":{"6":{"d":{"df":2,"docs":{"34":{"tf":2.0},"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"0":{"0":{"df":2,"docs":{"145":{"tf":1.4142135623730951},"146":{"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":{}},"df":1,"docs":{"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":{}},"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":{"149":{"tf":1.0},"151":{"tf":1.0},"34":{"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}}}}}},"df":1,"docs":{"75":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"j":{"3":{"df":0,"docs":{},"v":{"2":{"df":0,"docs":{},"i":{"df":3,"docs":{"141":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"9":{"0":{"9":{"1":{"df":1,"docs":{"24":{"tf":1.0}}},"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}}}}},"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":{"120":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"a":{"b":{"c":{"df":3,"docs":{"103":{"tf":1.0},"81":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"158":{"tf":1.0},"3":{"tf":1.0},"50":{"tf":1.0}}}},"o":{"df":0,"docs":{},"v":{"df":9,"docs":{"1":{"tf":1.0},"159":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"51":{"tf":1.0},"66":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":6,"docs":{"105":{"tf":1.0},"118":{"tf":1.0},"126":{"tf":1.0},"145":{"tf":1.0},"4":{"tf":1.4142135623730951},"54":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":12,"docs":{"1":{"tf":1.0},"116":{"tf":1.0},"141":{"tf":1.7320508075688772},"151":{"tf":1.0},"160":{"tf":1.0},"163":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.4142135623730951},"43":{"tf":1.0},"86":{"tf":1.0},"87":{"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":{"131":{"tf":1.0}}}}}}},"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":1,"docs":{"163":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"39":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"67":{"tf":1.0},"85":{"tf":1.4142135623730951},"86":{"tf":2.0},"87":{"tf":2.0}}}},"v":{"df":4,"docs":{"129":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"145":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"118":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"d":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"d":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}}},"df":10,"docs":{"116":{"tf":1.0},"120":{"tf":1.7320508075688772},"122":{"tf":1.0},"123":{"tf":2.0},"145":{"tf":1.0},"146":{"tf":1.0},"36":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"71":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"124":{"tf":1.0},"133":{"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":2,"docs":{"48":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}}}}}}}}},"df":1,"docs":{"146":{"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":2,"docs":{"23":{"tf":1.0},"37":{"tf":1.0}}}}}},"df":38,"docs":{"103":{"tf":1.4142135623730951},"107":{"tf":1.0},"112":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"120":{"tf":1.0},"123":{"tf":1.0},"128":{"tf":1.7320508075688772},"134":{"tf":2.23606797749979},"140":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":2.6457513110645907},"151":{"tf":1.0},"160":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"43":{"tf":1.0},"46":{"tf":1.7320508075688772},"48":{"tf":2.23606797749979},"51":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.4142135623730951},"85":{"tf":1.0},"86":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0},"98":{"tf":1.4142135623730951}}}}}}},"df":7,"docs":{"124":{"tf":1.0},"131":{"tf":1.0},"133":{"tf":1.0},"141":{"tf":1.4142135623730951},"145":{"tf":1.4142135623730951},"146":{"tf":1.0},"147":{"tf":1.0}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"117":{"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":8,"docs":{"146":{"tf":2.23606797749979},"151":{"tf":1.0},"152":{"tf":1.0},"18":{"tf":1.0},"24":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":2.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":10,"docs":{"124":{"tf":1.0},"149":{"tf":2.0},"150":{"tf":1.0},"151":{"tf":1.7320508075688772},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"161":{"tf":1.0}}}}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"150":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"158":{"tf":1.0},"159":{"tf":1.0},"2":{"tf":1.0},"32":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"163":{"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":{"150":{"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":1,"docs":{"34":{"tf":1.0}}}}}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"19":{"tf":1.0},"36":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"112":{"tf":1.0},"116":{"tf":1.0},"143":{"tf":1.0},"23":{"tf":1.0},"86":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}}}},"df":7,"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}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":2,"docs":{"133":{"tf":1.0},"145":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"n":{"df":30,"docs":{"132":{"tf":1.4142135623730951},"139":{"tf":2.6457513110645907},"140":{"tf":2.0},"141":{"tf":1.0},"142":{"tf":1.7320508075688772},"143":{"tf":2.0},"145":{"tf":1.4142135623730951},"154":{"tf":1.0},"163":{"tf":2.0},"19":{"tf":1.0},"20":{"tf":1.7320508075688772},"21":{"tf":1.7320508075688772},"22":{"tf":2.6457513110645907},"23":{"tf":1.4142135623730951},"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}},"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":1,"docs":{"36":{"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":1,"docs":{"36":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"d":{"df":0,"docs":{},"k":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}},"v":{"1":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},":":{"8":{"0":{"\"":{"df":0,"docs":{},"}":{"]":{",":{"\"":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"\"":{":":{"7":{"0":{"0":{"0":{",":{"\"":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"\"":{":":{"\"":{"df":0,"docs":{},"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":{},"x":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"_":{"d":{"b":{"\"":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"34":{"tf":1.0},"36":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"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},"69":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":7,"docs":{"132":{"tf":1.0},"140":{"tf":1.0},"145":{"tf":1.0},"23":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":3.3166247903554},"37":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":8,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"63":{"tf":1.4142135623730951},"67":{"tf":1.0},"74":{"tf":1.4142135623730951},"86":{"tf":1.0},"91":{"tf":1.0},"99":{"tf":1.7320508075688772}}},"w":{"df":11,"docs":{"117":{"tf":1.0},"14":{"tf":1.0},"2":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.7320508075688772},"87":{"tf":2.23606797749979},"94":{"tf":2.0},"95":{"tf":1.0}},"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":{"54":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"126":{"tf":1.0},"52":{"tf":1.0}},"s":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"158":{"tf":1.0},"43":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"h":{"a":{"df":2,"docs":{"11":{"tf":1.0},"147":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"123":{"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":{"50":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":6,"docs":{"101":{"tf":1.0},"11":{"tf":1.0},"145":{"tf":1.0},"160":{"tf":1.4142135623730951},"79":{"tf":1.0},"94":{"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":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"163":{"tf":1.0}}}}}}},"n":{"d":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"128":{"tf":1.0},"47":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"141":{"tf":1.4142135623730951},"36":{"tf":2.449489742783178}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"125":{"tf":1.0},"160":{"tf":1.0},"19":{"tf":1.0},"34":{"tf":1.0},"52":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"99":{"tf":1.7320508075688772}}},"n":{"df":1,"docs":{"163":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":14,"docs":{"117":{"tf":1.0},"12":{"tf":1.0},"124":{"tf":2.0},"133":{"tf":2.0},"134":{"tf":2.0},"151":{"tf":1.4142135623730951},"161":{"tf":1.0},"163":{"tf":1.4142135623730951},"27":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"142":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"117":{"tf":1.0},"37":{"tf":1.7320508075688772},"50":{"tf":2.6457513110645907},"52":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"115":{"tf":1.4142135623730951},"36":{"tf":1.0}}},"df":9,"docs":{"137":{"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},"63":{"tf":1.0},"95":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"145":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":6,"docs":{"116":{"tf":1.0},"143":{"tf":1.0},"158":{"tf":1.0},"33":{"tf":1.4142135623730951},"36":{"tf":1.0},"71":{"tf":1.0}}}}}}}}},"r":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"40":{"tf":1.0},"42":{"tf":1.4142135623730951},"48":{"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":{"132":{"tf":1.0},"157":{"tf":1.7320508075688772},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"2":{"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":4,"docs":{"128":{"tf":1.0},"154":{"tf":1.0},"21":{"tf":1.0},"31":{"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":6,"docs":{"140":{"tf":1.0},"142":{"tf":1.0},"145":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"130":{"tf":1.0},"137":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"y":{"df":6,"docs":{"110":{"tf":1.0},"46":{"tf":1.4142135623730951},"48":{"tf":2.0},"74":{"tf":1.0},"86":{"tf":2.0},"99":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"df":0,"docs":{},"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":{"161":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"n":{"df":3,"docs":{"128":{"tf":2.23606797749979},"129":{"tf":2.449489742783178},"130":{"tf":1.4142135623730951}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"151":{"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":{"103":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"144":{"tf":1.0},"51":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0},"98":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":8,"docs":{"129":{"tf":1.4142135623730951},"141":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"46":{"tf":1.4142135623730951},"48":{"tf":1.0},"52":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"116":{"tf":1.0},"151":{"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":{"118":{"tf":1.0},"122":{"tf":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":{"118":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"90":{"tf":1.0},"94":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"137":{"tf":1.7320508075688772}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"66":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"71":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":8,"docs":{"112":{"tf":1.0},"116":{"tf":3.0},"143":{"tf":1.0},"160":{"tf":1.0},"163":{"tf":1.0},"36":{"tf":1.4142135623730951},"54":{"tf":1.0},"56":{"tf":1.0}}}}}},"o":{"df":1,"docs":{"4":{"tf":1.4142135623730951}},"m":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"148":{"tf":1.0},"44":{"tf":1.4142135623730951}}}},"df":2,"docs":{"132":{"tf":1.0},"5":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":5,"docs":{"129":{"tf":1.0},"155":{"tf":1.4142135623730951},"157":{"tf":1.0},"161":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"160":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":7,"docs":{"138":{"tf":1.0},"160":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"34":{"tf":1.0},"48":{"tf":1.0},"66":{"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":{"137":{"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":{"134":{"tf":2.0},"160":{"tf":1.4142135623730951},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"6":{"4":{"df":4,"docs":{"141":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.4142135623730951},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":12,"docs":{"11":{"tf":1.0},"124":{"tf":1.0},"129":{"tf":1.0},"134":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.4142135623730951},"91":{"tf":1.0},"96":{"tf":1.0}}},"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":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"50":{"tf":1.0}}}}},"df":6,"docs":{"13":{"tf":1.0},"131":{"tf":1.7320508075688772},"134":{"tf":1.0},"158":{"tf":1.0},"52":{"tf":1.0},"66":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":8,"docs":{"129":{"tf":1.0},"130":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"66":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"63":{"tf":1.0},"71":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"96":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"54":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"1":{"tf":1.0},"138":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"116":{"tf":1.0},"157":{"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":1,"docs":{"1":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":11,"docs":{"105":{"tf":1.0},"129":{"tf":1.0},"133":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"26":{"tf":1.0},"32":{"tf":1.0},"44":{"tf":1.7320508075688772},"49":{"tf":1.0},"54":{"tf":1.0},"64":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":11,"docs":{"12":{"tf":1.0},"123":{"tf":1.0},"13":{"tf":1.0},"159":{"tf":1.0},"16":{"tf":1.0},"160":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"37":{"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":{"119":{"tf":1.0},"123":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"d":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"83":{"tf":1.0},"86":{"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":{"112":{"tf":1.0},"116":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"137":{"tf":1.0},"63":{"tf":1.4142135623730951},"99":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"df":1,"docs":{"23":{"tf":1.0}},"h":{"df":5,"docs":{"11":{"tf":1.0},"118":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"36":{"tf":1.0},"52":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"151":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"df":5,"docs":{"123":{"tf":1.0},"158":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"54":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"81":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":2.23606797749979}}}},"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":{},"g":{"df":1,"docs":{"145":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"l":{"d":{"df":7,"docs":{"1":{"tf":1.0},"12":{"tf":1.0},"123":{"tf":1.7320508075688772},"131":{"tf":1.0},"14":{"tf":1.0},"41":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":11,"docs":{"134":{"tf":1.0},"139":{"tf":1.0},"146":{"tf":1.0},"163":{"tf":1.0},"43":{"tf":1.4142135623730951},"47":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":21,"docs":{"110":{"tf":1.0},"123":{"tf":1.0},"129":{"tf":1.0},"147":{"tf":1.7320508075688772},"46":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":2.8284271247461903},"70":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951},"72":{"tf":1.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.7320508075688772},"75":{"tf":1.0}}}}}},"c":{"/":{"c":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"138":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"154":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"50":{"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":{"43":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"157":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":14,"docs":{"105":{"tf":1.0},"116":{"tf":1.4142135623730951},"157":{"tf":1.0},"33":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"56":{"tf":2.23606797749979},"57":{"tf":2.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"60":{"tf":1.7320508075688772},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":2.8284271247461903}},"e":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":3,"docs":{"112":{"tf":1.0},"116":{"tf":1.0},"52":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"27":{"tf":1.0},"37":{"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":3,"docs":{"120":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.4142135623730951}}}}}}},"df":5,"docs":{"120":{"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":{"126":{"tf":1.0},"144":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.4142135623730951},"94":{"tf":1.0}}}},"t":{"df":1,"docs":{"17":{"tf":1.4142135623730951}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"145":{"tf":1.0}}}}},"d":{"df":1,"docs":{"134":{"tf":1.0}}},"df":6,"docs":{"12":{"tf":2.449489742783178},"14":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.4142135623730951},"4":{"tf":1.0},"45":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":8,"docs":{"118":{"tf":1.0},"134":{"tf":2.23606797749979},"44":{"tf":2.0},"48":{"tf":1.0},"50":{"tf":3.0},"51":{"tf":2.0},"52":{"tf":1.7320508075688772},"56":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":22,"docs":{"11":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"132":{"tf":1.4142135623730951},"139":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.4142135623730951},"150":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"96":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":8,"docs":{"146":{"tf":1.4142135623730951},"153":{"tf":1.0},"154":{"tf":1.0},"24":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"2":{"tf":1.0},"23":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"91":{"tf":1.0}}}}}}},"i":{"d":{"df":0,"docs":{},"r":{"df":2,"docs":{"128":{"tf":1.0},"86":{"tf":2.0}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"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.4142135623730951},"28":{"tf":1.4142135623730951}}}}},"r":{"df":1,"docs":{"138":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":1,"docs":{"151":{"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":1,"docs":{"3":{"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":{"126":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":26,"docs":{"1":{"tf":1.4142135623730951},"116":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":2.0},"123":{"tf":1.0},"124":{"tf":1.0},"126":{"tf":1.7320508075688772},"13":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"146":{"tf":1.0},"148":{"tf":1.0},"158":{"tf":2.0},"159":{"tf":3.872983346207417},"160":{"tf":4.0},"163":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":2.8284271247461903},"31":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":3.1622776601683795},"44":{"tf":2.449489742783178},"64":{"tf":1.0},"66":{"tf":1.7320508075688772}}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"11":{"tf":1.0}}}},"u":{"d":{"df":2,"docs":{"163":{"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":37,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"120":{"tf":1.0},"129":{"tf":1.4142135623730951},"132":{"tf":2.23606797749979},"134":{"tf":2.23606797749979},"138":{"tf":1.0},"139":{"tf":1.4142135623730951},"140":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"145":{"tf":1.7320508075688772},"146":{"tf":1.4142135623730951},"156":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"46":{"tf":1.7320508075688772},"48":{"tf":2.0},"51":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0},"98":{"tf":1.0}},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}}}},"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":8,"docs":{"117":{"tf":1.0},"12":{"tf":1.7320508075688772},"121":{"tf":1.0},"123":{"tf":2.0},"128":{"tf":1.0},"163":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"146":{"tf":1.0}}}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":12,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"116":{"tf":1.0},"134":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.0},"163":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0},"79":{"tf":1.0},"86":{"tf":1.0},"92":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":6,"docs":{"123":{"tf":1.0},"133":{"tf":1.0},"158":{"tf":1.0},"34":{"tf":1.4142135623730951},"41":{"tf":1.0},"49":{"tf":1.0}}},"m":{"a":{"df":1,"docs":{"141":{"tf":1.0}},"n":{"d":{"df":10,"docs":{"125":{"tf":1.0},"132":{"tf":1.4142135623730951},"135":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"24":{"tf":1.0},"4":{"tf":2.0},"45":{"tf":1.4142135623730951},"46":{"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}}}}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"131":{"tf":1.0},"132":{"tf":1.0},"56":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"153":{"tf":1.0},"154":{"tf":1.0},"71":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":9,"docs":{"123":{"tf":1.0},"133":{"tf":1.0},"14":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.4142135623730951},"160":{"tf":1.0},"163":{"tf":1.0},"2":{"tf":1.0},"44":{"tf":1.4142135623730951}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"110":{"tf":1.4142135623730951},"99":{"tf":1.7320508075688772}}},"t":{"df":2,"docs":{"133":{"tf":1.0},"69":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"123":{"tf":1.0},"13":{"tf":1.0},"8":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.4142135623730951}}},"x":{"df":5,"docs":{"132":{"tf":1.0},"157":{"tf":1.0},"160":{"tf":1.0},"163":{"tf":1.0},"45":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"163":{"tf":1.0},"36":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"150":{"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":{".":{"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":15,"docs":{"117":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"26":{"tf":2.449489742783178},"27":{"tf":2.0},"50":{"tf":2.0},"54":{"tf":1.4142135623730951},"64":{"tf":2.449489742783178},"65":{"tf":1.0},"66":{"tf":2.23606797749979},"67":{"tf":2.0},"68":{"tf":1.7320508075688772},"69":{"tf":2.23606797749979},"70":{"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":{"69":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"117":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"133":{"tf":1.0},"51":{"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":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":6,"docs":{"116":{"tf":1.0},"37":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"71":{"tf":1.7320508075688772},"74":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":5,"docs":{"160":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"101":{"tf":1.0},"79":{"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":{"120":{"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":{"120":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"123":{"tf":1.0}}}}}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"144":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":36,"docs":{"103":{"tf":1.7320508075688772},"107":{"tf":1.7320508075688772},"108":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"116":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"122":{"tf":2.0},"123":{"tf":2.23606797749979},"142":{"tf":1.7320508075688772},"143":{"tf":1.0},"144":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"37":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.7320508075688772},"45":{"tf":1.0},"51":{"tf":2.23606797749979},"55":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"78":{"tf":1.0},"81":{"tf":1.7320508075688772},"85":{"tf":1.4142135623730951},"86":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"98":{"tf":1.7320508075688772},"99":{"tf":2.0}},"m":{"a":{"df":0,"docs":{},"p":{"df":8,"docs":{"132":{"tf":1.0},"142":{"tf":2.0},"145":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"df":71,"docs":{"100":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.7320508075688772},"107":{"tf":1.4142135623730951},"108":{"tf":1.7320508075688772},"11":{"tf":1.7320508075688772},"112":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"119":{"tf":1.7320508075688772},"120":{"tf":1.4142135623730951},"121":{"tf":2.23606797749979},"122":{"tf":1.7320508075688772},"123":{"tf":3.1622776601683795},"126":{"tf":1.0},"129":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":2.23606797749979},"133":{"tf":2.449489742783178},"134":{"tf":2.8284271247461903},"137":{"tf":2.6457513110645907},"138":{"tf":2.23606797749979},"140":{"tf":1.7320508075688772},"142":{"tf":2.23606797749979},"144":{"tf":2.0},"145":{"tf":1.4142135623730951},"146":{"tf":2.449489742783178},"151":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.0},"18":{"tf":1.7320508075688772},"22":{"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},"42":{"tf":1.0},"43":{"tf":1.7320508075688772},"45":{"tf":3.1622776601683795},"46":{"tf":3.0},"47":{"tf":2.0},"48":{"tf":2.6457513110645907},"51":{"tf":1.7320508075688772},"52":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"66":{"tf":2.0},"67":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"74":{"tf":1.7320508075688772},"77":{"tf":1.4142135623730951},"78":{"tf":1.7320508075688772},"81":{"tf":1.4142135623730951},"82":{"tf":1.7320508075688772},"85":{"tf":1.4142135623730951},"86":{"tf":2.0},"87":{"tf":1.4142135623730951},"90":{"tf":1.7320508075688772},"91":{"tf":1.7320508075688772},"94":{"tf":2.449489742783178},"95":{"tf":1.7320508075688772},"98":{"tf":1.4142135623730951},"99":{"tf":2.6457513110645907}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"158":{"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":25,"docs":{"129":{"tf":2.6457513110645907},"130":{"tf":1.4142135623730951},"135":{"tf":1.7320508075688772},"137":{"tf":1.7320508075688772},"138":{"tf":1.7320508075688772},"139":{"tf":1.0},"140":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.7320508075688772},"146":{"tf":1.0},"158":{"tf":1.4142135623730951},"159":{"tf":1.0},"160":{"tf":2.0},"19":{"tf":1.0},"2":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":2.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"37":{"tf":2.23606797749979},"46":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"52":{"tf":1.0}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"150":{"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":{"119":{"tf":1.0},"123":{"tf":1.0}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"134":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"118":{"tf":1.0},"42":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"121":{"tf":1.0},"126":{"tf":1.4142135623730951},"146":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.4142135623730951},"5":{"tf":1.0},"75":{"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":{}},"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":4,"docs":{"126":{"tf":1.0},"142":{"tf":1.4142135623730951},"36":{"tf":1.0},"52":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"118":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0},"63":{"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":29,"docs":{"1":{"tf":1.0},"116":{"tf":1.0},"124":{"tf":1.7320508075688772},"125":{"tf":1.0},"126":{"tf":1.0},"129":{"tf":1.0},"132":{"tf":2.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":2.449489742783178},"146":{"tf":3.3166247903554},"160":{"tf":1.7320508075688772},"3":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"34":{"tf":1.0},"47":{"tf":1.0},"87":{"tf":1.0},"92":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"117":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"75":{"tf":1.0}}},"t":{"df":1,"docs":{"123":{"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":{"123":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"160":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"i":{"df":4,"docs":{"148":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"50":{"tf":1.0},"53":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"114":{"tf":1.0},"37":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"160":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"138":{"tf":1.0}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"128":{"tf":1.0},"134":{"tf":1.4142135623730951},"138":{"tf":2.0},"141":{"tf":1.0},"50":{"tf":1.0},"51":{"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":7,"docs":{"100":{"tf":1.4142135623730951},"114":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"137":{"tf":2.0},"138":{"tf":2.0}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"128":{"tf":1.0}}},"y":{"_":{"c":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"128":{"tf":1.0},"130":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"p":{"d":{"df":1,"docs":{"145":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":1,"docs":{"2":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":5,"docs":{"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.7320508075688772},"69":{"tf":1.0}}}}},"d":{"df":2,"docs":{"132":{"tf":1.0},"145":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":17,"docs":{"117":{"tf":1.0},"12":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"130":{"tf":1.0},"146":{"tf":1.0},"17":{"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},"44":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"55":{"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":{"119":{"tf":1.0},"123":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"50":{"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":2,"docs":{"116":{"tf":1.0},"36":{"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":{"122":{"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":{"(":{"b":{"\"":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"d":{"b":{"df":0,"docs":{},"y":{"df":1,"docs":{"118":{"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":{"118":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"118":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":4,"docs":{"146":{"tf":1.7320508075688772},"34":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"37":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":20,"docs":{"11":{"tf":1.0},"119":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"129":{"tf":1.4142135623730951},"130":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.4142135623730951},"139":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"69":{"tf":1.0},"94":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":9,"docs":{"117":{"tf":2.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.4142135623730951},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"133":{"tf":1.0},"163":{"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":{"128":{"tf":1.4142135623730951},"130":{"tf":1.0},"39":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{}},"df":16,"docs":{"1":{"tf":1.0},"105":{"tf":1.0},"114":{"tf":1.4142135623730951},"126":{"tf":1.7320508075688772},"129":{"tf":2.449489742783178},"142":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"154":{"tf":1.4142135623730951},"160":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"3":{"tf":1.0},"52":{"tf":1.4142135623730951},"54":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"146":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"4":{"9":{"8":{"8":{"9":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":8,"docs":{"122":{"tf":1.0},"150":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"54":{"tf":1.0},"75":{"tf":2.23606797749979},"76":{"tf":1.0},"77":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"14":{"tf":1.0},"146":{"tf":1.0},"87":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"14":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"110":{"tf":1.0}}}},"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":6,"docs":{"26":{"tf":1.0},"54":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"70":{"tf":1.0}}}}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":10,"docs":{"0":{"tf":1.0},"1":{"tf":1.7320508075688772},"157":{"tf":1.0},"158":{"tf":2.23606797749979},"159":{"tf":1.4142135623730951},"160":{"tf":2.8284271247461903},"163":{"tf":1.0},"22":{"tf":1.4142135623730951},"37":{"tf":1.0},"66":{"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":{"41":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":45,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"128":{"tf":1.0},"132":{"tf":1.0},"140":{"tf":1.4142135623730951},"142":{"tf":1.4142135623730951},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.7320508075688772},"146":{"tf":1.7320508075688772},"150":{"tf":1.0},"151":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"36":{"tf":2.0},"39":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.7320508075688772},"51":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.4142135623730951},"77":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"104":{"tf":1.0},"119":{"tf":1.0},"122":{"tf":1.0},"82":{"tf":1.0},"99":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":9,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"130":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"74":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0},"99":{"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":{"67":{"tf":1.4142135623730951},"86":{"tf":1.0}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"99":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"86":{"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":{"99":{"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":{"99":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":4,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"63":{"tf":1.0},"99":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"67":{"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":{"91":{"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":{"86":{"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":{"86":{"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":{"86":{"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":{"63":{"tf":1.0},"74":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"99":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"25":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"44":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"146":{"tf":1.0}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"27":{"tf":1.0},"36":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"i":{"df":3,"docs":{"85":{"tf":1.0},"86":{"tf":1.4142135623730951},"87":{"tf":2.449489742783178}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":8,"docs":{"11":{"tf":1.0},"120":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.7320508075688772},"154":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"83":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":8,"docs":{"1":{"tf":1.0},"143":{"tf":1.4142135623730951},"33":{"tf":2.0},"34":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"49":{"tf":1.0},"5":{"tf":1.0},"75":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"133":{"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":1,"docs":{"34":{"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":{"122":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":4,"docs":{"121":{"tf":1.4142135623730951},"133":{"tf":1.0},"36":{"tf":1.4142135623730951},"51":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":16,"docs":{"108":{"tf":1.7320508075688772},"113":{"tf":1.4142135623730951},"128":{"tf":1.0},"131":{"tf":1.4142135623730951},"48":{"tf":3.872983346207417},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"63":{"tf":3.4641016151377544},"67":{"tf":1.4142135623730951},"74":{"tf":1.7320508075688772},"78":{"tf":1.4142135623730951},"86":{"tf":2.8284271247461903},"91":{"tf":2.23606797749979},"95":{"tf":1.7320508075688772},"99":{"tf":3.3166247903554}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"122":{"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":{"41":{"tf":1.0},"52":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"44":{"tf":1.0},"49":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"112":{"tf":1.0},"99":{"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":{"42":{"tf":1.0},"44":{"tf":1.0},"51":{"tf":1.0}}}}}}}},"v":{"df":1,"docs":{"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},"145":{"tf":1.0},"163":{"tf":1.7320508075688772},"2":{"tf":1.0}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"161":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"154":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":2,"docs":{"14":{"tf":1.4142135623730951},"37":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"114":{"tf":1.0},"131":{"tf":1.0},"145":{"tf":1.0},"151":{"tf":1.0},"157":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"109":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"131":{"tf":2.0},"137":{"tf":1.0},"41":{"tf":1.0},"50":{"tf":1.0},"99":{"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":{"99":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"i":{"df":6,"docs":{"13":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.4142135623730951},"27":{"tf":1.0},"37":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"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":{"138":{"tf":1.0}}}},"df":0,"docs":{}}}},"v":{"df":6,"docs":{"132":{"tf":1.7320508075688772},"133":{"tf":1.0},"134":{"tf":1.4142135623730951},"138":{"tf":1.0},"139":{"tf":1.0},"148":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":8,"docs":{"132":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"134":{"tf":2.23606797749979},"138":{"tf":2.0},"145":{"tf":1.7320508075688772},"146":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951}}},"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":{"137":{"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":{"144":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"125":{"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":{"54":{"tf":1.0},"6":{"tf":1.4142135623730951},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"41":{"tf":1.0}}}}},"o":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"67":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.7320508075688772}}}}}}},"c":{"df":11,"docs":{"108":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"99":{"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":{".":{"7":{".":{"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":{}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":11,"docs":{"112":{"tf":1.0},"117":{"tf":1.0},"12":{"tf":1.0},"133":{"tf":1.0},"150":{"tf":1.0},"155":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.4142135623730951},"99":{"tf":1.0}}}}}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"134":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"'":{"df":0,"docs":{},"t":{"df":2,"docs":{"36":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"50":{"tf":1.0},"92":{"tf":1.0}}}},"w":{"df":0,"docs":{},"n":{"df":4,"docs":{"129":{"tf":1.0},"130":{"tf":1.0},"2":{"tf":1.0},"56":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"37":{"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":{"118":{"tf":1.4142135623730951},"129":{"tf":2.449489742783178},"44":{"tf":1.0},"50":{"tf":1.4142135623730951},"54":{"tf":1.0},"88":{"tf":1.0},"92":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"q":{"df":0,"docs":{},"v":{"df":0,"docs":{},"j":{"df":0,"docs":{},"g":{"\"":{",":{"\"":{"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":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"\"":{":":{"[":{"df":0,"docs":{},"{":{"\"":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"\"":{":":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"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":{"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":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":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":{"34":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":10,"docs":{"114":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"44":{"tf":1.0},"50":{"tf":3.0},"54":{"tf":1.4142135623730951},"79":{"tf":2.23606797749979},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"94":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"e":{"df":2,"docs":{"137":{"tf":1.0},"94":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"t":{"df":6,"docs":{"105":{"tf":1.0},"109":{"tf":1.0},"129":{"tf":1.0},"131":{"tf":1.4142135623730951},"54":{"tf":1.0},"95":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"123":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":16,"docs":{"100":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.7320508075688772},"116":{"tf":1.4142135623730951},"121":{"tf":1.0},"131":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":2.0},"52":{"tf":2.8284271247461903},"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"56":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":7,"docs":{"129":{"tf":1.0},"131":{"tf":1.0},"134":{"tf":1.4142135623730951},"137":{"tf":1.0},"42":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"52":{"tf":1.0}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":15,"docs":{"116":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"138":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":1.0},"71":{"tf":1.4142135623730951},"78":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"129":{"tf":1.0},"34":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"131":{"tf":1.0},"14":{"tf":1.0},"27":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":4,"docs":{"120":{"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":1,"docs":{"134":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"27":{"tf":1.4142135623730951},"37":{"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":{"51":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"m":{"b":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"160":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"d":{"df":4,"docs":{"141":{"tf":1.0},"36":{"tf":1.0},"46":{"tf":1.0},"75":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"129":{"tf":1.0},"138":{"tf":1.0}}}}}}},"d":{"df":6,"docs":{"36":{"tf":1.0},"51":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.4142135623730951},"71":{"tf":1.0},"86":{"tf":1.4142135623730951}},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"126":{"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}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"\"":{":":{"\"":{"[":{":":{":":{"]":{":":{"9":{"0":{"9":{"2":{"\"":{"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":1,"docs":{"37":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"'":{"df":4,"docs":{"110":{"tf":1.0},"114":{"tf":1.0},"134":{"tf":1.0},"43":{"tf":1.0}}},"df":49,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"110":{"tf":1.4142135623730951},"112":{"tf":1.0},"116":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"120":{"tf":1.0},"123":{"tf":1.0},"129":{"tf":2.23606797749979},"132":{"tf":2.23606797749979},"134":{"tf":2.6457513110645907},"138":{"tf":1.4142135623730951},"139":{"tf":1.0},"140":{"tf":1.7320508075688772},"141":{"tf":1.4142135623730951},"142":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.7320508075688772},"146":{"tf":2.23606797749979},"152":{"tf":1.7320508075688772},"153":{"tf":1.0},"154":{"tf":1.4142135623730951},"18":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.4142135623730951},"39":{"tf":1.0},"40":{"tf":2.0},"41":{"tf":1.0},"42":{"tf":2.8284271247461903},"43":{"tf":2.8284271247461903},"44":{"tf":2.23606797749979},"46":{"tf":3.0},"47":{"tf":1.0},"48":{"tf":2.8284271247461903},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"62":{"tf":1.0},"66":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.7320508075688772},"91":{"tf":2.0},"94":{"tf":1.0},"98":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"94":{"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},"147":{"tf":2.0},"148":{"tf":2.0},"159":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"1":{"tf":1.0},"154":{"tf":1.0},"37":{"tf":1.0},"66":{"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":{"49":{"tf":1.0},"66":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"128":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"2":{"tf":1.0},"52":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":6,"docs":{"48":{"tf":1.0},"63":{"tf":1.7320508075688772},"67":{"tf":1.4142135623730951},"74":{"tf":1.0},"86":{"tf":1.4142135623730951},"91":{"tf":1.7320508075688772}}}},"v":{"df":4,"docs":{"132":{"tf":2.23606797749979},"145":{"tf":1.7320508075688772},"39":{"tf":2.449489742783178},"4":{"tf":2.0}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"150":{"tf":1.4142135623730951},"151":{"tf":1.0},"45":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"y":{"df":2,"docs":{"133":{"tf":1.0},"14":{"tf":2.0}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"123":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":1.7320508075688772}},"v":{"df":1,"docs":{"123":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"123":{"tf":1.0},"129":{"tf":1.0},"138":{"tf":1.0},"48":{"tf":1.0},"75":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"44":{"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":{"45":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":1,"docs":{"158":{"tf":1.0}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"87":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"160":{"tf":1.0},"19":{"tf":1.0}},"t":{"df":2,"docs":{"129":{"tf":1.7320508075688772},"150":{"tf":1.0}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"94":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":41,"docs":{"103":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"11":{"tf":1.0},"112":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"117":{"tf":2.0},"120":{"tf":1.4142135623730951},"123":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"146":{"tf":1.0},"157":{"tf":2.0},"158":{"tf":1.4142135623730951},"159":{"tf":1.4142135623730951},"160":{"tf":1.0},"161":{"tf":1.0},"19":{"tf":1.0},"23":{"tf":1.0},"29":{"tf":1.4142135623730951},"32":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.7320508075688772},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"48":{"tf":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":2.0},"52":{"tf":1.0},"62":{"tf":1.4142135623730951},"66":{"tf":1.7320508075688772},"73":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"90":{"tf":1.7320508075688772},"94":{"tf":2.23606797749979},"98":{"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":{"107":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"94":{"tf":1.0}},"l":{"df":1,"docs":{"14":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"13":{"tf":1.0},"131":{"tf":2.0}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"144":{"tf":1.0},"50":{"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},"160":{"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":{"145":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}},"s":{"df":10,"docs":{"129":{"tf":1.0},"130":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"140":{"tf":1.4142135623730951},"145":{"tf":1.0},"146":{"tf":1.0},"151":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"60":{"tf":1.4142135623730951},"63":{"tf":1.0},"96":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"120":{"tf":1.0},"121":{"tf":1.0},"134":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"117":{"tf":1.0},"163":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"116":{"tf":1.0},"12":{"tf":1.4142135623730951},"33":{"tf":1.0},"37":{"tf":1.7320508075688772}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"43":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.0}}}},"df":1,"docs":{"163":{"tf":1.0}}},"df":0,"docs":{}}}}},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"75":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"48":{"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":5,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"81":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}}}}}}}},"s":{"df":8,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"43":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"81":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.4142135623730951}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"21":{"tf":1.0},"31":{"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":{"90":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"11":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}}}},"df":8,"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}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"120":{"tf":1.0},"124":{"tf":1.0},"158":{"tf":1.0},"3":{"tf":1.4142135623730951},"43":{"tf":1.0}}}}}},"d":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":1,"docs":{"128":{"tf":1.0}},"l":{"df":1,"docs":{"19":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":3,"docs":{"123":{"tf":1.0},"50":{"tf":1.0},"94":{"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":6,"docs":{"128":{"tf":1.4142135623730951},"134":{"tf":1.7320508075688772},"23":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"43":{"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":15,"docs":{"123":{"tf":1.0},"132":{"tf":1.4142135623730951},"142":{"tf":1.0},"144":{"tf":2.6457513110645907},"145":{"tf":1.4142135623730951},"146":{"tf":1.7320508075688772},"148":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"45":{"tf":2.6457513110645907},"46":{"tf":1.7320508075688772},"47":{"tf":1.0},"48":{"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":1,"docs":{"144":{"tf":2.0}}}}}}}}},"l":{"df":1,"docs":{"27":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"'":{"df":11,"docs":{"110":{"tf":1.0},"113":{"tf":1.0},"131":{"tf":1.4142135623730951},"134":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"64":{"tf":1.0},"71":{"tf":1.0},"78":{"tf":1.0},"83":{"tf":1.0},"96":{"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":{"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":{}}},"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":{"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":{}},"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"134":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"134":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"156":{"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":{"51":{"tf":1.0},"55":{"tf":1.4142135623730951}}}}}}}},"df":102,"docs":{"100":{"tf":1.0},"101":{"tf":1.7320508075688772},"102":{"tf":1.7320508075688772},"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"105":{"tf":1.7320508075688772},"106":{"tf":1.7320508075688772},"107":{"tf":1.4142135623730951},"108":{"tf":1.0},"109":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":2.0},"111":{"tf":1.7320508075688772},"112":{"tf":2.0},"113":{"tf":1.0},"114":{"tf":2.0},"115":{"tf":1.0},"116":{"tf":2.6457513110645907},"117":{"tf":3.0},"118":{"tf":2.6457513110645907},"119":{"tf":2.0},"120":{"tf":2.0},"121":{"tf":1.7320508075688772},"122":{"tf":2.0},"123":{"tf":2.23606797749979},"131":{"tf":3.3166247903554},"132":{"tf":1.0},"134":{"tf":3.3166247903554},"142":{"tf":2.23606797749979},"144":{"tf":1.0},"145":{"tf":1.0},"150":{"tf":1.0},"158":{"tf":1.4142135623730951},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":2.449489742783178},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":2.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":2.23606797749979},"49":{"tf":2.0},"50":{"tf":4.69041575982343},"51":{"tf":3.7416573867739413},"52":{"tf":4.242640687119285},"53":{"tf":1.7320508075688772},"54":{"tf":2.6457513110645907},"55":{"tf":2.8284271247461903},"56":{"tf":2.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.7320508075688772},"62":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"65":{"tf":1.7320508075688772},"66":{"tf":2.23606797749979},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.4142135623730951},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.7320508075688772},"73":{"tf":1.4142135623730951},"74":{"tf":2.0},"75":{"tf":1.7320508075688772},"76":{"tf":1.7320508075688772},"77":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.7320508075688772},"80":{"tf":1.7320508075688772},"81":{"tf":1.4142135623730951},"82":{"tf":1.0},"83":{"tf":1.4142135623730951},"84":{"tf":1.7320508075688772},"85":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"89":{"tf":1.7320508075688772},"90":{"tf":1.4142135623730951},"91":{"tf":1.0},"92":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772},"94":{"tf":1.7320508075688772},"95":{"tf":1.0},"96":{"tf":1.4142135623730951},"97":{"tf":1.7320508075688772},"98":{"tf":1.4142135623730951},"99":{"tf":2.6457513110645907}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"118":{"tf":1.4142135623730951},"122":{"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":{"120":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"n":{"d":{"df":2,"docs":{"144":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":7,"docs":{"158":{"tf":1.0},"54":{"tf":1.0},"83":{"tf":2.23606797749979},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":9,"docs":{"117":{"tf":1.0},"122":{"tf":1.0},"140":{"tf":1.0},"27":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"51":{"tf":1.0},"66":{"tf":1.0},"87":{"tf":1.0}}}}},"t":{"df":2,"docs":{"117":{"tf":1.0},"50":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"145":{"tf":1.0},"146":{"tf":1.7320508075688772},"151":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"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}}}}},"o":{"df":0,"docs":{},"w":{"df":6,"docs":{"101":{"tf":1.0},"131":{"tf":1.0},"137":{"tf":1.0},"44":{"tf":1.4142135623730951},"50":{"tf":1.0},"79":{"tf":1.0}}}}},"n":{"df":8,"docs":{"118":{"tf":1.4142135623730951},"119":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":2.0},"51":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"u":{"df":1,"docs":{"1":{"tf":1.0}},"s":{"df":2,"docs":{"124":{"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},"148":{"tf":1.7320508075688772},"29":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":25,"docs":{"120":{"tf":1.0},"123":{"tf":1.7320508075688772},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"129":{"tf":1.0},"130":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"147":{"tf":1.0},"152":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"33":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"53":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":12,"docs":{"122":{"tf":1.4142135623730951},"147":{"tf":1.0},"155":{"tf":1.0},"23":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"63":{"tf":1.4142135623730951},"69":{"tf":1.0},"74":{"tf":1.0},"86":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}},"df":2,"docs":{"48":{"tf":1.0},"50":{"tf":1.4142135623730951}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":13,"docs":{"120":{"tf":1.0},"133":{"tf":1.0},"146":{"tf":1.0},"24":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"39":{"tf":1.0},"40":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":2.449489742783178},"51":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"110":{"tf":1.0},"114":{"tf":1.4142135623730951},"117":{"tf":1.0},"134":{"tf":1.0},"14":{"tf":1.0},"34":{"tf":1.0},"63":{"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":{"54":{"tf":1.0},"92":{"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":{"123":{"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":{"123":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":7,"docs":{"117":{"tf":1.0},"120":{"tf":1.0},"132":{"tf":1.0},"143":{"tf":1.0},"160":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0}},"i":{"df":1,"docs":{"154":{"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},"110":{"tf":1.0},"120":{"tf":2.0},"125":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"27":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"94":{"tf":1.0}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"11":{"tf":1.0},"26":{"tf":1.0},"34":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"134":{"tf":1.0},"69":{"tf":1.0}}}}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":24,"docs":{"0":{"tf":1.0},"1":{"tf":2.8284271247461903},"116":{"tf":1.0},"13":{"tf":1.0},"132":{"tf":1.4142135623730951},"139":{"tf":1.0},"14":{"tf":1.0},"145":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951},"158":{"tf":2.8284271247461903},"159":{"tf":2.6457513110645907},"160":{"tf":3.605551275463989},"163":{"tf":2.8284271247461903},"2":{"tf":2.449489742783178},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"27":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"4":{"tf":1.0},"64":{"tf":1.4142135623730951},"66":{"tf":2.0}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":13,"docs":{"139":{"tf":1.0},"140":{"tf":2.0},"141":{"tf":1.0},"143":{"tf":2.0},"22":{"tf":1.7320508075688772},"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}},"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":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"u":{"df":0,"docs":{},"g":{"df":2,"docs":{"137":{"tf":1.0},"138":{"tf":1.7320508075688772}}}}},"d":{"c":{"df":1,"docs":{"163":{"tf":1.4142135623730951}},"v":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"163":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"116":{"tf":1.0},"123":{"tf":2.0},"129":{"tf":1.7320508075688772},"131":{"tf":1.7320508075688772},"138":{"tf":1.4142135623730951},"33":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"48":{"tf":1.0},"75":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"128":{"tf":1.0}}}}},"t":{"df":4,"docs":{"138":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"df":3,"docs":{"157":{"tf":1.0},"16":{"tf":1.0},"9":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"157":{"tf":1.0},"22":{"tf":1.0}},"n":{"df":5,"docs":{"132":{"tf":1.0},"133":{"tf":1.0},"145":{"tf":1.0},"4":{"tf":1.0},"95":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":4,"docs":{"22":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"36":{"tf":1.7320508075688772}}}},"o":{"df":5,"docs":{"117":{"tf":1.0},"120":{"tf":1.0},"146":{"tf":1.4142135623730951},"22":{"tf":1.0},"34":{"tf":1.0}},"o":{"d":{"b":{"df":0,"docs":{},"y":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":1,"docs":{"11":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"163":{"tf":1.0}}}}}},"r":{"a":{"b":{"df":3,"docs":{"24":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"160":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"123":{"tf":1.0}}},".":{"df":0,"docs":{},"v":{"1":{"df":3,"docs":{"119":{"tf":1.0},"120":{"tf":1.0},"123":{"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":{"120":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":6,"docs":{"117":{"tf":2.0},"118":{"tf":1.4142135623730951},"119":{"tf":1.7320508075688772},"121":{"tf":1.4142135623730951},"122":{"tf":2.23606797749979},"123":{"tf":2.8284271247461903}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"46":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951}}}}},"p":{"c":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"v":{"4":{"df":1,"docs":{"145":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":3,"docs":{"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"134":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"df":1,"docs":{"36":{"tf":1.0}}},"u":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"21":{"tf":1.0},"31":{"tf":1.0},"4":{"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":{"49":{"tf":1.0},"52":{"tf":1.0},"66":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"142":{"tf":1.0}}}}}},"r":{"d":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"36":{"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":1,"docs":{"91":{"tf":1.4142135623730951}}}},"v":{"df":0,"docs":{},"e":{"df":7,"docs":{"14":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"4":{"tf":1.0}}}}},"df":4,"docs":{"132":{"tf":1.0},"145":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0}},"e":{"a":{"d":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"153":{"tf":1.0},"154":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":3,"docs":{"117":{"tf":1.0},"120":{"tf":1.0},"144":{"tf":1.0}}}},"p":{"df":5,"docs":{"131":{"tf":2.23606797749979},"132":{"tf":2.23606797749979},"145":{"tf":2.23606797749979},"39":{"tf":1.7320508075688772},"4":{"tf":2.23606797749979}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"134":{"tf":1.0},"34":{"tf":1.0},"50":{"tf":1.0}}}},"y":{"df":1,"docs":{"123":{"tf":1.0}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"69":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"138":{"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":{"109":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"t":{"df":1,"docs":{"19":{"tf":1.0}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"139":{"tf":1.0},"160":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"48":{"tf":1.0}}}},"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":{"(":{"df":1,"docs":{"48":{"tf":1.0}}},"/":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"p":{"df":1,"docs":{"134":{"tf":1.0}}}},"df":0,"docs":{}}},":":{"/":{"/":{"1":{"2":{"7":{".":{"0":{".":{"0":{".":{"1":{":":{"7":{"8":{"0":{"0":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"48":{"tf":1.0}}}}},"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":{"108":{"tf":1.0},"113":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0},"99":{"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":1,"docs":{"146":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"34":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"df":1,"docs":{"146":{"tf":1.0}}},"2":{"df":1,"docs":{"146":{"tf":1.0}}},"3":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"0":{"9":{"1":{"/":{"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":{}},"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":1,"docs":{"34":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"149":{"tf":1.0},"151":{"tf":1.7320508075688772},"153":{"tf":1.0},"154":{"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":9,"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}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"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":3,"docs":{"134":{"tf":1.7320508075688772},"154":{"tf":1.0},"50":{"tf":1.0}}},"d":{"df":11,"docs":{"112":{"tf":1.0},"116":{"tf":1.0},"126":{"tf":3.4641016151377544},"131":{"tf":1.4142135623730951},"144":{"tf":1.0},"36":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"77":{"tf":1.0},"78":{"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":{"44":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0},"78":{"tf":1.0}}}}}}}},"l":{"df":2,"docs":{"145":{"tf":1.0},"39":{"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":{"145":{"tf":1.0},"39":{"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":{}}},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"134":{"tf":2.0}}}}}},"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":{"118":{"tf":1.0},"119":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":13,"docs":{"116":{"tf":1.0},"117":{"tf":1.7320508075688772},"118":{"tf":1.0},"123":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"135":{"tf":1.0},"158":{"tf":1.0},"163":{"tf":1.0},"26":{"tf":1.0},"55":{"tf":1.0},"64":{"tf":1.0},"94":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"117":{"tf":1.0},"120":{"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":{"44":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":6,"docs":{"123":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"134":{"tf":2.23606797749979},"54":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":5,"docs":{"116":{"tf":1.4142135623730951},"18":{"tf":1.0},"26":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"92":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"c":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":2,"docs":{"131":{"tf":1.4142135623730951},"150":{"tf":1.0}},"r":{"df":0,"docs":{},"m":{"df":14,"docs":{"12":{"tf":1.0},"128":{"tf":2.0},"134":{"tf":3.1622776601683795},"139":{"tf":1.4142135623730951},"145":{"tf":1.0},"146":{"tf":1.0},"154":{"tf":1.0},"158":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":2.23606797749979}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"44":{"tf":1.0},"51":{"tf":1.0},"94":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"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":2,"docs":{"33":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"14":{"tf":1.0},"157":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":13,"docs":{"123":{"tf":1.0},"148":{"tf":1.7320508075688772},"16":{"tf":1.0},"21":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"34":{"tf":2.23606797749979},"4":{"tf":1.0},"5":{"tf":2.23606797749979},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}},"n":{"c":{"df":9,"docs":{"118":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.7320508075688772},"4":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"d":{"df":8,"docs":{"1":{"tf":1.0},"129":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"27":{"tf":1.0},"37":{"tf":1.4142135623730951},"45":{"tf":1.0},"69":{"tf":1.0},"75":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"21":{"tf":1.0},"31":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":6,"docs":{"48":{"tf":1.0},"63":{"tf":1.4142135623730951},"74":{"tf":1.0},"86":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}},"r":{"df":13,"docs":{"12":{"tf":2.0},"132":{"tf":1.4142135623730951},"139":{"tf":1.0},"145":{"tf":1.0},"157":{"tf":1.7320508075688772},"158":{"tf":1.4142135623730951},"159":{"tf":1.0},"160":{"tf":1.7320508075688772},"163":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"3":{"tf":1.7320508075688772},"32":{"tf":1.0},"33":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"34":{"tf":1.0},"4":{"tf":1.0}}}}},"f":{"a":{"c":{"df":5,"docs":{"151":{"tf":1.7320508075688772},"152":{"tf":1.0},"24":{"tf":1.0},"4":{"tf":1.4142135623730951},"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"138":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":1,"docs":{"3":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0}}}}},"v":{"df":2,"docs":{"145":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"163":{"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":{"114":{"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":{"156":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":1,"docs":{"118":{"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":{"158":{"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":{"160":{"tf":1.0}}}}}}},":":{"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":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":3,"docs":{"128":{"tf":1.0},"129":{"tf":2.449489742783178},"130":{"tf":1.0}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"130":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":16,"docs":{"128":{"tf":1.0},"130":{"tf":1.0},"134":{"tf":1.4142135623730951},"140":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.4142135623730951},"23":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":1.4142135623730951},"37":{"tf":2.23606797749979},"40":{"tf":1.0},"44":{"tf":1.4142135623730951},"54":{"tf":1.0},"83":{"tf":1.0},"91":{"tf":1.0},"92":{"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":5,"docs":{"124":{"tf":1.0},"132":{"tf":1.0},"149":{"tf":1.0},"39":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951}}},"6":{"df":5,"docs":{"124":{"tf":1.0},"132":{"tf":1.0},"149":{"tf":1.0},"39":{"tf":1.4142135623730951},"86":{"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":{"117":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":4,"docs":{"48":{"tf":2.0},"74":{"tf":1.0},"86":{"tf":2.0},"99":{"tf":1.7320508075688772}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"133":{"tf":1.0},"52":{"tf":1.0}}}}}}}},"j":{"df":0,"docs":{},"o":{"b":{"df":6,"docs":{"110":{"tf":1.0},"56":{"tf":1.0},"64":{"tf":1.0},"71":{"tf":1.0},"83":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}},"q":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"156":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.4142135623730951},"48":{"tf":1.7320508075688772}}}}}},"k":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":1,"docs":{"126":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":1,"docs":{"17":{"tf":1.0}},"e":{"df":0,"docs":{},"y":{"df":11,"docs":{"108":{"tf":1.7320508075688772},"113":{"tf":1.7320508075688772},"116":{"tf":1.0},"131":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"48":{"tf":1.7320508075688772},"52":{"tf":2.0},"53":{"tf":1.0},"63":{"tf":1.7320508075688772},"99":{"tf":1.7320508075688772}}}},"i":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"142":{"tf":1.0},"36":{"tf":1.4142135623730951},"63":{"tf":2.449489742783178}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"129":{"tf":1.0},"163":{"tf":1.0},"36":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":4,"docs":{"134":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.4142135623730951},"53":{"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":{"143":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"l":{"df":12,"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}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":9,"docs":{"139":{"tf":1.0},"140":{"tf":1.0},"143":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"163":{"tf":2.23606797749979},"21":{"tf":1.0},"22":{"tf":1.0},"31":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":9,"docs":{"114":{"tf":1.0},"120":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.7320508075688772},"130":{"tf":1.4142135623730951},"131":{"tf":3.0},"142":{"tf":1.4142135623730951},"36":{"tf":1.0},"99":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"138":{"tf":1.0}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"1":{"tf":1.0},"163":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"45":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"130":{"tf":1.0},"51":{"tf":1.0},"66":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"124":{"tf":1.0},"125":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"50":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"138":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"163":{"tf":1.0}}}}}},"d":{"df":1,"docs":{"134":{"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":1,"docs":{"50":{"tf":1.0}}}}}},"t":{"'":{"df":12,"docs":{"117":{"tf":1.0},"120":{"tf":1.4142135623730951},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.4142135623730951},"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}}},"df":1,"docs":{"50":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"150":{"tf":1.4142135623730951},"2":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"50":{"tf":1.0},"52":{"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},"160":{"tf":1.0},"163":{"tf":1.0},"3":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"128":{"tf":1.0},"48":{"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":{"133":{"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":{"44":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":7,"docs":{"134":{"tf":1.0},"158":{"tf":1.0},"54":{"tf":1.0},"92":{"tf":1.4142135623730951},"93":{"tf":1.0},"94":{"tf":2.0},"95":{"tf":1.4142135623730951}}}}},"n":{"df":0,"docs":{},"e":{"df":5,"docs":{"135":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"46":{"tf":1.0}}},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"48":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"129":{"tf":1.0},"134":{"tf":1.7320508075688772},"140":{"tf":1.0},"23":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.4142135623730951},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":7,"docs":{"120":{"tf":1.4142135623730951},"129":{"tf":2.449489742783178},"132":{"tf":1.0},"134":{"tf":1.4142135623730951},"39":{"tf":1.7320508075688772},"48":{"tf":1.0},"66":{"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":1,"docs":{"153":{"tf":1.7320508075688772}}}}},"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":{"91":{"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":3,"docs":{"37":{"tf":1.0},"54":{"tf":1.0},"88":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":7,"docs":{"11":{"tf":1.0},"134":{"tf":2.0},"160":{"tf":1.4142135623730951},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"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":{"51":{"tf":1.0},"94":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":36,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"125":{"tf":1.0},"134":{"tf":1.0},"144":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":2.0},"31":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.7320508075688772},"39":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":1.4142135623730951},"5":{"tf":1.0},"51":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.4142135623730951},"73":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0},"98":{"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":1,"docs":{"146":{"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":1,"docs":{"146":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":5,"docs":{"151":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"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":3,"docs":{"51":{"tf":1.0},"54":{"tf":1.0},"92":{"tf":1.7320508075688772}}}}}}}}}},"df":0,"docs":{}}},"t":{"df":4,"docs":{"132":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"148":{"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":{"128":{"tf":1.4142135623730951},"150":{"tf":2.449489742783178},"4":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.0},"75":{"tf":1.4142135623730951},"78":{"tf":1.0}},"i":{"c":{"a":{"df":0,"docs":{},"l":{"_":{"d":{"df":0,"docs":{},"n":{"df":1,"docs":{"134":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"130":{"tf":1.0},"158":{"tf":1.0}}}},"o":{"df":0,"docs":{},"k":{"df":13,"docs":{"116":{"tf":1.0},"140":{"tf":1.0},"142":{"tf":1.0},"146":{"tf":1.0},"161":{"tf":1.0},"163":{"tf":1.4142135623730951},"19":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.0},"36":{"tf":1.4142135623730951},"4":{"tf":1.0},"45":{"tf":1.0},"63":{"tf":1.7320508075688772}}},"p":{"df":1,"docs":{"2":{"tf":1.0}}}},"t":{"df":1,"docs":{"163":{"tf":1.0}}},"w":{"df":1,"docs":{"158":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"u":{"df":1,"docs":{"120":{"tf":1.0}}}},"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":{"48":{"tf":1.0},"5":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":4,"docs":{"137":{"tf":2.0},"14":{"tf":1.0},"159":{"tf":1.0},"160":{"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":{"126":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"120":{"tf":2.0},"123":{"tf":1.0},"125":{"tf":1.0},"51":{"tf":1.4142135623730951},"90":{"tf":1.0},"94":{"tf":1.4142135623730951}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.4142135623730951}}}}},"k":{"df":0,"docs":{},"e":{"df":6,"docs":{"131":{"tf":1.0},"14":{"tf":1.0},"146":{"tf":1.0},"2":{"tf":1.7320508075688772},"5":{"tf":1.0},"50":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":19,"docs":{"121":{"tf":1.0},"123":{"tf":1.4142135623730951},"132":{"tf":2.449489742783178},"133":{"tf":1.4142135623730951},"135":{"tf":1.7320508075688772},"137":{"tf":3.1622776601683795},"143":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"145":{"tf":2.0},"146":{"tf":2.23606797749979},"154":{"tf":1.0},"33":{"tf":2.6457513110645907},"34":{"tf":2.6457513110645907},"36":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.7320508075688772},"4":{"tf":2.449489742783178},"47":{"tf":1.0},"48":{"tf":2.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":4,"docs":{"135":{"tf":1.0},"145":{"tf":1.0},"39":{"tf":1.0},"48":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"163":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":4,"docs":{"14":{"tf":1.4142135623730951},"157":{"tf":1.0},"19":{"tf":1.0},"60":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"27":{"tf":1.0},"41":{"tf":1.0}}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"163":{"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":0,"docs":{},"v":{"df":0,"docs":{},"e":{"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":{},"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":{"120":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"132":{"tf":1.7320508075688772}}},"r":{"df":0,"docs":{},"k":{"df":4,"docs":{"163":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.0},"36":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"`":{"]":{"[":{"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":{"99":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":23,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"114":{"tf":1.0},"116":{"tf":1.0},"128":{"tf":1.0},"159":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0},"86":{"tf":2.0},"87":{"tf":2.0},"96":{"tf":2.23606797749979},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":2.449489742783178}},"m":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"160":{"tf":1.0},"36":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"x":{"_":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"51":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"69":{"tf":1.0},"94":{"tf":2.23606797749979},"95":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"_":{"d":{"b":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"b":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}},"df":4,"docs":{"128":{"tf":2.0},"130":{"tf":1.0},"39":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}}}}}},"d":{"df":2,"docs":{"145":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951}},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"145":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":2,"docs":{"145":{"tf":1.0},"39":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"137":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"124":{"tf":1.0},"125":{"tf":1.4142135623730951},"131":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":4,"docs":{"110":{"tf":1.0},"116":{"tf":1.0},"133":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"134":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"138":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":3,"docs":{"145":{"tf":1.0},"146":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"163":{"tf":1.4142135623730951}}},"s":{"a":{"df":0,"docs":{},"g":{"df":11,"docs":{"121":{"tf":1.0},"123":{"tf":1.4142135623730951},"124":{"tf":1.7320508075688772},"125":{"tf":1.0},"126":{"tf":1.0},"132":{"tf":1.0},"137":{"tf":1.0},"145":{"tf":1.0},"4":{"tf":1.0},"75":{"tf":1.0},"78":{"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":3,"docs":{"109":{"tf":1.0},"63":{"tf":1.4142135623730951},"99":{"tf":1.0}},"}":{"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":{"63":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":26,"docs":{"100":{"tf":1.0},"105":{"tf":1.0},"108":{"tf":1.4142135623730951},"110":{"tf":1.0},"112":{"tf":1.7320508075688772},"113":{"tf":1.4142135623730951},"114":{"tf":1.7320508075688772},"116":{"tf":2.0},"119":{"tf":1.0},"134":{"tf":1.7320508075688772},"141":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":2.0},"43":{"tf":2.8284271247461903},"46":{"tf":2.23606797749979},"48":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":2.8284271247461903},"53":{"tf":1.7320508075688772},"54":{"tf":2.0},"56":{"tf":1.0},"63":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.7320508075688772}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":9,"docs":{"103":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"108":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.0},"62":{"tf":1.0},"81":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":2,"docs":{"124":{"tf":1.4142135623730951},"126":{"tf":1.0}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":5,"docs":{"118":{"tf":1.4142135623730951},"5":{"tf":1.0},"7":{"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},"100":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"127":{"tf":2.0},"128":{"tf":1.4142135623730951},"129":{"tf":2.8284271247461903},"130":{"tf":2.23606797749979},"131":{"tf":2.8284271247461903},"136":{"tf":1.7320508075688772},"137":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"155":{"tf":2.6457513110645907},"158":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":2.0},"3":{"tf":1.0},"70":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"32":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":5,"docs":{"63":{"tf":1.4142135623730951},"74":{"tf":1.0},"86":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"138":{"tf":1.0}}}}},"m":{"d":{"b":{"df":1,"docs":{"39":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"d":{"df":1,"docs":{"123":{"tf":1.0}},"e":{"df":9,"docs":{"127":{"tf":1.0},"137":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"154":{"tf":2.0},"18":{"tf":1.0},"48":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"120":{"tf":1.0}},"i":{"df":1,"docs":{"66":{"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":22,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"112":{"tf":1.0},"12":{"tf":1.0},"131":{"tf":1.4142135623730951},"132":{"tf":1.0},"135":{"tf":1.0},"14":{"tf":1.0},"150":{"tf":1.0},"160":{"tf":1.0},"19":{"tf":1.0},"36":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"4":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"69":{"tf":1.0},"99":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"105":{"tf":1.0},"12":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"14":{"tf":1.0},"36":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"132":{"tf":1.0},"145":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":8,"docs":{"0":{"tf":1.0},"1":{"tf":1.7320508075688772},"157":{"tf":1.0},"163":{"tf":1.7320508075688772},"2":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0}}}},"df":10,"docs":{"132":{"tf":1.0},"140":{"tf":1.4142135623730951},"145":{"tf":1.0},"160":{"tf":1.0},"2":{"tf":1.0},"36":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"87":{"tf":1.0}}}}}}},"t":{"df":2,"docs":{"118":{"tf":1.4142135623730951},"122":{"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":{"141":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"112":{"tf":1.0},"116":{"tf":1.0},"144":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"73":{"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":{"112":{"tf":1.0},"62":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"103":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"98":{"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":48,"docs":{"102":{"tf":1.4142135623730951},"103":{"tf":2.0},"106":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"111":{"tf":1.4142135623730951},"112":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"131":{"tf":1.7320508075688772},"134":{"tf":1.4142135623730951},"142":{"tf":1.7320508075688772},"144":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.4142135623730951},"53":{"tf":1.0},"55":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"72":{"tf":1.4142135623730951},"73":{"tf":1.0},"76":{"tf":1.4142135623730951},"77":{"tf":1.0},"80":{"tf":1.4142135623730951},"81":{"tf":2.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.0},"89":{"tf":1.4142135623730951},"90":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.0},"97":{"tf":1.4142135623730951},"98":{"tf":2.0},"99":{"tf":2.23606797749979}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":4,"docs":{"140":{"tf":1.4142135623730951},"142":{"tf":1.4142135623730951},"143":{"tf":2.0},"36":{"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":1,"docs":{"126":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"163":{"tf":1.0}}}}}},"c":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"17":{"tf":1.7320508075688772}}}},"df":2,"docs":{"120":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951}}},"d":{"df":0,"docs":{},"u":{"2":{"df":1,"docs":{"36":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":1,"docs":{"94":{"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},"51":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"138":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":14,"docs":{"117":{"tf":1.4142135623730951},"119":{"tf":1.0},"120":{"tf":1.0},"123":{"tf":1.4142135623730951},"133":{"tf":1.0},"134":{"tf":1.0},"146":{"tf":1.4142135623730951},"159":{"tf":1.0},"160":{"tf":1.0},"163":{"tf":1.0},"27":{"tf":1.0},"36":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}},"t":{"c":{"a":{"df":0,"docs":{},"t":{"df":7,"docs":{"120":{"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":{"86":{"tf":1.0}}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":7,"docs":{"120":{"tf":1.0},"123":{"tf":1.0},"14":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.0},"4":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}},"w":{"df":5,"docs":{"124":{"tf":1.0},"129":{"tf":1.0},"154":{"tf":1.0},"26":{"tf":1.4142135623730951},"50":{"tf":1.0}}},"x":{"df":0,"docs":{},"t":{"df":8,"docs":{"120":{"tf":1.0},"161":{"tf":1.4142135623730951},"18":{"tf":1.0},"19":{"tf":1.0},"29":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"50":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"34":{"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":{"46":{"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":{"129":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":4,"docs":{"22":{"tf":1.0},"26":{"tf":1.0},"35":{"tf":1.0},"36":{"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":{"114":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"n":{"c":{"df":1,"docs":{"126":{"tf":2.0}}},"df":5,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.0},"39":{"tf":1.0}},"e":{"df":5,"docs":{"120":{"tf":1.4142135623730951},"33":{"tf":1.0},"87":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"160":{"tf":1.0},"36":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"86":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":8,"docs":{"129":{"tf":1.0},"130":{"tf":1.0},"145":{"tf":1.0},"50":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}},"h":{"df":2,"docs":{"67":{"tf":1.0},"74":{"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":{"114":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"w":{"df":17,"docs":{"105":{"tf":1.0},"109":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.4142135623730951},"123":{"tf":1.0},"146":{"tf":1.0},"159":{"tf":1.0},"22":{"tf":1.0},"23":{"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},"54":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"78":{"tf":1.0},"99":{"tf":2.449489742783178}}}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":16,"docs":{"100":{"tf":1.4142135623730951},"11":{"tf":1.0},"114":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":2.6457513110645907},"130":{"tf":1.7320508075688772},"132":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":2.6457513110645907},"138":{"tf":3.1622776601683795},"158":{"tf":1.0},"50":{"tf":1.0},"63":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"94":{"tf":1.7320508075688772},"95":{"tf":1.0}}}}},"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":15,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"118":{"tf":1.0},"43":{"tf":1.4142135623730951},"48":{"tf":2.6457513110645907},"51":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"63":{"tf":2.0},"67":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0},"86":{"tf":1.7320508075688772},"91":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":2.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":4,"docs":{"105":{"tf":1.0},"11":{"tf":1.0},"163":{"tf":1.4142135623730951},"54":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"129":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0}},"r":{"df":1,"docs":{"94":{"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":{"112":{"tf":1.0},"116":{"tf":1.0},"43":{"tf":1.0},"46":{"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":{"119":{"tf":1.0},"123":{"tf":1.4142135623730951}}}}}}},"df":2,"docs":{"118":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951}}},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":10,"docs":{"103":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.4142135623730951},"73":{"tf":1.0},"74":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":7,"docs":{"66":{"tf":1.0},"67":{"tf":1.4142135623730951},"73":{"tf":1.0},"74":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.4142135623730951},"99":{"tf":1.0}}}}}}},"c":{"df":1,"docs":{"36":{"tf":1.0}}},"df":20,"docs":{"117":{"tf":1.0},"125":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.4142135623730951},"135":{"tf":1.0},"154":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.4142135623730951},"23":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.4142135623730951},"44":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":1.0},"60":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":3,"docs":{"63":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"o":{"df":2,"docs":{"13":{"tf":1.0},"44":{"tf":1.0}}}},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"5":{"tf":1.0},"55":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"1":{"tf":1.0},"163":{"tf":1.7320508075688772},"24":{"tf":1.0}}},"r":{"df":3,"docs":{"124":{"tf":1.0},"2":{"tf":1.0},"86":{"tf":1.0}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"117":{"tf":1.0},"118":{"tf":1.0},"50":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"94":{"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":{"119":{"tf":1.0},"123":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":20,"docs":{"104":{"tf":1.0},"108":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"132":{"tf":1.7320508075688772},"145":{"tf":1.7320508075688772},"158":{"tf":1.0},"39":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"63":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"78":{"tf":1.7320508075688772},"82":{"tf":1.0},"86":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"99":{"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},"163":{"tf":1.4142135623730951}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"134":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"66":{"tf":1.0},"87":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"128":{"tf":1.0},"130":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"128":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"34":{"tf":1.0},"63":{"tf":1.4142135623730951},"66":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"163":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"157":{"tf":1.0}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":4,"docs":{"134":{"tf":1.0},"160":{"tf":1.0},"42":{"tf":1.0},"48":{"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":{"50":{"tf":1.0}}}}}}},"t":{"df":11,"docs":{"1":{"tf":1.0},"120":{"tf":1.0},"123":{"tf":1.4142135623730951},"158":{"tf":1.0},"2":{"tf":1.0},"24":{"tf":1.4142135623730951},"3":{"tf":1.0},"32":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"54":{"tf":1.0}},"g":{"df":0,"docs":{},"o":{"df":2,"docs":{"116":{"tf":1.0},"75":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"116":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":8,"docs":{"120":{"tf":1.0},"155":{"tf":1.0},"18":{"tf":1.0},"24":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"50":{"tf":1.0},"75":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":11,"docs":{"12":{"tf":1.0},"120":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"130":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"45":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"124":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":4,"docs":{"0":{"tf":1.4142135623730951},"117":{"tf":1.0},"133":{"tf":1.4142135623730951},"32":{"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":{"123":{"tf":1.0}}}}}}}},"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"123":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"52":{"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":{"126":{"tf":1.4142135623730951}}}}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"126":{"tf":1.4142135623730951}}}}}},"df":54,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"116":{"tf":2.23606797749979},"117":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"120":{"tf":1.7320508075688772},"126":{"tf":1.4142135623730951},"129":{"tf":2.6457513110645907},"131":{"tf":1.0},"134":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"160":{"tf":1.7320508075688772},"17":{"tf":1.4142135623730951},"19":{"tf":2.23606797749979},"26":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.4142135623730951},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":2.0},"43":{"tf":1.0},"44":{"tf":2.0},"48":{"tf":1.7320508075688772},"49":{"tf":1.7320508075688772},"50":{"tf":4.358898943540674},"51":{"tf":1.4142135623730951},"52":{"tf":3.0},"53":{"tf":1.0},"54":{"tf":3.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":2.449489742783178},"66":{"tf":1.0},"67":{"tf":1.0},"71":{"tf":1.7320508075688772},"75":{"tf":1.4142135623730951},"79":{"tf":1.0},"86":{"tf":1.4142135623730951},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":2.0},"92":{"tf":1.0},"94":{"tf":3.0},"95":{"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":{"42":{"tf":1.4142135623730951},"44":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":2,"docs":{"122":{"tf":1.0},"123":{"tf":1.0}}},"t":{"df":3,"docs":{"12":{"tf":1.0},"134":{"tf":1.4142135623730951},"34":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"42":{"tf":1.0},"55":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":2,"docs":{"162":{"tf":1.4142135623730951},"44":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"s":{"df":15,"docs":{"101":{"tf":2.23606797749979},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"120":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"160":{"tf":1.0},"22":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"71":{"tf":1.0},"79":{"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":{"118":{"tf":1.0}}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"132":{"tf":1.0},"145":{"tf":1.0},"148":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"132":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"2":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}}}},"y":{"df":1,"docs":{"66":{"tf":1.0}}}},"df":2,"docs":{"132":{"tf":1.0},"39":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"134":{"tf":1.0},"160":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":4,"docs":{"11":{"tf":2.449489742783178},"150":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"o":{"d":{"df":5,"docs":{"138":{"tf":1.0},"44":{"tf":1.0},"51":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"33":{"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":{}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"140":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"g":{"'":{"df":1,"docs":{"126":{"tf":1.0}}},"_":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"126":{"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":{"126":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"124":{"tf":1.0},"125":{"tf":2.23606797749979}}}},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"134":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"118":{"tf":1.0},"50":{"tf":2.23606797749979}}}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"43":{"tf":1.0},"66":{"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":{"146":{"tf":1.0}}},".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"33":{"tf":1.0},"34":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":20,"docs":{"129":{"tf":1.0},"132":{"tf":2.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":2.449489742783178},"146":{"tf":3.1622776601683795},"160":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"47":{"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},"163":{"tf":1.0},"3":{"tf":1.0},"48":{"tf":1.0}}}}}}},"y":{"df":4,"docs":{"23":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"117":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"147":{"tf":1.7320508075688772},"148":{"tf":1.4142135623730951}}}}}}},"o":{"d":{"df":3,"docs":{"143":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"34":{"tf":1.7320508075688772}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"11":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0},"34":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"90":{"tf":1.4142135623730951},"91":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"34":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":4,"docs":{"160":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"132":{"tf":1.0}}}},"df":5,"docs":{"116":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"154":{"tf":1.0},"52":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"t":{"(":{"df":2,"docs":{"33":{"tf":1.0},"37":{"tf":1.0}}},"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"158":{"tf":1.0}}}}},"df":38,"docs":{"118":{"tf":1.0},"120":{"tf":1.7320508075688772},"123":{"tf":1.0},"124":{"tf":1.0},"129":{"tf":2.449489742783178},"132":{"tf":2.0},"134":{"tf":1.0},"140":{"tf":2.23606797749979},"144":{"tf":1.7320508075688772},"145":{"tf":2.23606797749979},"146":{"tf":2.23606797749979},"149":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"39":{"tf":2.449489742783178},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"44":{"tf":2.0},"48":{"tf":2.0},"54":{"tf":1.0},"66":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.4142135623730951},"86":{"tf":2.0},"91":{"tf":1.0},"92":{"tf":1.0}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"86":{"tf":1.0}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":7,"docs":{"11":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.4142135623730951},"38":{"tf":1.0},"4":{"tf":1.0},"94":{"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":{"46":{"tf":1.0},"94":{"tf":1.0},"99":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"161":{"tf":1.0},"163":{"tf":1.0},"37":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"94":{"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":{"52":{"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":{"50":{"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":{"128":{"tf":1.0},"130":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"128":{"tf":1.0},"130":{"tf":1.0}}}},"df":0,"docs":{}}},"df":10,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"128":{"tf":1.7320508075688772},"130":{"tf":1.0},"48":{"tf":1.0},"59":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.0},"81":{"tf":1.0},"98":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"74":{"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":{"49":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"162":{"tf":1.7320508075688772},"163":{"tf":1.0},"45":{"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":{"157":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":3,"docs":{"110":{"tf":1.0},"163":{"tf":1.0},"23":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"39":{"tf":1.0},"4":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"14":{"tf":1.0},"154":{"tf":1.0}}}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"120":{"tf":1.0},"132":{"tf":1.4142135623730951},"145":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":1.7320508075688772}}}},"v":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"160":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"o":{"b":{"df":0,"docs":{},"e":{"df":2,"docs":{"153":{"tf":1.0},"154":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":16,"docs":{"100":{"tf":1.0},"11":{"tf":1.0},"129":{"tf":1.0},"134":{"tf":1.0},"163":{"tf":1.0},"17":{"tf":1.4142135623730951},"2":{"tf":1.0},"22":{"tf":1.0},"33":{"tf":1.4142135623730951},"36":{"tf":1.0},"42":{"tf":1.4142135623730951},"48":{"tf":1.0},"50":{"tf":2.23606797749979},"52":{"tf":2.0},"87":{"tf":1.0},"94":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.0},"145":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"132":{"tf":1.0},"14":{"tf":1.4142135623730951},"163":{"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":{"155":{"tf":1.0},"24":{"tf":1.0}}}}}}}},"p":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":12,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"48":{"tf":2.23606797749979},"55":{"tf":1.0},"63":{"tf":2.0},"67":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0},"86":{"tf":1.7320508075688772},"91":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":2.0}}}}}}},"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":{"123":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":2,"docs":{"121":{"tf":1.0},"123":{"tf":2.0}}}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"13":{"tf":1.0},"163":{"tf":1.4142135623730951},"36":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"3":{"df":1,"docs":{"123":{"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":{"123":{"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":{"123":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":2,"docs":{"121":{"tf":1.0},"123":{"tf":2.23606797749979}}}}},"c":{"df":1,"docs":{"123":{"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":{"126":{"tf":1.0}}}}}}},"df":10,"docs":{"124":{"tf":2.0},"125":{"tf":1.0},"126":{"tf":2.0},"132":{"tf":1.0},"133":{"tf":1.7320508075688772},"145":{"tf":1.0},"149":{"tf":1.0},"158":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.0}}}}},"df":2,"docs":{"123":{"tf":2.0},"134":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":49,"docs":{"1":{"tf":1.0},"110":{"tf":1.4142135623730951},"112":{"tf":1.0},"114":{"tf":1.4142135623730951},"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"124":{"tf":1.7320508075688772},"127":{"tf":1.0},"128":{"tf":1.0},"13":{"tf":1.0},"130":{"tf":1.0},"132":{"tf":3.0},"133":{"tf":1.4142135623730951},"134":{"tf":2.6457513110645907},"135":{"tf":1.0},"138":{"tf":1.7320508075688772},"139":{"tf":2.6457513110645907},"140":{"tf":1.7320508075688772},"141":{"tf":1.0},"142":{"tf":1.7320508075688772},"143":{"tf":1.4142135623730951},"144":{"tf":2.0},"145":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.7320508075688772},"157":{"tf":1.0},"158":{"tf":1.4142135623730951},"160":{"tf":1.0},"163":{"tf":1.4142135623730951},"2":{"tf":1.0},"22":{"tf":1.0},"32":{"tf":1.7320508075688772},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.4142135623730951},"5":{"tf":1.0},"56":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":1.4142135623730951},"71":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"df":0,"docs":{},"i":{"df":127,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"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.4142135623730951},"117":{"tf":1.0},"118":{"tf":1.4142135623730951},"119":{"tf":1.0},"120":{"tf":2.8284271247461903},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":2.0},"127":{"tf":2.0},"128":{"tf":1.0},"129":{"tf":3.3166247903554},"13":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":2.0},"134":{"tf":2.449489742783178},"135":{"tf":1.0},"137":{"tf":3.872983346207417},"138":{"tf":3.4641016151377544},"139":{"tf":1.0},"14":{"tf":1.0},"140":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.7320508075688772},"145":{"tf":1.7320508075688772},"146":{"tf":2.23606797749979},"148":{"tf":1.0},"154":{"tf":2.0},"155":{"tf":1.4142135623730951},"157":{"tf":1.0},"158":{"tf":2.8284271247461903},"159":{"tf":3.605551275463989},"160":{"tf":4.47213595499958},"163":{"tf":1.4142135623730951},"18":{"tf":1.7320508075688772},"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},"39":{"tf":3.1622776601683795},"4":{"tf":2.449489742783178},"40":{"tf":1.0},"41":{"tf":2.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772},"46":{"tf":2.23606797749979},"47":{"tf":1.0},"48":{"tf":2.23606797749979},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"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.4142135623730951},"93":{"tf":1.0},"94":{"tf":1.7320508075688772},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}},"y":{"'":{"df":4,"docs":{"133":{"tf":1.0},"138":{"tf":1.0},"158":{"tf":1.0},"51":{"tf":1.0}}},".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"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":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"120":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"120":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"158":{"tf":1.4142135623730951},"160":{"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},"105":{"tf":1.0},"146":{"tf":1.0}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"124":{"tf":1.0},"150":{"tf":1.0},"36":{"tf":1.0},"44":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"132":{"tf":1.0}}}},"t":{"df":2,"docs":{"159":{"tf":1.0},"53":{"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":{"39":{"tf":1.0}}}}}}},"df":4,"docs":{"124":{"tf":1.7320508075688772},"125":{"tf":1.7320508075688772},"39":{"tf":1.4142135623730951},"4":{"tf":1.0}}}}},"df":2,"docs":{"39":{"tf":1.0},"4":{"tf":1.0}},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":1,"docs":{"126":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"146":{"tf":1.0},"151":{"tf":1.0},"34":{"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":7,"docs":{"146":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"32":{"tf":1.0},"4":{"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":{"133":{"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":{".":{"4":{".":{"0":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"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},"131":{"tf":1.0},"134":{"tf":1.4142135623730951},"160":{"tf":1.0},"163":{"tf":1.4142135623730951},"19":{"tf":1.0},"2":{"tf":1.0},"32":{"tf":1.0},"45":{"tf":1.4142135623730951},"50":{"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":2,"docs":{"113":{"tf":1.0},"53":{"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":{"142":{"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":2,"docs":{"141":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772}}}}}}}},"df":5,"docs":{"112":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"144":{"tf":1.0},"43":{"tf":1.4142135623730951},"46":{"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":8,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"116":{"tf":1.0},"142":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"81":{"tf":1.0},"98":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":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":2,"docs":{"65":{"tf":1.0},"66":{"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":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"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":{},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":2,"docs":{"72":{"tf":1.0},"73":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"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":{"144":{"tf":1.0},"51":{"tf":1.0},"77":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"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":{"76":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"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":{"103":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"98":{"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":{},"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":{"84":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"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":{"89":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"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":{"51":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"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":{"103":{"tf":1.0},"81":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":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":{"102":{"tf":1.0},"103":{"tf":1.0},"81":{"tf":1.0},"98":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":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":{"106":{"tf":1.0},"107":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"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":4,"docs":{"111":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"142":{"tf":1.0}}}}}}}}}}}},"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":7,"docs":{"120":{"tf":1.0},"123":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":1.7320508075688772},"4":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{}}},"2":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"146":{"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":{":":{":":{"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":{"103":{"tf":1.0},"107":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"144":{"tf":1.0},"51":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"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":1,"docs":{"120":{"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":{},"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":{"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":{"120":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"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":{"118":{"tf":1.0},"119":{"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":{"123":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"m":{"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":{"52":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"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":{"120":{"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":{"120":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":1,"docs":{"150":{"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":{"151":{"tf":1.0},"4":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"129":{"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":{"129":{"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":{"129":{"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":1,"docs":{"39":{"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":{"129":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"45":{"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":{"131":{"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":{"109":{"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":{"131":{"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":{"70":{"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":{"70":{"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":{"100":{"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":{"100":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"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":{"131":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"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":{"114":{"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":{"131":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"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":{"145":{"tf":1.0},"39":{"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":2,"docs":{"132":{"tf":1.0},"39":{"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":{"138":{"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":{"138":{"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":{"138":{"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":{"138":{"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":{"138":{"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":{"138":{"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":{"138":{"tf":1.0}}}}}},"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":{"145":{"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":{"129":{"tf":1.0}}}}}}}}}}}},"df":1,"docs":{"126":{"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":{"129":{"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":{"129":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"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":{"129":{"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":{"132":{"tf":1.0},"145":{"tf":1.0},"39":{"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":{"39":{"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":1,"docs":{"132":{"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":{"130":{"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":{"130":{"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":{"130":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"u":{"b":{"_":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"132":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"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":{"137":{"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":{"137":{"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":{"137":{"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":{"137":{"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":{"137":{"tf":1.0}}}}}},"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":1,"docs":{"132":{"tf":1.0}}}}}},"df":72,"docs":{"0":{"tf":1.0},"1":{"tf":1.7320508075688772},"11":{"tf":1.7320508075688772},"117":{"tf":1.4142135623730951},"12":{"tf":2.0},"120":{"tf":2.23606797749979},"123":{"tf":1.0},"124":{"tf":1.7320508075688772},"125":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.7320508075688772},"13":{"tf":1.7320508075688772},"132":{"tf":2.23606797749979},"133":{"tf":1.4142135623730951},"134":{"tf":2.0},"135":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.4142135623730951},"14":{"tf":1.0},"140":{"tf":1.0},"142":{"tf":1.7320508075688772},"143":{"tf":2.0},"144":{"tf":1.4142135623730951},"145":{"tf":2.0},"146":{"tf":2.0},"147":{"tf":1.7320508075688772},"148":{"tf":1.0},"15":{"tf":1.4142135623730951},"150":{"tf":2.0},"151":{"tf":1.0},"154":{"tf":1.7320508075688772},"157":{"tf":2.0},"158":{"tf":2.23606797749979},"159":{"tf":1.7320508075688772},"16":{"tf":1.4142135623730951},"160":{"tf":2.449489742783178},"163":{"tf":1.7320508075688772},"18":{"tf":2.23606797749979},"19":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"22":{"tf":2.449489742783178},"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.605551275463989},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":3.3166247903554},"38":{"tf":1.0},"39":{"tf":2.23606797749979},"4":{"tf":3.4641016151377544},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":2.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"5":{"tf":1.7320508075688772},"50":{"tf":1.7320508075688772},"53":{"tf":1.0},"54":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"116":{"tf":1.0},"36":{"tf":1.0},"91":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"g":{"df":2,"docs":{"134":{"tf":1.0},"86":{"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":{"86":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"94":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":5,"docs":{"158":{"tf":1.0},"92":{"tf":1.4142135623730951},"93":{"tf":1.0},"94":{"tf":2.449489742783178},"95":{"tf":1.4142135623730951}}}}},"b":{"a":{"c":{"df":2,"docs":{"143":{"tf":1.0},"33":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"132":{"tf":1.0}},"e":{"a":{"d":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"118":{"tf":1.0},"122":{"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":{"131":{"tf":1.0}}}}}}},"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":{"118":{"tf":1.0},"122":{"tf":1.0}}}}}}}}},"df":8,"docs":{"108":{"tf":1.0},"118":{"tf":1.4142135623730951},"129":{"tf":2.0},"131":{"tf":1.0},"38":{"tf":1.0},"52":{"tf":1.0},"74":{"tf":1.0},"86":{"tf":1.0}},"i":{"df":8,"docs":{"154":{"tf":2.0},"22":{"tf":1.7320508075688772},"26":{"tf":1.7320508075688772},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":2.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.0}}},"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}},"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":{},"i":{"df":1,"docs":{"37":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"114":{"tf":1.4142135623730951},"129":{"tf":1.0},"14":{"tf":1.4142135623730951},"69":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":19,"docs":{"118":{"tf":1.4142135623730951},"126":{"tf":1.0},"129":{"tf":2.0},"137":{"tf":1.7320508075688772},"138":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"160":{"tf":1.4142135623730951},"17":{"tf":1.0},"19":{"tf":1.0},"33":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":2.6457513110645907},"70":{"tf":1.4142135623730951},"88":{"tf":1.0},"92":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"129":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"11":{"tf":1.0},"150":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"d":{"df":3,"docs":{"27":{"tf":1.0},"35":{"tf":1.0},"36":{"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":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"158":{"tf":1.0},"160":{"tf":1.4142135623730951},"2":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":9,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.4142135623730951},"67":{"tf":1.7320508075688772},"74":{"tf":1.4142135623730951},"86":{"tf":2.449489742783178},"91":{"tf":1.0},"99":{"tf":2.6457513110645907}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"158":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"c":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"129":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":2,"docs":{"60":{"tf":1.4142135623730951},"63":{"tf":1.0}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"132":{"tf":2.23606797749979}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"60":{"tf":1.4142135623730951},"63":{"tf":1.0}}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"134":{"tf":1.7320508075688772},"137":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"y":{"'":{"df":2,"docs":{"145":{"tf":1.0},"146":{"tf":1.0}}},"df":5,"docs":{"132":{"tf":1.7320508075688772},"145":{"tf":3.4641016151377544},"146":{"tf":4.358898943540674},"39":{"tf":1.0},"4":{"tf":1.7320508075688772}}}},"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":{},"v":{"df":1,"docs":{"134":{"tf":1.0}}}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"120":{"tf":1.0}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"39":{"tf":1.0},"48":{"tf":1.0}}},"v":{"df":12,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"116":{"tf":1.4142135623730951},"123":{"tf":1.0},"131":{"tf":1.0},"142":{"tf":1.0},"2":{"tf":1.0},"52":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":2.0},"81":{"tf":1.0},"98":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"148":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":3,"docs":{"24":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":1,"docs":{"126":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"145":{"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":{"157":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":13,"docs":{"108":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"122":{"tf":1.0},"146":{"tf":1.0},"40":{"tf":1.4142135623730951},"44":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0},"74":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"156":{"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":{"138":{"tf":1.4142135623730951}}}}}},"df":5,"docs":{"138":{"tf":2.0},"145":{"tf":1.4142135623730951},"146":{"tf":1.0},"39":{"tf":1.4142135623730951},"87":{"tf":2.449489742783178}}}}},"i":{"df":0,"docs":{},"r":{"df":18,"docs":{"108":{"tf":1.0},"123":{"tf":1.0},"128":{"tf":1.0},"16":{"tf":1.4142135623730951},"163":{"tf":1.0},"21":{"tf":1.4142135623730951},"3":{"tf":1.0},"31":{"tf":1.4142135623730951},"35":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.4142135623730951},"55":{"tf":1.0},"63":{"tf":2.0},"67":{"tf":1.0},"74":{"tf":1.0},"86":{"tf":1.7320508075688772},"95":{"tf":1.0},"99":{"tf":1.7320508075688772}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"43":{"tf":1.0}}}}},"i":{"d":{"df":2,"docs":{"116":{"tf":1.0},"148":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":8,"docs":{"133":{"tf":1.7320508075688772},"134":{"tf":2.8284271247461903},"137":{"tf":1.0},"138":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"140":{"tf":1.0},"22":{"tf":1.0},"33":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"141":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":4,"docs":{"118":{"tf":1.0},"128":{"tf":1.0},"132":{"tf":1.0},"138":{"tf":1.7320508075688772}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"33":{"tf":1.0},"34":{"tf":1.0}}}}},"df":1,"docs":{"134":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"119":{"tf":1.0},"123":{"tf":1.4142135623730951}}}}}}},"df":6,"docs":{"118":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"133":{"tf":1.0},"134":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":4,"docs":{"113":{"tf":1.0},"39":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":6,"docs":{"118":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.4142135623730951},"156":{"tf":1.0},"60":{"tf":1.0},"66":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"1":{"tf":1.0},"160":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"50":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"161":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"158":{"tf":1.0}}}}},"o":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"90":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"]":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"148":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"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":{"90":{"tf":1.0},"91":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"90":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":17,"docs":{"147":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":2.0},"37":{"tf":2.23606797749979},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.7320508075688772},"56":{"tf":1.0},"71":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"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}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":5,"docs":{"143":{"tf":1.0},"158":{"tf":1.0},"83":{"tf":1.0},"86":{"tf":2.23606797749979},"87":{"tf":2.449489742783178}}}},"n":{"df":35,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":2.0},"13":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"143":{"tf":1.7320508075688772},"144":{"tf":1.7320508075688772},"145":{"tf":1.7320508075688772},"146":{"tf":1.7320508075688772},"154":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.7320508075688772},"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},"39":{"tf":1.4142135623730951},"4":{"tf":2.8284271247461903},"45":{"tf":1.0},"99":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"120":{"tf":1.0},"131":{"tf":1.0},"133":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"150":{"tf":1.4142135623730951}}}}}},"df":18,"docs":{"108":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"12":{"tf":2.0},"123":{"tf":1.4142135623730951},"13":{"tf":1.0},"14":{"tf":1.0},"160":{"tf":1.0},"3":{"tf":1.0},"63":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"69":{"tf":1.0},"74":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"96":{"tf":1.0},"99":{"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":9,"docs":{"145":{"tf":1.0},"146":{"tf":1.4142135623730951},"158":{"tf":1.0},"159":{"tf":1.0},"36":{"tf":1.4142135623730951},"44":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"87":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"115":{"tf":1.4142135623730951}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"2":{"tf":1.0}}}},"w":{"df":1,"docs":{"36":{"tf":1.0}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":3,"docs":{"1":{"tf":1.0},"129":{"tf":1.0},"163":{"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":{"50":{"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":{"108":{"tf":1.0},"113":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":15,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"144":{"tf":1.0},"4":{"tf":1.4142135623730951},"45":{"tf":1.0},"48":{"tf":2.0},"55":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0},"99":{"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":{"122":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"123":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"k":{"df":3,"docs":{"148":{"tf":1.4142135623730951},"159":{"tf":1.0},"160":{"tf":1.0}}},"p":{"4":{"df":0,"docs":{},"k":{"df":2,"docs":{"22":{"tf":1.0},"26":{"tf":1.0}}}},"df":0,"docs":{}}},"df":4,"docs":{"137":{"tf":1.0},"141":{"tf":1.0},"34":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"148":{"tf":1.0}}}},"df":0,"docs":{}}},"c":{"df":2,"docs":{"145":{"tf":1.0},"39":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"d":{"df":8,"docs":{"129":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.0},"51":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"36":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"1":{"tf":1.0},"116":{"tf":1.0},"160":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":17,"docs":{"12":{"tf":1.0},"129":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"146":{"tf":1.0},"150":{"tf":1.0},"155":{"tf":1.4142135623730951},"18":{"tf":1.0},"19":{"tf":1.0},"24":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"36":{"tf":2.23606797749979},"4":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0}},"m":{"df":2,"docs":{"14":{"tf":1.0},"163":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"52":{"tf":1.0},"90":{"tf":1.4142135623730951}}}},"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":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":1,"docs":{"122":{"tf":1.4142135623730951}}}}},"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":{"123":{"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":{"123":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"]":{"'":{"df":2,"docs":{"108":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"123":{"tf":1.4142135623730951}}}},"n":{"d":{"df":17,"docs":{"110":{"tf":1.0},"120":{"tf":1.4142135623730951},"129":{"tf":2.0},"142":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.4142135623730951},"154":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"17":{"tf":1.0},"19":{"tf":2.0},"39":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.7320508075688772}}},"df":0,"docs":{},"s":{"df":2,"docs":{"14":{"tf":1.0},"2":{"tf":1.0}}},"t":{"df":13,"docs":{"110":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":1.4142135623730951},"126":{"tf":2.0},"129":{"tf":1.4142135623730951},"138":{"tf":1.7320508075688772},"160":{"tf":1.0},"27":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"48":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":6,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"141":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"q":{"df":1,"docs":{"126":{"tf":1.7320508075688772}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"50":{"tf":1.0},"51":{"tf":1.7320508075688772},"52":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"d":{"df":2,"docs":{"121":{"tf":1.0},"122":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"122":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":1,"docs":{"56":{"tf":1.0}}},"v":{"df":3,"docs":{"132":{"tf":1.0},"133":{"tf":1.0},"44":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"'":{"df":3,"docs":{"120":{"tf":1.0},"126":{"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":{"126":{"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":{"126":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":37,"docs":{"0":{"tf":1.0},"1":{"tf":1.7320508075688772},"120":{"tf":2.0},"121":{"tf":1.0},"123":{"tf":1.0},"132":{"tf":1.7320508075688772},"133":{"tf":2.0},"135":{"tf":1.7320508075688772},"137":{"tf":3.3166247903554},"138":{"tf":1.7320508075688772},"139":{"tf":1.0},"140":{"tf":1.0},"143":{"tf":1.0},"145":{"tf":2.0},"146":{"tf":1.7320508075688772},"151":{"tf":1.0},"154":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":3.7416573867739413},"159":{"tf":2.8284271247461903},"160":{"tf":4.358898943540674},"163":{"tf":2.449489742783178},"2":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"3":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"44":{"tf":2.0},"48":{"tf":2.0},"64":{"tf":1.0},"66":{"tf":1.4142135623730951}}}},"i":{"c":{"df":20,"docs":{"120":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"132":{"tf":1.4142135623730951},"133":{"tf":1.0},"134":{"tf":1.7320508075688772},"143":{"tf":1.0},"145":{"tf":3.7416573867739413},"146":{"tf":2.0},"149":{"tf":1.0},"160":{"tf":1.0},"163":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"18":{"tf":1.0},"33":{"tf":2.0},"34":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"37":{"tf":2.23606797749979},"39":{"tf":1.4142135623730951},"4":{"tf":3.4641016151377544}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"129":{"tf":2.23606797749979},"130":{"tf":2.6457513110645907},"36":{"tf":1.0},"44":{"tf":3.605551275463989}}}}}}},"t":{"df":21,"docs":{"1":{"tf":1.0},"131":{"tf":1.7320508075688772},"132":{"tf":1.7320508075688772},"133":{"tf":1.7320508075688772},"14":{"tf":1.0},"141":{"tf":1.7320508075688772},"146":{"tf":2.23606797749979},"150":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"22":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"52":{"tf":1.4142135623730951},"63":{"tf":2.0},"66":{"tf":1.0},"83":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"120":{"tf":1.0},"133":{"tf":1.0},"146":{"tf":1.4142135623730951}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"116":{"tf":1.0},"133":{"tf":1.0},"157":{"tf":1.4142135623730951},"33":{"tf":1.0},"54":{"tf":1.0}}}}}},"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":{"131":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":2,"docs":{"131":{"tf":1.0},"52":{"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":6,"docs":{"11":{"tf":1.4142135623730951},"120":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"66":{"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":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"120":{"tf":1.0}}}}},"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":{"158":{"tf":1.7320508075688772},"159":{"tf":1.4142135623730951},"20":{"tf":1.7320508075688772},"21":{"tf":1.0},"22":{"tf":2.23606797749979},"23":{"tf":1.0},"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":4,"docs":{"116":{"tf":1.0},"13":{"tf":1.4142135623730951},"27":{"tf":1.0},"37":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"133":{"tf":1.0},"36":{"tf":1.0},"50":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"133":{"tf":1.0},"96":{"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":1,"docs":{"158":{"tf":1.0}}}}},"i":{"df":1,"docs":{"43":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"139":{"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":6,"docs":{"145":{"tf":1.0},"160":{"tf":1.4142135623730951},"18":{"tf":1.0},"4":{"tf":1.4142135623730951},"51":{"tf":1.0},"99":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"117":{"tf":1.0},"142":{"tf":1.0},"146":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}}}}},"z":{"df":0,"docs":{},"e":{"df":10,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"116":{"tf":1.0},"126":{"tf":1.0},"138":{"tf":1.0},"142":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":2.0},"81":{"tf":1.0},"98":{"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":{"53":{"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":{"138":{"tf":1.0}}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"158":{"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":3,"docs":{"66":{"tf":1.0},"67":{"tf":1.4142135623730951},"69":{"tf":2.23606797749979}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"138":{"tf":2.8284271247461903}}}}}}}},"df":0,"docs":{}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"134":{"tf":1.0},"39":{"tf":1.0},"48":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"133":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"163":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"14":{"tf":1.0},"36":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"w":{"df":1,"docs":{"133":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":15,"docs":{"1":{"tf":1.0},"117":{"tf":1.0},"132":{"tf":1.0},"146":{"tf":1.7320508075688772},"163":{"tf":1.7320508075688772},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"9":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":5,"docs":{"120":{"tf":1.0},"146":{"tf":1.4142135623730951},"4":{"tf":1.0},"51":{"tf":1.0},"94":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"43":{"tf":1.4142135623730951},"66":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"14":{"tf":1.0}},"t":{"df":1,"docs":{"43":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"f":{"df":13,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951},"12":{"tf":1.0},"131":{"tf":1.4142135623730951},"133":{"tf":1.0},"163":{"tf":1.0},"2":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"99":{"tf":1.4142135623730951}},"i":{"df":10,"docs":{"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.4142135623730951},"145":{"tf":1.0},"146":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"94":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"35":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"(":{"0":{".":{".":{"0":{"df":1,"docs":{"122":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"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":{"123":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"123":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"123":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":3,"docs":{"120":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951}}}},"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":{"129":{"tf":1.0},"49":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"159":{"tf":1.0},"160":{"tf":1.0},"3":{"tf":1.0}}}}},"r":{"d":{"df":8,"docs":{"1":{"tf":1.0},"120":{"tf":1.0},"133":{"tf":1.0},"14":{"tf":1.0},"141":{"tf":1.0},"158":{"tf":1.0},"35":{"tf":1.0},"75":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":12,"docs":{"11":{"tf":1.0},"120":{"tf":2.23606797749979},"144":{"tf":1.0},"146":{"tf":1.7320508075688772},"17":{"tf":1.4142135623730951},"18":{"tf":2.0},"21":{"tf":1.0},"31":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"59":{"tf":1.0},"86":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"133":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"e":{"df":7,"docs":{"123":{"tf":1.0},"133":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.0}}}}}}},"i":{"c":{"df":10,"docs":{"119":{"tf":1.0},"121":{"tf":1.0},"123":{"tf":1.4142135623730951},"133":{"tf":1.0},"134":{"tf":1.4142135623730951},"18":{"tf":1.0},"22":{"tf":1.0},"27":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":2.23606797749979}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"119":{"tf":1.7320508075688772},"123":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"u":{"df":4,"docs":{"153":{"tf":1.0},"154":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"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":{"123":{"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":{"123":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"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":{"120":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"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":6,"docs":{"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":1.0},"50":{"tf":2.23606797749979}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.0},"158":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"112":{"tf":1.0},"116":{"tf":1.0},"54":{"tf":1.0},"63":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":5,"docs":{"57":{"tf":1.7320508075688772},"60":{"tf":1.0},"63":{"tf":2.23606797749979},"74":{"tf":1.0},"90":{"tf":1.0}}}}}}},"df":2,"docs":{"119":{"tf":1.0},"123":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"75":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":18,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"141":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.7320508075688772},"48":{"tf":2.449489742783178},"52":{"tf":1.0},"55":{"tf":1.0},"63":{"tf":2.23606797749979},"67":{"tf":1.4142135623730951},"74":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"86":{"tf":1.7320508075688772},"91":{"tf":1.7320508075688772},"99":{"tf":2.449489742783178}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"122":{"tf":1.7320508075688772},"126":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"_":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"132":{"tf":1.4142135623730951}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"(":{"df":3,"docs":{"132":{"tf":1.0},"145":{"tf":1.0},"4":{"tf":1.0}}},"df":4,"docs":{"132":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"39":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"a":{"d":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":1,"docs":{"132":{"tf":1.0}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"64":{"tf":1.0}}}},"t":{"df":1,"docs":{"134":{"tf":1.0}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"137":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"137":{"tf":1.0},"19":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"h":{"df":13,"docs":{"105":{"tf":1.0},"123":{"tf":1.0},"154":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"22":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"43":{"tf":1.0},"52":{"tf":1.0},"64":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":4,"docs":{"116":{"tf":1.0},"142":{"tf":1.0},"58":{"tf":1.4142135623730951},"63":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"163":{"tf":1.4142135623730951}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"123":{"tf":1.0},"134":{"tf":2.6457513110645907},"147":{"tf":1.0},"87":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":2,"docs":{"163":{"tf":1.0},"47":{"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":{"126":{"tf":1.0},"96":{"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":{"123":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"123":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":10,"docs":{"116":{"tf":1.0},"12":{"tf":1.0},"123":{"tf":1.0},"146":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"3":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"64":{"tf":1.0}}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"63":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":13,"docs":{"122":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"2":{"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},"51":{"tf":1.0},"86":{"tf":1.0}},"n":{"df":1,"docs":{"144":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"k":{"df":3,"docs":{"121":{"tf":1.0},"133":{"tf":1.0},"163":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"51":{"tf":1.0},"94":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"p":{"df":3,"docs":{"124":{"tf":1.0},"132":{"tf":1.0},"44":{"tf":1.4142135623730951}}}},"df":1,"docs":{"39":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"44":{"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},"158":{"tf":1.0}}}}}}}}},"n":{"d":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.7320508075688772},"19":{"tf":1.7320508075688772}}}}},"f":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"j":{"\"":{",":{"\"":{"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":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"\"":{":":{"[":{"df":0,"docs":{},"{":{"\"":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"\"":{":":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"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":{"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":{}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"35":{"tf":1.0}}}}}}}}},"t":{"'":{"df":2,"docs":{"123":{"tf":1.0},"146":{"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":1,"docs":{"37":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"131":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"94":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"36":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"50":{"tf":1.0}}}},"r":{"d":{"df":1,"docs":{"162":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"110":{"tf":1.0},"129":{"tf":1.4142135623730951},"158":{"tf":1.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"94":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":1,"docs":{"34":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":18,"docs":{"101":{"tf":1.0},"160":{"tf":1.0},"163":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":2.0},"31":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"71":{"tf":1.0},"79":{"tf":1.0},"86":{"tf":1.0},"94":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"e":{"df":1,"docs":{"163":{"tf":1.0}}},"m":{"df":0,"docs":{},"e":{"df":12,"docs":{"12":{"tf":1.0},"126":{"tf":2.0},"129":{"tf":1.4142135623730951},"137":{"tf":1.0},"138":{"tf":1.0},"156":{"tf":1.0},"26":{"tf":1.0},"36":{"tf":1.4142135623730951},"52":{"tf":1.0},"66":{"tf":1.0},"87":{"tf":1.0},"94":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"\"":{":":{"\"":{"2":{"0":{"2":{"2":{"df":1,"docs":{"37":{"tf":2.0}}},"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":7,"docs":{"105":{"tf":2.6457513110645907},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.4142135623730951},"109":{"tf":1.0},"126":{"tf":2.0},"54":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"l":{"df":10,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}}}},"o":{"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":1,"docs":{"37":{"tf":2.449489742783178}}}}},"df":0,"docs":{}}},"df":19,"docs":{"110":{"tf":1.7320508075688772},"111":{"tf":1.0},"112":{"tf":1.7320508075688772},"113":{"tf":1.4142135623730951},"114":{"tf":2.23606797749979},"115":{"tf":1.0},"116":{"tf":2.8284271247461903},"141":{"tf":2.0},"144":{"tf":1.0},"147":{"tf":1.4142135623730951},"160":{"tf":1.0},"36":{"tf":2.6457513110645907},"37":{"tf":1.7320508075688772},"43":{"tf":1.7320508075688772},"46":{"tf":1.7320508075688772},"52":{"tf":1.4142135623730951},"54":{"tf":1.0},"56":{"tf":1.0},"71":{"tf":1.0}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":8,"docs":{"110":{"tf":1.7320508075688772},"116":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"43":{"tf":1.0},"52":{"tf":1.4142135623730951},"54":{"tf":1.0},"56":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"120":{"tf":1.0},"51":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{":":{":":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"120":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"120":{"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":{"123":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"123":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":2,"docs":{"121":{"tf":1.0},"123":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"129":{"tf":1.0},"131":{"tf":1.4142135623730951}}},"l":{"df":2,"docs":{"120":{"tf":1.0},"3":{"tf":1.0}}}},"p":{"df":2,"docs":{"139":{"tf":1.0},"163":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"134":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"130":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":8,"docs":{"100":{"tf":1.4142135623730951},"114":{"tf":1.0},"129":{"tf":2.23606797749979},"130":{"tf":1.0},"137":{"tf":2.6457513110645907},"138":{"tf":2.0},"14":{"tf":1.0},"70":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"150":{"tf":1.0}}},"k":{"df":3,"docs":{"129":{"tf":1.0},"137":{"tf":1.0},"44":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"157":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"'":{"df":1,"docs":{"83":{"tf":1.0}}},"df":14,"docs":{"158":{"tf":1.0},"160":{"tf":1.7320508075688772},"163":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":1.0},"54":{"tf":1.0},"66":{"tf":1.0},"83":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"117":{"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},"39":{"tf":1.0}}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"50":{"tf":1.0}}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"163":{"tf":1.0}}}}},"df":2,"docs":{"120":{"tf":1.0},"123":{"tf":1.0}}},"u":{"df":0,"docs":{},"e":{"df":3,"docs":{"116":{"tf":1.0},"142":{"tf":1.7320508075688772},"99":{"tf":1.4142135623730951}}}},"y":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"(":{"df":0,"docs":{},"p":{"df":1,"docs":{"123":{"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":{"119":{"tf":1.0},"123":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"120":{"tf":1.0}}}}}}},"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":{"123":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"44":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"150":{"tf":1.0},"36":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"163":{"tf":1.0}}}}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"49":{"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":{"50":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"o":{"df":7,"docs":{"117":{"tf":1.0},"12":{"tf":1.0},"123":{"tf":1.0},"141":{"tf":1.0},"163":{"tf":1.4142135623730951},"22":{"tf":1.0},"46":{"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":{"138":{"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":{"138":{"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":{"138":{"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":27,"docs":{"108":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"114":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":1.4142135623730951},"120":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":2.0},"126":{"tf":3.3166247903554},"133":{"tf":1.0},"134":{"tf":1.7320508075688772},"138":{"tf":1.4142135623730951},"19":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":4.242640687119285},"53":{"tf":1.0},"55":{"tf":2.23606797749979},"63":{"tf":3.605551275463989},"67":{"tf":1.7320508075688772},"74":{"tf":2.0},"78":{"tf":1.4142135623730951},"86":{"tf":3.4641016151377544},"91":{"tf":2.0},"95":{"tf":1.7320508075688772},"99":{"tf":4.242640687119285}}},"i":{"c":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"1":{"df":1,"docs":{"126":{"tf":2.0}}},"2":{"df":1,"docs":{"126":{"tf":1.0}}},"8":{"df":1,"docs":{"126":{"tf":2.0}}},"d":{"df":0,"docs":{},"p":{"df":23,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"120":{"tf":1.7320508075688772},"124":{"tf":1.4142135623730951},"125":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":1.0},"14":{"tf":1.0},"160":{"tf":1.4142135623730951},"163":{"tf":1.4142135623730951},"17":{"tf":2.23606797749979},"18":{"tf":1.4142135623730951},"19":{"tf":1.7320508075688772},"22":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"37":{"tf":1.0},"39":{"tf":2.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"71":{"tf":1.0}}}},"df":3,"docs":{"120":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.7320508075688772}},"e":{"4":{"df":1,"docs":{"148":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"1":{"6":{"df":1,"docs":{"86":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"3":{"2":{"df":2,"docs":{"63":{"tf":1.4142135623730951},"95":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}},"8":{"df":2,"docs":{"74":{"tf":1.0},"99":{"tf":1.0}}},"df":1,"docs":{"95":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"141":{"tf":1.0},"148":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"63":{"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":{"163":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"145":{"tf":1.0},"146":{"tf":1.0}}}},"q":{"df":0,"docs":{},"u":{"df":3,"docs":{"126":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}}}},"t":{"df":1,"docs":{"126":{"tf":1.7320508075688772}}},"x":{"df":6,"docs":{"105":{"tf":1.0},"108":{"tf":1.0},"126":{"tf":1.4142135623730951},"45":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":1,"docs":{"60":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"13":{"tf":1.0},"147":{"tf":2.0},"148":{"tf":1.7320508075688772},"159":{"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":{"137":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":7,"docs":{"154":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"124":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"145":{"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":10,"docs":{"122":{"tf":1.0},"123":{"tf":1.0},"131":{"tf":1.0},"133":{"tf":1.4142135623730951},"137":{"tf":1.7320508075688772},"138":{"tf":2.0},"144":{"tf":1.4142135623730951},"145":{"tf":1.0},"39":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{}},"df":13,"docs":{"120":{"tf":1.0},"123":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":1.0},"22":{"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},"66":{"tf":1.0},"94":{"tf":1.0}},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"148":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"133":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":10,"docs":{"118":{"tf":1.4142135623730951},"120":{"tf":1.0},"129":{"tf":1.7320508075688772},"44":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"52":{"tf":1.0},"54":{"tf":1.0},"88":{"tf":1.0},"92":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"l":{"df":4,"docs":{"135":{"tf":1.0},"138":{"tf":1.4142135623730951},"39":{"tf":1.0},"48":{"tf":1.0}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":7,"docs":{"132":{"tf":1.0},"143":{"tf":1.4142135623730951},"145":{"tf":1.0},"150":{"tf":1.0},"29":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.7320508075688772}}}},"df":58,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951},"101":{"tf":1.0},"105":{"tf":1.0},"113":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.4142135623730951},"12":{"tf":1.0},"120":{"tf":1.7320508075688772},"121":{"tf":1.7320508075688772},"123":{"tf":2.0},"124":{"tf":1.0},"125":{"tf":1.0},"131":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951},"133":{"tf":1.0},"134":{"tf":2.8284271247461903},"140":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.4142135623730951},"146":{"tf":2.23606797749979},"153":{"tf":1.0},"154":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.4142135623730951},"27":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":1.7320508075688772},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.4142135623730951},"60":{"tf":1.0},"63":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"87":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"23":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"c":{"df":2,"docs":{"108":{"tf":1.0},"126":{"tf":1.4142135623730951}}},"df":0,"docs":{},"f":{"df":1,"docs":{"75":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"163":{"tf":1.0},"56":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":9,"docs":{"116":{"tf":1.0},"139":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.4142135623730951},"3":{"tf":1.0},"32":{"tf":1.0},"43":{"tf":1.0},"56":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"159":{"tf":1.0}},"i":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"df":21,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"120":{"tf":1.0},"123":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":1,"docs":{"142":{"tf":1.0}}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"142":{"tf":1.0},"55":{"tf":1.0},"75":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":21,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"137":{"tf":1.0},"141":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"46":{"tf":1.7320508075688772},"48":{"tf":1.0},"52":{"tf":1.7320508075688772},"55":{"tf":2.0},"60":{"tf":1.0},"63":{"tf":1.0},"81":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":2.449489742783178}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"150":{"tf":1.4142135623730951},"45":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":4,"docs":{"38":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"64":{"tf":1.0}}}}}}}},"df":1,"docs":{"4":{"tf":1.0}},"e":{"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":{":":{":":{"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":{"120":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"114":{"tf":1.0}}},"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"117":{"tf":1.0}},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"150":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":2,"docs":{"163":{"tf":1.0},"69":{"tf":1.0}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":25,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"120":{"tf":1.7320508075688772},"123":{"tf":1.4142135623730951},"142":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951},"44":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.4142135623730951},"51":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0},"98":{"tf":1.0}}}}}}}},"i":{"a":{"df":22,"docs":{"114":{"tf":1.0},"116":{"tf":1.0},"129":{"tf":2.0},"132":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"140":{"tf":1.0},"142":{"tf":1.0},"160":{"tf":1.4142135623730951},"19":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"69":{"tf":1.0}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":2,"docs":{"162":{"tf":1.7320508075688772},"163":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":6,"docs":{"112":{"tf":1.0},"132":{"tf":1.0},"138":{"tf":1.0},"145":{"tf":1.0},"39":{"tf":1.0},"99":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"134":{"tf":1.0},"3":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"131":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"s":{"df":1,"docs":{"154":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"14":{"tf":1.0},"148":{"tf":1.0},"37":{"tf":1.0},"50":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":7,"docs":{"132":{"tf":1.4142135623730951},"139":{"tf":1.0},"140":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.4142135623730951},"163":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":5,"docs":{"123":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{},"e":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":5,"docs":{"123":{"tf":1.0},"146":{"tf":1.0},"23":{"tf":1.0},"32":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951}}}},"r":{"df":3,"docs":{"120":{"tf":1.0},"146":{"tf":1.4142135623730951},"22":{"tf":1.0}}},"v":{"df":2,"docs":{"146":{"tf":1.0},"36":{"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":{"145":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":10,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"128":{"tf":1.0},"133":{"tf":1.0},"14":{"tf":1.0},"157":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951}}}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":3,"docs":{"19":{"tf":1.0},"29":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"120":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"144":{"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":{"137":{"tf":1.0},"154":{"tf":1.0},"4":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"48":{"tf":1.0},"63":{"tf":1.4142135623730951},"67":{"tf":1.0},"74":{"tf":1.4142135623730951},"86":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"148":{"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":{"94":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"120":{"tf":1.0},"123":{"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":{"117":{"tf":1.0},"133":{"tf":1.0},"139":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"56":{"tf":1.0},"94":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"159":{"tf":1.0},"160":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"36":{"tf":1.0},"50":{"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":7,"docs":{"14":{"tf":1.0},"146":{"tf":1.0},"163":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"50":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":3,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"87":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"d":{"df":1,"docs":{"133":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":1,"docs":{"94":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"66":{"tf":1.4142135623730951}}}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":3,"docs":{"120":{"tf":1.0},"51":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"118":{"tf":1.0},"122":{"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":{"118":{"tf":1.0},"122":{"tf":1.0}}}}}}}}},"df":14,"docs":{"117":{"tf":2.23606797749979},"118":{"tf":1.7320508075688772},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"129":{"tf":1.7320508075688772},"131":{"tf":1.0},"36":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"74":{"tf":1.0},"86":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}}},"x":{"d":{"df":31,"docs":{"123":{"tf":1.0},"132":{"tf":2.23606797749979},"133":{"tf":2.0},"134":{"tf":1.0},"135":{"tf":1.7320508075688772},"136":{"tf":1.4142135623730951},"138":{"tf":2.23606797749979},"139":{"tf":1.7320508075688772},"140":{"tf":1.0},"142":{"tf":1.4142135623730951},"143":{"tf":1.0},"144":{"tf":1.4142135623730951},"145":{"tf":2.0},"146":{"tf":1.4142135623730951},"154":{"tf":1.7320508075688772},"155":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"163":{"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},"43":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951}},"s":{"/":{"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":{"145":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":2,"docs":{"145":{"tf":1.0},"147":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":20,"docs":{"143":{"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.6457513110645907},"37":{"tf":2.449489742783178},"38":{"tf":1.0}}}}}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":21,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.7320508075688772},"123":{"tf":1.0},"144":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0},"98":{"tf":1.0}}}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"129":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"132":{"tf":2.23606797749979}}}}}}}},"title":{"root":{"1":{"df":3,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"32":{"tf":1.0}}},"2":{"0":{"2":{"3":{"df":1,"docs":{"163":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"18":{"tf":1.0},"23":{"tf":1.0},"33":{"tf":1.0}}},"3":{"df":3,"docs":{"19":{"tf":1.0},"24":{"tf":1.0},"34":{"tf":1.0}}},"4":{"df":2,"docs":{"27":{"tf":1.0},"35":{"tf":1.0}}},"5":{"df":2,"docs":{"25":{"tf":1.0},"36":{"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":{"141":{"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":{"149":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":8,"docs":{"139":{"tf":1.0},"163":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"i":{"df":2,"docs":{"134":{"tf":1.0},"151":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"115":{"tf":1.0}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"n":{"df":1,"docs":{"128":{"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":{"116":{"tf":1.0}}}}}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}}}}},"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"56":{"tf":1.0},"57":{"tf":1.0}}}}}},"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":{"50":{"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":4,"docs":{"13":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"37":{"tf":1.0}}}}}}},"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":{"df":3,"docs":{"26":{"tf":1.0},"64":{"tf":1.0},"68":{"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":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":1,"docs":{"71":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"156":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":33,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"140":{"tf":1.0},"142":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"51":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"135":{"tf":1.0},"37":{"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":{},"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":{"124":{"tf":1.0},"132":{"tf":1.0},"145":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"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":{"117":{"tf":1.0}}}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"126":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"75":{"tf":1.0}}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"163":{"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":{"108":{"tf":1.0},"113":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"79":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"47":{"tf":1.0},"52":{"tf":1.0},"53":{"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":5,"docs":{"140":{"tf":1.0},"152":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"147":{"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":{"87":{"tf":1.0}}}}},"df":0,"docs":{}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":14,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"112":{"tf":1.0},"157":{"tf":1.0},"51":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0},"98":{"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":{"45":{"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":{"144":{"tf":1.0}}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"55":{"tf":1.0}}}}}}}},"df":21,"docs":{"102":{"tf":1.0},"106":{"tf":1.0},"111":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"131":{"tf":1.0},"142":{"tf":1.0},"41":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":1.0},"54":{"tf":1.0},"61":{"tf":1.0},"65":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"80":{"tf":1.0},"84":{"tf":1.0},"89":{"tf":1.0},"93":{"tf":1.0},"97":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"83":{"tf":1.0}}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"22":{"tf":1.0},"26":{"tf":1.0},"35":{"tf":1.0}}}}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"163":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"36":{"tf":1.0}}}}}}}}},"d":{"c":{"df":1,"docs":{"163":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"129":{"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":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"151":{"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":{"128":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"148":{"tf":1.0},"33":{"tf":1.0},"34":{"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},"157":{"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":{}}}}},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"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":{"163":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"153":{"tf":1.0}}}}},"o":{"a":{"d":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"88":{"tf":1.0}}},"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":1,"docs":{"92":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":1,"docs":{"150":{"tf":1.0}}}}},"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":{"135":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":0,"docs":{}},"x":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"163":{"tf":1.0}}},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"124":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":4,"docs":{"42":{"tf":1.0},"43":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":11,"docs":{"100":{"tf":1.0},"109":{"tf":1.0},"114":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"136":{"tf":1.0},"155":{"tf":1.0},"24":{"tf":1.0},"70":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":3,"docs":{"137":{"tf":1.0},"138":{"tf":1.0},"68":{"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":{"163":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":12,"docs":{"102":{"tf":1.0},"106":{"tf":1.0},"111":{"tf":1.0},"61":{"tf":1.0},"65":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"80":{"tf":1.0},"84":{"tf":1.0},"89":{"tf":1.0},"93":{"tf":1.0},"97":{"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":4,"docs":{"161":{"tf":1.0},"29":{"tf":1.0},"38":{"tf":1.0},"4":{"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":{"163":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":10,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"163":{"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":3,"docs":{"0":{"tf":1.0},"133":{"tf":1.0},"32":{"tf":1.0}}}}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"116":{"tf":1.0},"19":{"tf":1.0},"49":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"162":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"101":{"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":{"125":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":2,"docs":{"132":{"tf":1.0},"145":{"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":{"147":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"160":{"tf":1.0},"34":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"59":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"162":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"123":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"124":{"tf":1.0},"126":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"138":{"tf":1.0},"139":{"tf":1.0},"144":{"tf":1.0},"33":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"df":0,"docs":{},"i":{"df":9,"docs":{"127":{"tf":1.0},"13":{"tf":1.0},"137":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"34":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0}}}}}}},"q":{"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"124":{"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":4,"docs":{"146":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"30":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":17,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"124":{"tf":1.0},"13":{"tf":1.0},"147":{"tf":1.0},"15":{"tf":1.0},"157":{"tf":1.0},"163":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"154":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"60":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"145":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":3,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"87":{"tf":1.0}}}},"n":{"df":2,"docs":{"120":{"tf":1.0},"13":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":10,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"115":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":1,"docs":{"48":{"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":{"160":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"135":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"163":{"tf":1.0}}}},"i":{"c":{"df":2,"docs":{"163":{"tf":1.0},"17":{"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":{"130":{"tf":1.0},"44":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"c":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"158":{"tf":1.0},"159":{"tf":1.0},"20":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"13":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"69":{"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":{"163":{"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":{"43":{"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":{"46":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"119":{"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":{"57":{"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":{"58":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"163":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"134":{"tf":1.0}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"162":{"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":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"105":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"141":{"tf":1.0}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"110":{"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":{"126":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"147":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"143":{"tf":1.0}}}},"df":1,"docs":{"2":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"53":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":2,"docs":{"29":{"tf":1.0},"38":{"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":{"117":{"tf":1.0}}}}}}},"x":{"d":{"df":8,"docs":{"132":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"144":{"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":4,"docs":{"20":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"122":{"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 545d3c8d19..92d1a73d8c 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","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#metrics","services/proxy/filters/concatenate_bytes.html#concatenatebytes","services/proxy/filters/concatenate_bytes.html#filter-name","services/proxy/filters/concatenate_bytes.html#configuration-examples","services/proxy/filters/concatenate_bytes.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/qcmp.html#quilkin-control-message-protocol-qcmp","services/proxy/qcmp.html#ping","services/proxy/qcmp.html#protocol-data-unit","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#supported-apis","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/relay.html#control-plane-relay","services/relay.html#quickstart","sdks/unreal-engine.html#quilkin-unreal-engine-plugin","sdks/unreal-engine.html#how-to-install","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#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":18,"breadcrumbs":4,"title":1},"101":{"body":12,"breadcrumbs":4,"title":1},"102":{"body":1,"breadcrumbs":5,"title":2},"103":{"body":40,"breadcrumbs":5,"title":2},"104":{"body":3,"breadcrumbs":4,"title":1},"105":{"body":21,"breadcrumbs":4,"title":1},"106":{"body":1,"breadcrumbs":5,"title":2},"107":{"body":27,"breadcrumbs":5,"title":2},"108":{"body":35,"breadcrumbs":7,"title":4},"109":{"body":7,"breadcrumbs":4,"title":1},"11":{"body":60,"breadcrumbs":6,"title":5},"110":{"body":30,"breadcrumbs":5,"title":1},"111":{"body":1,"breadcrumbs":6,"title":2},"112":{"body":46,"breadcrumbs":6,"title":2},"113":{"body":31,"breadcrumbs":8,"title":4},"114":{"body":40,"breadcrumbs":5,"title":1},"115":{"body":0,"breadcrumbs":6,"title":2},"116":{"body":110,"breadcrumbs":6,"title":2},"117":{"body":66,"breadcrumbs":8,"title":3},"118":{"body":74,"breadcrumbs":6,"title":1},"119":{"body":35,"breadcrumbs":6,"title":1},"12":{"body":47,"breadcrumbs":5,"title":4},"120":{"body":167,"breadcrumbs":6,"title":1},"121":{"body":27,"breadcrumbs":6,"title":1},"122":{"body":69,"breadcrumbs":7,"title":2},"123":{"body":204,"breadcrumbs":7,"title":2},"124":{"body":39,"breadcrumbs":9,"title":5},"125":{"body":24,"breadcrumbs":5,"title":1},"126":{"body":109,"breadcrumbs":7,"title":3},"127":{"body":6,"breadcrumbs":4,"title":2},"128":{"body":56,"breadcrumbs":5,"title":3},"129":{"body":180,"breadcrumbs":4,"title":2},"13":{"body":24,"breadcrumbs":7,"title":6},"130":{"body":54,"breadcrumbs":4,"title":2},"131":{"body":101,"breadcrumbs":4,"title":2},"132":{"body":159,"breadcrumbs":5,"title":3},"133":{"body":98,"breadcrumbs":3,"title":1},"134":{"body":207,"breadcrumbs":4,"title":2},"135":{"body":15,"breadcrumbs":6,"title":4},"136":{"body":0,"breadcrumbs":5,"title":2},"137":{"body":117,"breadcrumbs":5,"title":2},"138":{"body":142,"breadcrumbs":6,"title":3},"139":{"body":36,"breadcrumbs":7,"title":3},"14":{"body":56,"breadcrumbs":6,"title":5},"140":{"body":43,"breadcrumbs":6,"title":2},"141":{"body":33,"breadcrumbs":6,"title":2},"142":{"body":68,"breadcrumbs":6,"title":2},"143":{"body":47,"breadcrumbs":5,"title":1},"144":{"body":77,"breadcrumbs":7,"title":3},"145":{"body":162,"breadcrumbs":4,"title":3},"146":{"body":215,"breadcrumbs":2,"title":1},"147":{"body":22,"breadcrumbs":6,"title":4},"148":{"body":34,"breadcrumbs":3,"title":1},"149":{"body":8,"breadcrumbs":2,"title":1},"15":{"body":0,"breadcrumbs":4,"title":3},"150":{"body":40,"breadcrumbs":2,"title":1},"151":{"body":25,"breadcrumbs":3,"title":2},"152":{"body":5,"breadcrumbs":2,"title":1},"153":{"body":16,"breadcrumbs":2,"title":1},"154":{"body":63,"breadcrumbs":2,"title":1},"155":{"body":19,"breadcrumbs":2,"title":1},"156":{"body":10,"breadcrumbs":2,"title":1},"157":{"body":36,"breadcrumbs":5,"title":3},"158":{"body":112,"breadcrumbs":5,"title":3},"159":{"body":79,"breadcrumbs":7,"title":5},"16":{"body":14,"breadcrumbs":2,"title":1},"160":{"body":188,"breadcrumbs":8,"title":6},"161":{"body":10,"breadcrumbs":3,"title":1},"162":{"body":0,"breadcrumbs":6,"title":4},"163":{"body":98,"breadcrumbs":18,"title":16},"17":{"body":30,"breadcrumbs":6,"title":5},"18":{"body":56,"breadcrumbs":4,"title":3},"19":{"body":61,"breadcrumbs":4,"title":3},"2":{"body":53,"breadcrumbs":3,"title":2},"20":{"body":0,"breadcrumbs":8,"title":5},"21":{"body":22,"breadcrumbs":4,"title":1},"22":{"body":94,"breadcrumbs":7,"title":4},"23":{"body":36,"breadcrumbs":6,"title":3},"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":43,"breadcrumbs":5,"title":2},"33":{"body":135,"breadcrumbs":9,"title":6},"34":{"body":173,"breadcrumbs":8,"title":5},"35":{"body":83,"breadcrumbs":7,"title":4},"36":{"body":240,"breadcrumbs":6,"title":3},"37":{"body":168,"breadcrumbs":6,"title":3},"38":{"body":10,"breadcrumbs":5,"title":2},"39":{"body":98,"breadcrumbs":2,"title":1},"4":{"body":198,"breadcrumbs":2,"title":1},"40":{"body":20,"breadcrumbs":2,"title":1},"41":{"body":27,"breadcrumbs":3,"title":2},"42":{"body":50,"breadcrumbs":3,"title":2},"43":{"body":81,"breadcrumbs":4,"title":3},"44":{"body":113,"breadcrumbs":2,"title":1},"45":{"body":55,"breadcrumbs":5,"title":2},"46":{"body":98,"breadcrumbs":5,"title":2},"47":{"body":18,"breadcrumbs":5,"title":2},"48":{"body":209,"breadcrumbs":5,"title":2},"49":{"body":23,"breadcrumbs":4,"title":2},"5":{"body":25,"breadcrumbs":2,"title":1},"50":{"body":194,"breadcrumbs":5,"title":3},"51":{"body":103,"breadcrumbs":4,"title":2},"52":{"body":136,"breadcrumbs":5,"title":3},"53":{"body":24,"breadcrumbs":6,"title":4},"54":{"body":75,"breadcrumbs":4,"title":2},"55":{"body":50,"breadcrumbs":3,"title":1},"56":{"body":33,"breadcrumbs":4,"title":1},"57":{"body":5,"breadcrumbs":5,"title":2},"58":{"body":4,"breadcrumbs":4,"title":1},"59":{"body":4,"breadcrumbs":4,"title":1},"6":{"body":0,"breadcrumbs":2,"title":1},"60":{"body":16,"breadcrumbs":4,"title":1},"61":{"body":1,"breadcrumbs":5,"title":2},"62":{"body":24,"breadcrumbs":5,"title":2},"63":{"body":159,"breadcrumbs":7,"title":4},"64":{"body":20,"breadcrumbs":4,"title":1},"65":{"body":1,"breadcrumbs":5,"title":2},"66":{"body":83,"breadcrumbs":5,"title":2},"67":{"body":47,"breadcrumbs":7,"title":4},"68":{"body":0,"breadcrumbs":5,"title":2},"69":{"body":29,"breadcrumbs":4,"title":1},"7":{"body":12,"breadcrumbs":3,"title":2},"70":{"body":14,"breadcrumbs":4,"title":1},"71":{"body":22,"breadcrumbs":5,"title":1},"72":{"body":1,"breadcrumbs":6,"title":2},"73":{"body":23,"breadcrumbs":6,"title":2},"74":{"body":61,"breadcrumbs":8,"title":4},"75":{"body":30,"breadcrumbs":4,"title":1},"76":{"body":1,"breadcrumbs":5,"title":2},"77":{"body":20,"breadcrumbs":5,"title":2},"78":{"body":24,"breadcrumbs":7,"title":4},"79":{"body":13,"breadcrumbs":4,"title":1},"8":{"body":10,"breadcrumbs":2,"title":1},"80":{"body":1,"breadcrumbs":5,"title":2},"81":{"body":40,"breadcrumbs":5,"title":2},"82":{"body":3,"breadcrumbs":4,"title":1},"83":{"body":16,"breadcrumbs":4,"title":1},"84":{"body":1,"breadcrumbs":5,"title":2},"85":{"body":33,"breadcrumbs":5,"title":2},"86":{"body":138,"breadcrumbs":7,"title":4},"87":{"body":49,"breadcrumbs":5,"title":2},"88":{"body":8,"breadcrumbs":5,"title":1},"89":{"body":1,"breadcrumbs":6,"title":2},"9":{"body":10,"breadcrumbs":2,"title":1},"90":{"body":43,"breadcrumbs":6,"title":2},"91":{"body":60,"breadcrumbs":8,"title":4},"92":{"body":19,"breadcrumbs":6,"title":1},"93":{"body":1,"breadcrumbs":7,"title":2},"94":{"body":117,"breadcrumbs":7,"title":2},"95":{"body":52,"breadcrumbs":9,"title":4},"96":{"body":19,"breadcrumbs":4,"title":1},"97":{"body":1,"breadcrumbs":5,"title":2},"98":{"body":40,"breadcrumbs":5,"title":2},"99":{"body":180,"breadcrumbs":7,"title":4}},"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":"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":"100","title":"Metrics"},"101":{"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":"101","title":"Pass"},"102":{"body":"quilkin.filters.pass.v1alpha1.Pass","breadcrumbs":"Proxy » Filters » Pass » Filter name","id":"102","title":"Filter name"},"103":{"body":"# let yaml = \"\nversion: v1alpha1\nclusters: default: localities: - 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":"103","title":"Configuration Examples"},"104":{"body":"No defined configuration options.","breadcrumbs":"Proxy » Filters » Pass » Configuration","id":"104","title":"Configuration"},"105":{"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":"105","title":"Timestamp"},"106":{"body":"quilkin.filters.timestamp.v1alpha1.Timestamp","breadcrumbs":"Proxy » Filters » Timestamp » Filter name","id":"106","title":"Filter name"},"107":{"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: default: localities: - 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":"107","title":"Configuration Examples"},"108":{"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":"108","title":"Configuration Options ( Rust Doc )"},"109":{"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":"109","title":"Metrics"},"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":"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":"110","title":"TokenRouter"},"111":{"body":"quilkin.filters.token_router.v1alpha1.TokenRouter","breadcrumbs":"Proxy » Filters » Token Router » Filter name","id":"111","title":"Filter name"},"112":{"body":"# let yaml = \"\nversion: v1alpha1\nfilters: - name: quilkin.filters.token_router.v1alpha1.TokenRouter config: metadataKey: myapp.com/myownkey\nclusters: default: localities: - 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":"112","title":"Configuration Examples"},"113":{"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":"113","title":"Configuration Options ( Rust Doc )"},"114":{"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":"114","title":"Metrics"},"115":{"body":"","breadcrumbs":"Proxy » Filters » Token Router » Sample Applications","id":"115","title":"Sample Applications"},"116":{"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: default: localities: - 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 ConcatenateBytes filter could also be used to add authentication tokens to outgoing packets.","breadcrumbs":"Proxy » Filters » Token Router » Packet Authentication","id":"116","title":"Packet Authentication"},"117":{"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":"117","title":"Writing Custom Filters"},"118":{"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::*; #[async_trait::async_trait]\nimpl Filter for Greet { async fn read(&self, ctx: &mut ReadContext) -> Result<(), FilterError> { ctx.contents.extend(b\"Hello\"); Ok(()) } async fn write(&self, ctx: &mut WriteContext) -> Result<(), FilterError> { ctx.contents.extend(b\"Goodbye\"); Ok(()) }\n}","breadcrumbs":"Proxy » Filters » Writing Custom Filters » Filter","id":"118","title":"Filter"},"119":{"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":"119","title":"StaticFilter"},"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":"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) = tokio::sync::watch::channel(()); let proxy = quilkin::Proxy::default(); let config = quilkin::Config::default(); config.filters.store(std::sync::Arc::new( vec![quilkin::config::Filter { name: Greet::NAME.into(), label: None, config: None, }] .try_into()?, )); config.clusters.modify(|map| { map.insert_default(vec![quilkin::endpoint::Endpoint::new( (std::net::Ipv4Addr::LOCALHOST, 4321).into(), )]) }); proxy.run(config.into(), 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: default: localities: - 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":"120","title":"Running"},"121":{"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":"121","title":"Configuration"},"122":{"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 .splice(0..0, format!(\"{} \", self.config.greeting).into_bytes()); Ok(()) } async fn write(&self, ctx: &mut WriteContext) -> Result<(), FilterError> { ctx.contents .splice(0..0, format!(\"{} \", self.config.greeting).into_bytes()); Ok(()) }\n}","breadcrumbs":"Proxy » Filters » Writing Custom Filters » YAML Configuration","id":"122","title":"YAML Configuration"},"123":{"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: 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], then we just need to implement std::convert::TryFrom for converting the protobuf message to equivalvent configuration. // src/main.rs\nmod proto { tonic::include_proto!(\"greet\");\n} impl 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 » Protobuf Configuration","id":"123","title":"Protobuf Configuration"},"124":{"body":"services ports Protocol QCMP 7600 UDP (IPv4 OR IPv6) In addition to the TCP based administration API, Quilkin provides a meta API over UDP. 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":"124","title":"Quilkin Control Message Protocol (QCMP)"},"125":{"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":"125","title":"Ping"},"126":{"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":"126","title":"Protocol Data Unit"},"127":{"body":"The following are metrics that Quilkin provides while in Proxy Mode.","breadcrumbs":"Proxy » Metrics » Proxy Metrics","id":"127","title":"Proxy Metrics"},"128":{"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":"128","title":"ASN Maxmind Information"},"129":{"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":"129","title":"General Metrics"},"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":"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":"130","title":"Session Metrics"},"131":{"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":"131","title":"Filter Metrics"},"132":{"body":"services ports Protocol xDS 7800 gRPC (IPv4 OR IPv6) For multi-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":"132","title":"xDS Control Plane"},"133":{"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) State of the World (SotW) variant with gRPC.","breadcrumbs":"Control Plane » Overview","id":"133","title":"Overview"},"134":{"body":"Since the range of resources configurable by the xDS API extends that of Quilkin's domain (i.e being UDP based, Quilkin does not have a need for HTTP/TCP resources), only a subset of the API is supported. The following lists these relevant parts and any limitation to the provided support as a result: Cluster Discovery Service (CDS) : Provides information about known clusters and their membership information. The proxy uses these resources to discover clusters and their endpoints. While cluster topology information like locality can be provided in the configuration, the proxy currently does not use this information (support may be included in the future however). Any load balancing information included in this resource is ignored. For load balancing, use Quilkin filters instead. Only cluster discovery type STATIC and EDS is supported. Configuration including other discovery types e.g LOGICAL_DNS is rejected. Endpoint Discovery Service (EDS) : Provides information about endpoints. The proxy uses these resources to discover information about endpoints like their IP addresses. Endpoints may provide Endpoint Metadata via the metadata field. These metadata will be visible to filters as part of the corresponding endpoints information when processing packets. Only socket addresses are supported on an endpoint's address configuration - i.e an IP address and port number combination. Configuration including any other type of addressing e.g named pipes will be rejected. Any load balancing information included in this resource is ignored. For load balancing, use Quilkin filters instead. Listener Discovery Service (LDS) : Provides information about Filters and Filter Chains . Only the name and filter_chains fields in the Listener resource are used by the proxy. The rest are ignored. Since Quilkin only uses one filter chain per proxy, at most one filter chain can be provided in the resource. Otherwise the configuration is rejected. Only the list of filters specified in the filter chain is used by the proxy - i.e other fields like filter_chain_match are ignored. This list also specifies the order that the corresponding filter chain will be constructed. gRPC proto configuration for Quilkin's built-in filters can be found here . They are equivalent to the filter's static configuration.","breadcrumbs":"Control Plane » Supported APIs","id":"134","title":"Supported APIs"},"135":{"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":"135","title":"Connecting to an xDS management server"},"136":{"body":"","breadcrumbs":"Control Plane » Metrics » xDS Metrics","id":"136","title":"xDS Metrics"},"137":{"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":"137","title":"Proxy Mode"},"138":{"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":"138","title":"xDS Provider Mode"},"139":{"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. Currently, the Agones provider can only discover resources within the cluster it is running in.","breadcrumbs":"Control Plane » Providers » Agones » Agones xDS Provider","id":"139","title":"Agones xDS Provider"},"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":"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":"140","title":"Endpoint Configuration"},"141":{"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":"141","title":"Access Tokens"},"142":{"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":"142","title":"Filter Configuration"},"143":{"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":"143","title":"Usage"},"144":{"body":"The filesystem provider watches a configuration file on disk and sends updates to proxies whenever that file changes. It can be started with using subcommand manage file as the following: 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: cluster-a: localities: - 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":"144","title":"Filesystem xDS Provider"},"145":{"body":"services ports Protocol ADS 7800 gRPC(IPv4) CPDS 7900 gRPC(IPv4) 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] -h, --help Print help","breadcrumbs":"Relay » Control Plane Relay","id":"145","title":"Control Plane Relay"},"146":{"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: default: localities: - 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: default: localities: - 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":"146","title":"Quickstart"},"147":{"body":"This is an alpha version of the Unreal Engine plugin for Quilkin. Currently it only supports adding a routing token in the following format. | token | version\nX bytes | 16 bytes | 1 bytes","breadcrumbs":"Unreal Engine » Quilkin Unreal Engine Plugin","id":"147","title":"Quilkin Unreal Engine Plugin"},"148":{"body":"To get this client proxy installed, the SDK should be located in Engine path for Plugins, so copy the whole ue4 folder (resides under sdks folder) in your Unreal Engine path /[UE4 Root]/Engine/Plugins, then you may want to rename the ue4 folder to Quilkin. Unreal Engine will automatically discover the plugin by searching for .uplugin file.","breadcrumbs":"Unreal Engine » How to install","id":"148","title":"How to install"},"149":{"body":"services ports Protocol Administration 8000 HTTP (IPv4 OR IPv6)","breadcrumbs":"Administration » Administration","id":"149","title":"Administration"},"15":{"body":"","breadcrumbs":"Netcat » Quickstart: Quilkin with netcat","id":"15","title":"Quickstart: Quilkin with netcat"},"150":{"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":"150","title":"Logging"},"151":{"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":"151","title":"HTTP API"},"152":{"body":"The admin interface provides the following endpoints:","breadcrumbs":"Administration » Endpoints","id":"152","title":"Endpoints"},"153":{"body":"This provides a liveness probe endpoint, most commonly used in Kubernetes based systems . Will return an HTTP status of 200 when all health checks pass.","breadcrumbs":"Administration » /live","id":"153","title":"/live"},"154":{"body":"This provides a readiness probe endpoint, most commonly used in Kubernetes based systems . Depending on whether Quilkin is run in Proxy mode i.e. quilkin proxy, vs an xDS provider mode, such as quilkin manage agones, will dictate how readiness is calculated: 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":"154","title":"/ready"},"155":{"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.","breadcrumbs":"Administration » /metrics","id":"155","title":"/metrics"},"156":{"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":"156","title":"/config"},"157":{"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":"157","title":"Quilkin Integration Examples"},"158":{"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":"158","title":"Server Proxy as a Sidecar"},"159":{"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":"159","title":"Client Proxy to Sidecar Server Proxy"},"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":"| | | | 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":"160","title":"Client Proxy to Separate Server Proxies Pools"},"161":{"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":"161","title":"What Next?"},"162":{"body":"","breadcrumbs":"Videos and Presentations » Third Party Videos and Presentations","id":"162","title":"Third Party Videos and Presentations"},"163":{"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":"163","title":"GDC 2023: Open Source Game Development Summit: Agones and Quilkin: OSS Multiplayer Game Server Service Mesh on Kubernetes"},"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"},"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"},"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!"},"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)"},"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"},"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"},"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!"},"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} 9091 Then open a browser to http://localhost:9091/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, 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 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 NAME 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 8000, to port forward the admin endpoint locally, which we can then query. Go back to your original terminal and run curl -s http://localhost:8000/config If you have jq installed, run curl -s http://localhost:8000/config | jq for a nicely formatted JSON output. $ curl -s http://localhost:8000/config\n{\"admin\":{\"address\":\"0.0.0.0:8000\"},\"clusters\":{},\"filters\":[{\"name\":\"quilkin.filters.capture.v1alpha1.Capture\",\"config\":{\"metadataKey\":\"quilkin.dev/capture\",\"suffix\":{\"size\":3,\"remove\":true}}},{\"name\":\"quilkin.filters.token_router.v1alpha1.TokenRouter\",\"config\":null}],\"id\":\"quilkin-proxies-78965c446d-dqvjg\",\"management_servers\":[{\"address\":\"http://quilkin-manage-agones:80\"}],\"port\":7000,\"version\":\"v1alpha1\",\"maxmind_db\":null}% 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.24.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:8000/config again, so we can see what has changed! $ curl -s http://localhost:8000/config\n{\"admin\":{\"address\":\"0.0.0.0:8000\"},\"clusters\":{\"default\":{\"localities\":[{\"locality\":null,\"endpoints\":[{\"address\":\"34.168.170.51:7226\",\"metadata\":{\"quilkin.dev\":{\"tokens\":[\"NDU2\"]}}}]}]}},\"filters\":[{\"name\":\"quilkin.filters.capture.v1alpha1.Capture\",\"config\":{\"metadataKey\":\"quilkin.dev/capture\",\"suffix\":{\"size\":3,\"remove\":true}}},{\"name\":\"quilkin.filters.token_router.v1alpha1.TokenRouter\",\"config\":null}],\"id\":\"quilkin-proxies-78965c446d-tfgsj\",\"management_servers\":[{\"address\":\"http://quilkin-manage-agones:80\"}],\"port\":7000,\"version\":\"v1alpha1\",\"maxmind_db\":null}% Looking under clusters > localities > 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 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 7000: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 ConcatenateBytes 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 -c ./client-token.yaml proxy\n{\"timestamp\":\"2022-10-07T22:10:47.257635Z\",\"level\":\"INFO\",\"fields\":{\"message\":\"Starting Quilkin\",\"version\":\"0.4.0-dev\",\"commit\":\"c77260a2526542c564829a2c66935c60f00adcd2\"},\"target\":\"quilkin::cli\"}\n{\"timestamp\":\"2022-10-07T22:10:47.258273Z\",\"level\":\"INFO\",\"fields\":{\"message\":\"Starting\",\"port\":7000,\"proxy_id\":\"markmandel45\"},\"target\":\"quilkin::proxy\"}\n{\"timestamp\":\"2022-10-07T22:10:47.258321Z\",\"level\":\"INFO\",\"fields\":{\"message\":\"Starting admin endpoint\",\"address\":\"[::]:9092\"},\"target\":\"quilkin::admin\"}\n{\"timestamp\":\"2022-10-07T22:10:47.258812Z\",\"level\":\"INFO\",\"fields\":{\"message\":\"Quilkin is ready\"},\"target\":\"quilkin::proxy\"} Now connect to the local client proxy on \"127.0.0.1:7000\" 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.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":"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] -t, --to One or more socket addresses to forward packets to [env: QUILKIN_DEST=] -h, --help Print help","breadcrumbs":"Proxy » Proxy","id":"39","title":"Proxy"},"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":"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":"40","title":"Endpoints"},"41":{"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":"41","title":"Proxy Filters"},"42":{"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":"42","title":"Endpoint Metadata"},"43":{"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: default: localities: - 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":"43","title":"Specialist Endpoint Metadata"},"44":{"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":"44","title":"Session"},"45":{"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":"45","title":"Configuration File"},"46":{"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 default: localities: # grouping of endpoints within a cluster - 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":"46","title":"Static Configuration"},"47":{"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":"47","title":"Dynamic Configuration"},"48":{"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: object description: | grouping of clusters, each with a key for a name additionalProperties: type: object description: | An individual cluster properties: localities: 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 management_servers: type: array description: | A list of XDS management servers to fetch configuration from. Multiple servers can be provided for redundancy for the proxy to fall back to upon error. items: type: object description: | Configuration for a management server. properties: address: type: string description: | Address of the management server. This must have the `http(s)` scheme prefix. Example: `http://example.com`","breadcrumbs":"Proxy » Configuration File » Json Schema","id":"48","title":"Json Schema"},"49":{"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":"49","title":"Packet Filters"},"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":"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":"50","title":"Filters and Filter chain"},"51":{"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: default: localities: - 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":"51","title":"Configuration Examples"},"52":{"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":"52","title":"Filter Dynamic Metadata"},"53":{"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":"53","title":"Well Known Dynamic Metadata"},"54":{"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. ConcatenateBytes 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":"54","title":"Built-in filters"},"55":{"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":"55","title":"FilterConfig"},"56":{"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 ConcatenateBytes and TokenRouter filter to provide common packet routing utilities.","breadcrumbs":"Proxy » Filters » Capture » Capture","id":"56","title":"Capture"},"57":{"body":"There are multiple strategies for capturing bytes from the packet.","breadcrumbs":"Proxy » Filters » Capture » Capture strategies","id":"57","title":"Capture strategies"},"58":{"body":"Captures bytes from the end of the packet.","breadcrumbs":"Proxy » Filters » Capture » Suffix","id":"58","title":"Suffix"},"59":{"body":"Captures bytes from the start of the packet.","breadcrumbs":"Proxy » Filters » Capture » Prefix","id":"59","title":"Prefix"},"6":{"body":"","breadcrumbs":"Installation » Distributions","id":"6","title":"Distributions"},"60":{"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":"60","title":"Regex"},"61":{"body":"quilkin.filters.capture.v1alpha1.Capture","breadcrumbs":"Proxy » Filters » Capture » Filter name","id":"61","title":"Filter name"},"62":{"body":"# let yaml = \"\nversion: v1alpha1\nfilters: - name: quilkin.filters.capture.v1alpha1.Capture config: metadataKey: myapp.com/myownkey prefix: size: 3 remove: false\nclusters: default: localities: - 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":"62","title":"Configuration Examples"},"63":{"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":"63","title":"Configuration Options ( Rust Doc )"},"64":{"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":"64","title":"Compress"},"65":{"body":"quilkin.filters.compress.v1alpha1.Compress","breadcrumbs":"Proxy » Filters » Compress » Filter name","id":"65","title":"Filter name"},"66":{"body":"# let yaml = \"\nversion: v1alpha1\nfilters: - name: quilkin.filters.compress.v1alpha1.Compress config: on_read: COMPRESS on_write: DECOMPRESS mode: SNAPPY\nclusters: default: localities: - 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":"66","title":"Configuration Examples"},"67":{"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","breadcrumbs":"Proxy » Filters » Compress » Configuration Options ( Rust Doc )","id":"67","title":"Configuration Options ( Rust Doc )"},"68":{"body":"","breadcrumbs":"Proxy » Filters » Compress » Compression Modes","id":"68","title":"Compression Modes"},"69":{"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. Currently, this filter only provides the Snappy compression format via the rust-snappy crate, but more will be provided in the future.","breadcrumbs":"Proxy » Filters » Compress » Snappy","id":"69","title":"Snappy"},"7":{"body":"Source / Method us-docker.pkg.dev/quilkin/release/quilkin:0.7.0-dev-36d14d4 Notes Pre-built Quilkin binary with no preset arguments","breadcrumbs":"Installation » OCI Image","id":"7","title":"OCI Image"},"70":{"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":"70","title":"Metrics"},"71":{"body":"The ConcatenateBytes 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 Bytes » ConcatenateBytes","id":"71","title":"ConcatenateBytes"},"72":{"body":"quilkin.filters.concatenate_bytes.v1alpha1.ConcatenateBytes","breadcrumbs":"Proxy » Filters » Concatenate Bytes » Filter name","id":"72","title":"Filter name"},"73":{"body":"# let yaml = \"\nversion: v1alpha1\nfilters: - name: quilkin.filters.concatenate_bytes.v1alpha1.ConcatenateBytes config: on_read: APPEND on_write: DO_NOTHING bytes: MXg3aWp5Ng==\nclusters: default: localities: - 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 Bytes » Configuration Examples","id":"73","title":"Configuration Examples"},"74":{"body":"$schema: http://json-schema.org/draft-07/schema#\ntitle: Config\ndescription: Config represents a `ConcatenateBytes` 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 Bytes » Configuration Options ( Rust Doc )","id":"74","title":"Configuration Options ( Rust Doc )"},"75":{"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":"75","title":"Debug"},"76":{"body":"quilkin.filters.debug_filter.v1alpha1.Debug","breadcrumbs":"Proxy » Filters » Debug » Filter name","id":"76","title":"Filter name"},"77":{"body":"# let yaml = \"\nversion: v1alpha1\nfilters: - name: quilkin.filters.debug.v1alpha1.Debug config: id: debug-1\nclusters: default: localities: - 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":"77","title":"Configuration Examples"},"78":{"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":"78","title":"Configuration Options ( Rust Doc )"},"79":{"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":"79","title":"Drop"},"8":{"body":"Source / Method cargo install quilkin Notes Compiled from source using cargo","breadcrumbs":"Installation » Cargo","id":"8","title":"Cargo"},"80":{"body":"quilkin.filters.drop.v1alpha1.Drop","breadcrumbs":"Proxy » Filters » Drop » Filter name","id":"80","title":"Filter name"},"81":{"body":"# let yaml = \"\nversion: v1alpha1\nclusters: default: localities: - 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":"81","title":"Configuration Examples"},"82":{"body":"No defined configuration options.","breadcrumbs":"Proxy » Filters » Drop » Configuration","id":"82","title":"Configuration"},"83":{"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":"83","title":"Firewall"},"84":{"body":"quilkin.filters.firewall.v1alpha1.Firewall","breadcrumbs":"Proxy » Filters » Firewall » Filter name","id":"84","title":"Filter name"},"85":{"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: default: localities: - 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":"85","title":"Configuration Examples"},"86":{"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":"86","title":"Configuration Options ( Rust Doc )"},"87":{"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":"87","title":"Rule Evaluation"},"88":{"body":"The LoadBalancer filter distributes packets received downstream among all upstream endpoints.","breadcrumbs":"Proxy » Filters » Load Balancer » LoadBalancer","id":"88","title":"LoadBalancer"},"89":{"body":"quilkin.filters.load_balancer.v1alpha1.LoadBalancer","breadcrumbs":"Proxy » Filters » Load Balancer » Filter name","id":"89","title":"Filter name"},"9":{"body":"Source / Method GitHub Releases Notes Pre-built binaries for manual installation","breadcrumbs":"Installation » GitHub","id":"9","title":"GitHub"},"90":{"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: default: localities: - 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":"90","title":"Configuration Examples"},"91":{"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":"91","title":"Configuration Options ( Rust Doc )"},"92":{"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":"92","title":"LocalRateLimit"},"93":{"body":"quilkin.filters.local_rate_limit.v1alpha1.LocalRateLimit","breadcrumbs":"Proxy » Filters » Local Rate Limit » Filter name","id":"93","title":"Filter name"},"94":{"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: default: localities: - 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":"94","title":"Configuration Examples"},"95":{"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":"95","title":"Configuration Options ( Rust Doc )"},"96":{"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":"96","title":"Match"},"97":{"body":"quilkin.filters.match.v1alpha1.Match","breadcrumbs":"Proxy » Filters » Match » Filter name","id":"97","title":"Filter name"},"98":{"body":"# let yaml = \"\nversion: v1alpha1\nclusters: default: localities: - 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":"98","title":"Configuration Examples"},"99":{"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: name: quilkin.filters.drop.v1alpha1.Drop label: null config: null 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":"99","title":"Configuration Options ( Rust Doc )"}},"length":164,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{".":{"0":{"df":5,"docs":{"63":{"tf":1.4142135623730951},"74":{"tf":1.0},"86":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}},"2":{".":{"0":{"df":1,"docs":{"120":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{".":{"0":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"df":1,"docs":{"123":{"tf":1.7320508075688772}}},"8":{"df":1,"docs":{"122":{"tf":1.0}}},"df":0,"docs":{}},"1":{"df":1,"docs":{"18":{"tf":2.0}}},"7":{"/":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":10,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"2":{"2":{":":{"1":{"0":{":":{"4":{"7":{".":{"2":{"5":{"7":{"6":{"3":{"5":{"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":{"37":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"3":{"2":{"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":{"37":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"1":{"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":{"37":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":5,"docs":{"126":{"tf":1.0},"137":{"tf":1.0},"18":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":2.0}},"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":{"122":{"tf":1.0},"123":{"tf":1.0}}},"2":{"4":{".":{"0":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"/":{"1":{"df":2,"docs":{"33":{"tf":1.0},"34":{"tf":2.0}}},"df":0,"docs":{}},"0":{".":{"1":{"0":{"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":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"df":2,"docs":{"85":{"tf":1.0},"94":{"tf":1.7320508075688772}}},"4":{"df":1,"docs":{"94":{"tf":1.0}}},"df":0,"docs":{}},"df":3,"docs":{"37":{"tf":2.0},"51":{"tf":1.4142135623730951},"85":{"tf":1.0}}},"2":{"3":{".":{"0":{".":{"0":{".":{"1":{":":{"2":{"9":{"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{".":{"0":{".":{"0":{".":{"1":{":":{"2":{"6":{"0":{"0":{"0":{"df":8,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"81":{"tf":1.0},"98":{"tf":1.0}}},"1":{"df":6,"docs":{"103":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"46":{"tf":1.0},"81":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"3":{"2":{"1":{"df":2,"docs":{"120":{"tf":1.0},"123":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"0":{"0":{"0":{"df":1,"docs":{"37":{"tf":1.0}}},"1":{"df":8,"docs":{"51":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"0":{"0":{"df":1,"docs":{"125":{"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":{"146":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"9":{"9":{"9":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"120":{"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":{"147":{"tf":1.0}}},"8":{"0":{"0":{"0":{"df":1,"docs":{"144":{"tf":1.0}}},"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"2":{".":{"1":{"6":{"8":{".":{"1":{".":{"1":{":":{"7":{"0":{"0":{"1":{"df":1,"docs":{"48":{"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":{"85":{"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":{}}},"df":19,"docs":{"112":{"tf":1.0},"120":{"tf":1.0},"123":{"tf":1.0},"126":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.4142135623730951},"144":{"tf":1.0},"147":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"32":{"tf":1.0},"51":{"tf":1.4142135623730951},"62":{"tf":1.0},"66":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.4142135623730951},"85":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.7320508075688772}},"m":{"2":{"3":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"x":{"7":{"df":0,"docs":{},"i":{"df":0,"docs":{},"j":{"df":0,"docs":{},"y":{"6":{"df":3,"docs":{"141":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"2":{"0":{"0":{"df":2,"docs":{"153":{"tf":1.0},"154":{"tf":1.4142135623730951}}},"2":{"2":{"df":1,"docs":{"36":{"tf":1.0}}},"3":{"df":1,"docs":{"163":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"df":0,"docs":{},"m":{"df":1,"docs":{"36":{"tf":1.7320508075688772}}}},"df":8,"docs":{"103":{"tf":1.0},"116":{"tf":1.0},"18":{"tf":1.0},"23":{"tf":1.0},"33":{"tf":1.0},"51":{"tf":1.0},"81":{"tf":1.0},"98":{"tf":1.0}}},"3":{"4":{".":{"1":{"6":{"8":{".":{"1":{"7":{"0":{".":{"5":{"1":{"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":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"d":{"1":{"4":{"d":{"4":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":10,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"116":{"tf":1.0},"142":{"tf":1.0},"19":{"tf":1.0},"24":{"tf":1.0},"34":{"tf":1.0},"62":{"tf":1.0},"81":{"tf":1.0},"98":{"tf":1.0}},"h":{"2":{"2":{"df":0,"docs":{},"m":{"df":1,"docs":{"37":{"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":{"120":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"120":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"6":{"df":2,"docs":{"36":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":5,"docs":{"23":{"tf":1.0},"27":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0},"94":{"tf":1.0}}},"5":{"1":{"2":{"df":1,"docs":{"50":{"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":{},"j":{"7":{"df":0,"docs":{},"q":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":2,"docs":{"25":{"tf":1.0},"36":{"tf":1.0}},"m":{"7":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}}},"6":{"0":{"df":1,"docs":{"44":{"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":1,"docs":{"34":{"tf":1.7320508075688772}}}},"7":{"0":{"0":{"0":{":":{"3":{"0":{"1":{"7":{"4":{"/":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"p":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"19":{"tf":1.0},"48":{"tf":1.0},"85":{"tf":1.4142135623730951}}},"1":{"df":1,"docs":{"123":{"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":{}},"df":0,"docs":{}},"5":{"3":{"3":{"df":1,"docs":{"22":{"tf":1.0}}},"4":{"df":1,"docs":{"26":{"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":2,"docs":{"124":{"tf":1.0},"39":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":1,"docs":{"33":{"tf":1.0}}},"7":{"7":{"7":{"df":3,"docs":{"120":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"0":{"0":{"df":2,"docs":{"132":{"tf":1.4142135623730951},"145":{"tf":1.4142135623730951}}},"1":{"df":1,"docs":{"146":{"tf":1.0}}},"2":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}},"9":{"6":{"5":{"c":{"4":{"4":{"6":{"d":{"df":2,"docs":{"34":{"tf":2.0},"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"0":{"0":{"df":2,"docs":{"145":{"tf":1.4142135623730951},"146":{"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":{}},"df":1,"docs":{"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":{}},"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":{"149":{"tf":1.0},"151":{"tf":1.0},"34":{"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}}}}}},"df":1,"docs":{"75":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"j":{"3":{"df":0,"docs":{},"v":{"2":{"df":0,"docs":{},"i":{"df":3,"docs":{"141":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"9":{"0":{"9":{"1":{"df":1,"docs":{"24":{"tf":1.0}}},"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}}}}},"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":{"120":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"a":{"b":{"c":{"df":3,"docs":{"103":{"tf":1.0},"81":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"158":{"tf":1.0},"3":{"tf":1.0},"50":{"tf":1.0}}}},"o":{"df":0,"docs":{},"v":{"df":9,"docs":{"1":{"tf":1.0},"159":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"51":{"tf":1.0},"66":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":6,"docs":{"105":{"tf":1.0},"118":{"tf":1.0},"126":{"tf":1.0},"145":{"tf":1.0},"4":{"tf":1.4142135623730951},"54":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":12,"docs":{"1":{"tf":1.0},"116":{"tf":1.0},"141":{"tf":1.4142135623730951},"151":{"tf":1.0},"160":{"tf":1.0},"163":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.4142135623730951},"43":{"tf":1.0},"86":{"tf":1.0},"87":{"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":{"131":{"tf":1.0}}}}}}},"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":1,"docs":{"163":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"39":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"67":{"tf":1.0},"85":{"tf":1.4142135623730951},"86":{"tf":2.0},"87":{"tf":2.0}}}},"v":{"df":4,"docs":{"129":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"145":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"118":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"d":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"d":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}}},"df":10,"docs":{"116":{"tf":1.0},"120":{"tf":1.7320508075688772},"122":{"tf":1.0},"123":{"tf":2.0},"145":{"tf":1.0},"146":{"tf":1.0},"36":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"71":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"124":{"tf":1.0},"133":{"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":2,"docs":{"48":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}}}}}}}}},"df":1,"docs":{"146":{"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":2,"docs":{"23":{"tf":1.0},"37":{"tf":1.0}}}}}},"df":38,"docs":{"103":{"tf":1.4142135623730951},"107":{"tf":1.0},"112":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"120":{"tf":1.0},"123":{"tf":1.0},"128":{"tf":1.7320508075688772},"134":{"tf":2.23606797749979},"140":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":2.6457513110645907},"151":{"tf":1.0},"160":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"43":{"tf":1.0},"46":{"tf":1.7320508075688772},"48":{"tf":2.23606797749979},"51":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.4142135623730951},"85":{"tf":1.0},"86":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0},"98":{"tf":1.4142135623730951}}}}}}},"df":7,"docs":{"124":{"tf":1.0},"131":{"tf":1.0},"133":{"tf":1.0},"141":{"tf":1.4142135623730951},"145":{"tf":1.4142135623730951},"146":{"tf":1.0},"147":{"tf":1.0}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"117":{"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":8,"docs":{"146":{"tf":2.23606797749979},"151":{"tf":1.0},"152":{"tf":1.0},"18":{"tf":1.0},"24":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":2.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":4,"docs":{"124":{"tf":1.0},"149":{"tf":1.4142135623730951},"151":{"tf":1.4142135623730951},"161":{"tf":1.0}}}}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"150":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"158":{"tf":1.0},"159":{"tf":1.0},"2":{"tf":1.0},"32":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"163":{"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":{"150":{"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":1,"docs":{"34":{"tf":1.0}}}}}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"19":{"tf":1.0},"36":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"112":{"tf":1.0},"116":{"tf":1.0},"143":{"tf":1.0},"23":{"tf":1.0},"86":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}}}},"df":7,"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}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":2,"docs":{"133":{"tf":1.0},"145":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"n":{"df":24,"docs":{"132":{"tf":1.4142135623730951},"139":{"tf":2.23606797749979},"140":{"tf":1.7320508075688772},"142":{"tf":1.4142135623730951},"143":{"tf":1.7320508075688772},"145":{"tf":1.4142135623730951},"154":{"tf":1.0},"163":{"tf":1.7320508075688772},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":2.23606797749979},"23":{"tf":1.0},"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}},"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":1,"docs":{"36":{"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":1,"docs":{"36":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"d":{"df":0,"docs":{},"k":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}},"v":{"1":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},":":{"8":{"0":{"\"":{"df":0,"docs":{},"}":{"]":{",":{"\"":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"\"":{":":{"7":{"0":{"0":{"0":{",":{"\"":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"\"":{":":{"\"":{"df":0,"docs":{},"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":{},"x":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"_":{"d":{"b":{"\"":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"34":{"tf":1.0},"36":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"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},"69":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":7,"docs":{"132":{"tf":1.0},"140":{"tf":1.0},"145":{"tf":1.0},"23":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":3.1622776601683795},"37":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":8,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"63":{"tf":1.4142135623730951},"67":{"tf":1.0},"74":{"tf":1.4142135623730951},"86":{"tf":1.0},"91":{"tf":1.0},"99":{"tf":1.7320508075688772}}},"w":{"df":11,"docs":{"117":{"tf":1.0},"14":{"tf":1.0},"2":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.7320508075688772},"87":{"tf":2.23606797749979},"94":{"tf":2.0},"95":{"tf":1.0}},"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":{"54":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"126":{"tf":1.0},"52":{"tf":1.0}},"s":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"158":{"tf":1.0},"43":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"h":{"a":{"df":2,"docs":{"11":{"tf":1.0},"147":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"123":{"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":{"50":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":6,"docs":{"101":{"tf":1.0},"11":{"tf":1.0},"145":{"tf":1.0},"160":{"tf":1.4142135623730951},"79":{"tf":1.0},"94":{"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":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"163":{"tf":1.0}}}}}}},"n":{"d":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"128":{"tf":1.0},"47":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"141":{"tf":1.4142135623730951},"36":{"tf":2.449489742783178}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"125":{"tf":1.0},"160":{"tf":1.0},"19":{"tf":1.0},"34":{"tf":1.0},"52":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"99":{"tf":1.7320508075688772}}},"n":{"df":1,"docs":{"163":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":14,"docs":{"117":{"tf":1.0},"12":{"tf":1.0},"124":{"tf":2.0},"133":{"tf":2.0},"134":{"tf":1.7320508075688772},"151":{"tf":1.0},"161":{"tf":1.0},"163":{"tf":1.4142135623730951},"27":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"142":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"117":{"tf":1.0},"37":{"tf":1.7320508075688772},"50":{"tf":2.6457513110645907},"52":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"115":{"tf":1.0},"36":{"tf":1.0}}},"df":9,"docs":{"137":{"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},"63":{"tf":1.0},"95":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"145":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":6,"docs":{"116":{"tf":1.0},"143":{"tf":1.0},"158":{"tf":1.0},"33":{"tf":1.4142135623730951},"36":{"tf":1.0},"71":{"tf":1.0}}}}}}}}},"r":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"40":{"tf":1.0},"42":{"tf":1.4142135623730951},"48":{"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":{"132":{"tf":1.0},"157":{"tf":1.4142135623730951},"2":{"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":4,"docs":{"128":{"tf":1.0},"154":{"tf":1.0},"21":{"tf":1.0},"31":{"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":6,"docs":{"140":{"tf":1.0},"142":{"tf":1.0},"145":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"130":{"tf":1.0},"137":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"y":{"df":6,"docs":{"110":{"tf":1.0},"46":{"tf":1.4142135623730951},"48":{"tf":2.0},"74":{"tf":1.0},"86":{"tf":2.0},"99":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"df":0,"docs":{},"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":{"161":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"n":{"df":3,"docs":{"128":{"tf":2.0},"129":{"tf":2.449489742783178},"130":{"tf":1.4142135623730951}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"151":{"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":{"103":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"144":{"tf":1.0},"51":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0},"98":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":8,"docs":{"129":{"tf":1.4142135623730951},"141":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"46":{"tf":1.4142135623730951},"48":{"tf":1.0},"52":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"116":{"tf":1.0},"151":{"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":{"118":{"tf":1.0},"122":{"tf":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":{"118":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"90":{"tf":1.0},"94":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"137":{"tf":1.7320508075688772}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"66":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"71":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":8,"docs":{"112":{"tf":1.0},"116":{"tf":2.8284271247461903},"143":{"tf":1.0},"160":{"tf":1.0},"163":{"tf":1.0},"36":{"tf":1.4142135623730951},"54":{"tf":1.0},"56":{"tf":1.0}}}}}},"o":{"df":1,"docs":{"4":{"tf":1.4142135623730951}},"m":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"148":{"tf":1.0},"44":{"tf":1.4142135623730951}}}},"df":2,"docs":{"132":{"tf":1.0},"5":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":5,"docs":{"129":{"tf":1.0},"155":{"tf":1.4142135623730951},"157":{"tf":1.0},"161":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"160":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":7,"docs":{"138":{"tf":1.0},"160":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"34":{"tf":1.0},"48":{"tf":1.0},"66":{"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":{"137":{"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":{"134":{"tf":2.0},"160":{"tf":1.4142135623730951},"90":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"6":{"4":{"df":4,"docs":{"141":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.4142135623730951},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":12,"docs":{"11":{"tf":1.0},"124":{"tf":1.0},"129":{"tf":1.0},"134":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.4142135623730951},"91":{"tf":1.0},"96":{"tf":1.0}}},"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":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"50":{"tf":1.0}}}}},"df":6,"docs":{"13":{"tf":1.0},"131":{"tf":1.7320508075688772},"134":{"tf":1.0},"158":{"tf":1.0},"52":{"tf":1.0},"66":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":8,"docs":{"129":{"tf":1.0},"130":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"66":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"63":{"tf":1.0},"71":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"96":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"54":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"1":{"tf":1.0},"138":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"116":{"tf":1.0},"157":{"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":1,"docs":{"1":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":11,"docs":{"105":{"tf":1.0},"129":{"tf":1.0},"133":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"26":{"tf":1.0},"32":{"tf":1.0},"44":{"tf":1.7320508075688772},"49":{"tf":1.0},"54":{"tf":1.0},"64":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":11,"docs":{"12":{"tf":1.0},"123":{"tf":1.0},"13":{"tf":1.0},"159":{"tf":1.0},"16":{"tf":1.0},"160":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"37":{"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":{"119":{"tf":1.0},"123":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"d":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"83":{"tf":1.0},"86":{"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":{"112":{"tf":1.0},"116":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"137":{"tf":1.0},"63":{"tf":1.4142135623730951},"99":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"df":1,"docs":{"23":{"tf":1.0}},"h":{"df":5,"docs":{"11":{"tf":1.0},"118":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"36":{"tf":1.0},"52":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"151":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"df":5,"docs":{"123":{"tf":1.0},"158":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"54":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"81":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":2.23606797749979}}}},"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":{},"g":{"df":1,"docs":{"145":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"l":{"d":{"df":7,"docs":{"1":{"tf":1.0},"12":{"tf":1.0},"123":{"tf":1.7320508075688772},"131":{"tf":1.0},"14":{"tf":1.0},"41":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":11,"docs":{"134":{"tf":1.0},"139":{"tf":1.0},"146":{"tf":1.0},"163":{"tf":1.0},"43":{"tf":1.4142135623730951},"47":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":20,"docs":{"110":{"tf":1.0},"123":{"tf":1.0},"129":{"tf":1.0},"147":{"tf":1.7320508075688772},"46":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":2.8284271247461903},"70":{"tf":1.4142135623730951},"71":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.4142135623730951},"75":{"tf":1.0}}}}}},"c":{"/":{"c":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"138":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"154":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"50":{"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":{"43":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"157":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":12,"docs":{"105":{"tf":1.0},"116":{"tf":1.4142135623730951},"157":{"tf":1.0},"33":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"56":{"tf":1.7320508075688772},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.4142135623730951},"63":{"tf":2.6457513110645907}},"e":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":3,"docs":{"112":{"tf":1.0},"116":{"tf":1.0},"52":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"27":{"tf":1.0},"37":{"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":3,"docs":{"120":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.4142135623730951}}}}}}},"df":5,"docs":{"120":{"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":{"126":{"tf":1.0},"144":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.4142135623730951},"94":{"tf":1.0}}}},"t":{"df":1,"docs":{"17":{"tf":1.4142135623730951}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"145":{"tf":1.0}}}}},"d":{"df":1,"docs":{"134":{"tf":1.0}}},"df":6,"docs":{"12":{"tf":2.23606797749979},"14":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.4142135623730951},"4":{"tf":1.0},"45":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":8,"docs":{"118":{"tf":1.0},"134":{"tf":2.23606797749979},"44":{"tf":2.0},"48":{"tf":1.0},"50":{"tf":2.8284271247461903},"51":{"tf":2.0},"52":{"tf":1.7320508075688772},"56":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":22,"docs":{"11":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"132":{"tf":1.4142135623730951},"139":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.4142135623730951},"150":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"96":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":8,"docs":{"146":{"tf":1.4142135623730951},"153":{"tf":1.0},"154":{"tf":1.0},"24":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"2":{"tf":1.0},"23":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"91":{"tf":1.0}}}}}}},"i":{"d":{"df":0,"docs":{},"r":{"df":2,"docs":{"128":{"tf":1.0},"86":{"tf":2.0}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"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}}}}},"r":{"df":1,"docs":{"138":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":1,"docs":{"151":{"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":1,"docs":{"3":{"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":{"126":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":26,"docs":{"1":{"tf":1.4142135623730951},"116":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":2.0},"123":{"tf":1.0},"124":{"tf":1.0},"126":{"tf":1.7320508075688772},"13":{"tf":1.0},"130":{"tf":1.4142135623730951},"146":{"tf":1.0},"148":{"tf":1.0},"158":{"tf":2.0},"159":{"tf":3.7416573867739413},"160":{"tf":3.872983346207417},"163":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":2.8284271247461903},"31":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":3.0},"44":{"tf":2.449489742783178},"64":{"tf":1.0},"66":{"tf":1.7320508075688772}}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"11":{"tf":1.0}}}},"u":{"d":{"df":2,"docs":{"163":{"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":37,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"120":{"tf":1.0},"129":{"tf":1.4142135623730951},"132":{"tf":2.23606797749979},"134":{"tf":2.23606797749979},"138":{"tf":1.0},"139":{"tf":1.4142135623730951},"140":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"145":{"tf":1.7320508075688772},"146":{"tf":1.4142135623730951},"156":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"46":{"tf":1.7320508075688772},"48":{"tf":2.0},"51":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0},"98":{"tf":1.0}},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}}}},"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":8,"docs":{"117":{"tf":1.0},"12":{"tf":1.4142135623730951},"121":{"tf":1.0},"123":{"tf":2.0},"128":{"tf":1.0},"163":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"146":{"tf":1.0}}}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":12,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"116":{"tf":1.0},"134":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.0},"163":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0},"79":{"tf":1.0},"86":{"tf":1.0},"92":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":6,"docs":{"123":{"tf":1.0},"133":{"tf":1.0},"158":{"tf":1.0},"34":{"tf":1.4142135623730951},"41":{"tf":1.0},"49":{"tf":1.0}}},"m":{"a":{"df":1,"docs":{"141":{"tf":1.0}},"n":{"d":{"df":10,"docs":{"125":{"tf":1.0},"132":{"tf":1.4142135623730951},"135":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"24":{"tf":1.0},"4":{"tf":2.0},"45":{"tf":1.4142135623730951},"46":{"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}}}}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"131":{"tf":1.0},"132":{"tf":1.0},"56":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"153":{"tf":1.0},"154":{"tf":1.0},"71":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":9,"docs":{"123":{"tf":1.0},"133":{"tf":1.0},"14":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.4142135623730951},"160":{"tf":1.0},"163":{"tf":1.0},"2":{"tf":1.0},"44":{"tf":1.4142135623730951}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"110":{"tf":1.4142135623730951},"99":{"tf":1.7320508075688772}}},"t":{"df":2,"docs":{"133":{"tf":1.0},"69":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"123":{"tf":1.0},"13":{"tf":1.0},"8":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.4142135623730951}}},"x":{"df":5,"docs":{"132":{"tf":1.0},"157":{"tf":1.0},"160":{"tf":1.0},"163":{"tf":1.0},"45":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"163":{"tf":1.0},"36":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"150":{"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":{".":{"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":14,"docs":{"117":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"26":{"tf":2.23606797749979},"27":{"tf":2.0},"50":{"tf":2.0},"54":{"tf":1.4142135623730951},"64":{"tf":2.0},"66":{"tf":2.0},"67":{"tf":1.7320508075688772},"68":{"tf":1.0},"69":{"tf":2.0},"70":{"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":{"69":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"117":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"133":{"tf":1.0},"51":{"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":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":6,"docs":{"116":{"tf":1.0},"37":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"71":{"tf":1.4142135623730951},"74":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"160":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"101":{"tf":1.0},"79":{"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":{"120":{"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":{"120":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"123":{"tf":1.0}}}}}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"144":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":36,"docs":{"103":{"tf":1.7320508075688772},"107":{"tf":1.7320508075688772},"108":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"116":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"122":{"tf":2.0},"123":{"tf":2.23606797749979},"142":{"tf":1.7320508075688772},"143":{"tf":1.0},"144":{"tf":1.4142135623730951},"156":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.7320508075688772},"45":{"tf":1.0},"51":{"tf":2.23606797749979},"55":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"78":{"tf":1.0},"81":{"tf":1.7320508075688772},"85":{"tf":1.4142135623730951},"86":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"98":{"tf":1.7320508075688772},"99":{"tf":2.0}},"m":{"a":{"df":0,"docs":{},"p":{"df":8,"docs":{"132":{"tf":1.0},"142":{"tf":2.0},"145":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"df":71,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"107":{"tf":1.0},"108":{"tf":1.4142135623730951},"11":{"tf":1.7320508075688772},"112":{"tf":1.0},"113":{"tf":1.0},"116":{"tf":1.4142135623730951},"119":{"tf":1.7320508075688772},"120":{"tf":1.4142135623730951},"121":{"tf":2.0},"122":{"tf":1.4142135623730951},"123":{"tf":3.0},"126":{"tf":1.0},"129":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":2.23606797749979},"133":{"tf":2.449489742783178},"134":{"tf":2.8284271247461903},"137":{"tf":2.6457513110645907},"138":{"tf":2.23606797749979},"140":{"tf":1.4142135623730951},"142":{"tf":2.0},"144":{"tf":2.0},"145":{"tf":1.4142135623730951},"146":{"tf":2.449489742783178},"151":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.0},"18":{"tf":1.7320508075688772},"22":{"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},"42":{"tf":1.0},"43":{"tf":1.7320508075688772},"45":{"tf":2.8284271247461903},"46":{"tf":2.6457513110645907},"47":{"tf":1.4142135623730951},"48":{"tf":2.449489742783178},"51":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.7320508075688772},"67":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.4142135623730951},"77":{"tf":1.0},"78":{"tf":1.4142135623730951},"81":{"tf":1.0},"82":{"tf":1.4142135623730951},"85":{"tf":1.0},"86":{"tf":1.7320508075688772},"87":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"94":{"tf":2.23606797749979},"95":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":2.449489742783178}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"158":{"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":25,"docs":{"129":{"tf":2.6457513110645907},"130":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"137":{"tf":1.7320508075688772},"138":{"tf":1.7320508075688772},"139":{"tf":1.0},"140":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.7320508075688772},"146":{"tf":1.0},"158":{"tf":1.4142135623730951},"159":{"tf":1.0},"160":{"tf":2.0},"19":{"tf":1.0},"2":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":2.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"37":{"tf":2.0},"46":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"52":{"tf":1.0}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"150":{"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":{"119":{"tf":1.0},"123":{"tf":1.0}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"134":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"118":{"tf":1.0},"42":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"121":{"tf":1.0},"126":{"tf":1.4142135623730951},"146":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.4142135623730951},"5":{"tf":1.0},"75":{"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":{}},"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":4,"docs":{"126":{"tf":1.0},"142":{"tf":1.4142135623730951},"36":{"tf":1.0},"52":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"118":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0},"63":{"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":15,"docs":{"1":{"tf":1.0},"116":{"tf":1.0},"124":{"tf":1.0},"129":{"tf":1.0},"132":{"tf":1.4142135623730951},"145":{"tf":2.23606797749979},"146":{"tf":3.3166247903554},"160":{"tf":1.7320508075688772},"3":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"34":{"tf":1.0},"47":{"tf":1.0},"87":{"tf":1.0},"92":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"117":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"75":{"tf":1.0}}},"t":{"df":1,"docs":{"123":{"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":{"123":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"160":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"i":{"df":4,"docs":{"148":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"50":{"tf":1.0},"53":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"114":{"tf":1.0},"37":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"160":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"138":{"tf":1.0}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"128":{"tf":1.0},"134":{"tf":1.4142135623730951},"138":{"tf":2.0},"141":{"tf":1.0},"50":{"tf":1.0},"51":{"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":7,"docs":{"100":{"tf":1.4142135623730951},"114":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"137":{"tf":2.0},"138":{"tf":2.0}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"128":{"tf":1.0}}},"y":{"_":{"c":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"128":{"tf":1.0},"130":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"p":{"d":{"df":1,"docs":{"145":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":1,"docs":{"2":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":5,"docs":{"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.7320508075688772},"69":{"tf":1.0}}}}},"d":{"df":2,"docs":{"132":{"tf":1.0},"145":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":17,"docs":{"117":{"tf":1.0},"12":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"130":{"tf":1.0},"146":{"tf":1.0},"17":{"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},"44":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"55":{"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":{"119":{"tf":1.0},"123":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"50":{"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":2,"docs":{"116":{"tf":1.0},"36":{"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":{"122":{"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":{"(":{"b":{"\"":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"d":{"b":{"df":0,"docs":{},"y":{"df":1,"docs":{"118":{"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":{"118":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"118":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":4,"docs":{"146":{"tf":1.7320508075688772},"34":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"37":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":20,"docs":{"11":{"tf":1.0},"119":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"129":{"tf":1.4142135623730951},"130":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.4142135623730951},"139":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"69":{"tf":1.0},"94":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":4,"docs":{"117":{"tf":1.4142135623730951},"120":{"tf":1.0},"133":{"tf":1.0},"163":{"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":{"128":{"tf":1.4142135623730951},"130":{"tf":1.0},"39":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{}},"df":16,"docs":{"1":{"tf":1.0},"105":{"tf":1.0},"114":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"129":{"tf":2.449489742783178},"142":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"154":{"tf":1.4142135623730951},"160":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"3":{"tf":1.0},"52":{"tf":1.4142135623730951},"54":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"146":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":7,"docs":{"122":{"tf":1.0},"150":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"54":{"tf":1.0},"75":{"tf":1.7320508075688772},"77":{"tf":1.0},"78":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"14":{"tf":1.0},"146":{"tf":1.0},"87":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"14":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"110":{"tf":1.0}}}},"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":6,"docs":{"26":{"tf":1.0},"54":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"70":{"tf":1.0}}}}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":10,"docs":{"0":{"tf":1.0},"1":{"tf":1.7320508075688772},"157":{"tf":1.0},"158":{"tf":2.23606797749979},"159":{"tf":1.4142135623730951},"160":{"tf":2.8284271247461903},"163":{"tf":1.0},"22":{"tf":1.4142135623730951},"37":{"tf":1.0},"66":{"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":{"41":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":45,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"128":{"tf":1.0},"132":{"tf":1.0},"140":{"tf":1.4142135623730951},"142":{"tf":1.4142135623730951},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.4142135623730951},"146":{"tf":1.7320508075688772},"150":{"tf":1.0},"151":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"36":{"tf":2.0},"39":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.7320508075688772},"51":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.4142135623730951},"77":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"104":{"tf":1.0},"119":{"tf":1.0},"122":{"tf":1.0},"82":{"tf":1.0},"99":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":9,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"130":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"74":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0},"99":{"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":{"67":{"tf":1.4142135623730951},"86":{"tf":1.0}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"99":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"86":{"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":{"99":{"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":{"99":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":4,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"63":{"tf":1.0},"99":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"67":{"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":{"91":{"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":{"86":{"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":{"86":{"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":{"86":{"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":{"63":{"tf":1.0},"74":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"99":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"25":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"44":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"146":{"tf":1.0}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"27":{"tf":1.0},"36":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"i":{"df":3,"docs":{"85":{"tf":1.0},"86":{"tf":1.4142135623730951},"87":{"tf":2.449489742783178}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":8,"docs":{"11":{"tf":1.0},"120":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.7320508075688772},"154":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"83":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":8,"docs":{"1":{"tf":1.0},"143":{"tf":1.4142135623730951},"33":{"tf":2.0},"34":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"49":{"tf":1.0},"5":{"tf":1.0},"75":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"133":{"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":1,"docs":{"34":{"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":{"122":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":4,"docs":{"121":{"tf":1.4142135623730951},"133":{"tf":1.0},"36":{"tf":1.4142135623730951},"51":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":16,"docs":{"108":{"tf":1.7320508075688772},"113":{"tf":1.4142135623730951},"128":{"tf":1.0},"131":{"tf":1.4142135623730951},"48":{"tf":3.872983346207417},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"63":{"tf":3.4641016151377544},"67":{"tf":1.4142135623730951},"74":{"tf":1.7320508075688772},"78":{"tf":1.4142135623730951},"86":{"tf":2.8284271247461903},"91":{"tf":2.23606797749979},"95":{"tf":1.7320508075688772},"99":{"tf":3.3166247903554}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"122":{"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":{"41":{"tf":1.0},"52":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"44":{"tf":1.0},"49":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"112":{"tf":1.0},"99":{"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":{"42":{"tf":1.0},"44":{"tf":1.0},"51":{"tf":1.0}}}}}}}},"v":{"df":1,"docs":{"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},"145":{"tf":1.0},"163":{"tf":1.4142135623730951},"2":{"tf":1.0}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"161":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"154":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":2,"docs":{"14":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"114":{"tf":1.0},"131":{"tf":1.0},"145":{"tf":1.0},"151":{"tf":1.0},"157":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"109":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"131":{"tf":2.0},"137":{"tf":1.0},"41":{"tf":1.0},"50":{"tf":1.0},"99":{"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":{"99":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"i":{"df":6,"docs":{"13":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.4142135623730951},"27":{"tf":1.0},"37":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"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":{"138":{"tf":1.0}}}},"df":0,"docs":{}}}},"v":{"df":6,"docs":{"132":{"tf":1.7320508075688772},"133":{"tf":1.0},"134":{"tf":1.4142135623730951},"138":{"tf":1.0},"139":{"tf":1.0},"148":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":7,"docs":{"132":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"134":{"tf":2.23606797749979},"138":{"tf":2.0},"145":{"tf":1.4142135623730951},"146":{"tf":1.0},"4":{"tf":1.4142135623730951}}},"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":{"137":{"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":{"144":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"125":{"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":{"54":{"tf":1.0},"6":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"41":{"tf":1.0}}}}},"o":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"67":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.7320508075688772}}}}}}},"c":{"df":11,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"126":{"tf":1.4142135623730951},"63":{"tf":1.0},"67":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0},"99":{"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":{".":{"7":{".":{"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":{}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":11,"docs":{"112":{"tf":1.0},"117":{"tf":1.0},"12":{"tf":1.0},"133":{"tf":1.0},"150":{"tf":1.0},"155":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.4142135623730951},"99":{"tf":1.0}}}}}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"134":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"'":{"df":0,"docs":{},"t":{"df":2,"docs":{"36":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"50":{"tf":1.0},"92":{"tf":1.0}}}},"w":{"df":0,"docs":{},"n":{"df":4,"docs":{"129":{"tf":1.0},"130":{"tf":1.0},"2":{"tf":1.0},"56":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"37":{"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":{"118":{"tf":1.4142135623730951},"129":{"tf":2.449489742783178},"44":{"tf":1.0},"50":{"tf":1.4142135623730951},"54":{"tf":1.0},"88":{"tf":1.0},"92":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"q":{"df":0,"docs":{},"v":{"df":0,"docs":{},"j":{"df":0,"docs":{},"g":{"\"":{",":{"\"":{"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":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"\"":{":":{"[":{"df":0,"docs":{},"{":{"\"":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"\"":{":":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"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":{"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":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":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":{"34":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":7,"docs":{"114":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"44":{"tf":1.0},"50":{"tf":3.0},"54":{"tf":1.4142135623730951},"79":{"tf":1.7320508075688772},"94":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"e":{"df":2,"docs":{"137":{"tf":1.0},"94":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"t":{"df":6,"docs":{"105":{"tf":1.0},"109":{"tf":1.0},"129":{"tf":1.0},"131":{"tf":1.4142135623730951},"54":{"tf":1.0},"95":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"123":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":16,"docs":{"100":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.7320508075688772},"116":{"tf":1.4142135623730951},"121":{"tf":1.0},"131":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.7320508075688772},"52":{"tf":2.6457513110645907},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"56":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":7,"docs":{"129":{"tf":1.0},"131":{"tf":1.0},"134":{"tf":1.4142135623730951},"137":{"tf":1.0},"42":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"52":{"tf":1.0}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":15,"docs":{"116":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"138":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":1.0},"71":{"tf":1.4142135623730951},"78":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"129":{"tf":1.0},"34":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"131":{"tf":1.0},"14":{"tf":1.0},"27":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":4,"docs":{"120":{"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":1,"docs":{"134":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"27":{"tf":1.4142135623730951},"37":{"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":{"51":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"m":{"b":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"160":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"d":{"df":4,"docs":{"141":{"tf":1.0},"36":{"tf":1.0},"46":{"tf":1.0},"75":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"129":{"tf":1.0},"138":{"tf":1.0}}}}}}},"d":{"df":6,"docs":{"36":{"tf":1.0},"51":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.4142135623730951},"71":{"tf":1.0},"86":{"tf":1.4142135623730951}},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"126":{"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}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"\"":{":":{"\"":{"[":{":":{":":{"]":{":":{"9":{"0":{"9":{"2":{"\"":{"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":1,"docs":{"37":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"'":{"df":4,"docs":{"110":{"tf":1.0},"114":{"tf":1.0},"134":{"tf":1.0},"43":{"tf":1.0}}},"df":49,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"110":{"tf":1.4142135623730951},"112":{"tf":1.0},"116":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"120":{"tf":1.0},"123":{"tf":1.0},"129":{"tf":2.23606797749979},"132":{"tf":2.23606797749979},"134":{"tf":2.6457513110645907},"138":{"tf":1.4142135623730951},"139":{"tf":1.0},"140":{"tf":1.4142135623730951},"141":{"tf":1.4142135623730951},"142":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.7320508075688772},"146":{"tf":2.23606797749979},"152":{"tf":1.4142135623730951},"153":{"tf":1.0},"154":{"tf":1.4142135623730951},"18":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.4142135623730951},"39":{"tf":1.0},"40":{"tf":1.7320508075688772},"41":{"tf":1.0},"42":{"tf":2.6457513110645907},"43":{"tf":2.6457513110645907},"44":{"tf":2.23606797749979},"46":{"tf":3.0},"47":{"tf":1.0},"48":{"tf":2.8284271247461903},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"62":{"tf":1.0},"66":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.7320508075688772},"91":{"tf":2.0},"94":{"tf":1.0},"98":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"94":{"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},"147":{"tf":1.4142135623730951},"148":{"tf":1.7320508075688772},"159":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"1":{"tf":1.0},"154":{"tf":1.0},"37":{"tf":1.0},"66":{"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":{"49":{"tf":1.0},"66":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"128":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"2":{"tf":1.0},"52":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":6,"docs":{"48":{"tf":1.0},"63":{"tf":1.7320508075688772},"67":{"tf":1.4142135623730951},"74":{"tf":1.0},"86":{"tf":1.4142135623730951},"91":{"tf":1.7320508075688772}}}},"v":{"df":4,"docs":{"132":{"tf":2.23606797749979},"145":{"tf":1.4142135623730951},"39":{"tf":2.23606797749979},"4":{"tf":2.0}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"150":{"tf":1.4142135623730951},"151":{"tf":1.0},"45":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"y":{"df":2,"docs":{"133":{"tf":1.0},"14":{"tf":1.7320508075688772}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"123":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":1.7320508075688772}},"v":{"df":1,"docs":{"123":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"123":{"tf":1.0},"129":{"tf":1.0},"138":{"tf":1.0},"48":{"tf":1.0},"75":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"44":{"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":{"45":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":1,"docs":{"158":{"tf":1.0}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"87":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"160":{"tf":1.0},"19":{"tf":1.0}},"t":{"df":2,"docs":{"129":{"tf":1.7320508075688772},"150":{"tf":1.0}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"94":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":39,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"11":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":2.0},"120":{"tf":1.4142135623730951},"123":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"146":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.0},"159":{"tf":1.0},"19":{"tf":1.0},"23":{"tf":1.0},"29":{"tf":1.4142135623730951},"32":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.7320508075688772},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"48":{"tf":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.7320508075688772},"52":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.4142135623730951},"73":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.4142135623730951},"94":{"tf":2.0},"98":{"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":{"107":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"94":{"tf":1.0}},"l":{"df":1,"docs":{"14":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"13":{"tf":1.0},"131":{"tf":2.0}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"144":{"tf":1.0},"50":{"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},"160":{"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":{"145":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}},"s":{"df":10,"docs":{"129":{"tf":1.0},"130":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"140":{"tf":1.4142135623730951},"145":{"tf":1.0},"146":{"tf":1.0},"151":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"60":{"tf":1.4142135623730951},"63":{"tf":1.0},"96":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"120":{"tf":1.0},"121":{"tf":1.0},"134":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"117":{"tf":1.0},"163":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"116":{"tf":1.0},"12":{"tf":1.4142135623730951},"33":{"tf":1.0},"37":{"tf":1.7320508075688772}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"43":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.0}}}},"df":1,"docs":{"163":{"tf":1.0}}},"df":0,"docs":{}}}}},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"75":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"48":{"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":5,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"81":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}}}}}}}},"s":{"df":8,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"43":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"81":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.4142135623730951}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"21":{"tf":1.0},"31":{"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":{"90":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"11":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}}}},"df":8,"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}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"120":{"tf":1.0},"124":{"tf":1.0},"158":{"tf":1.0},"3":{"tf":1.0},"43":{"tf":1.0}}}}}},"d":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":1,"docs":{"128":{"tf":1.0}},"l":{"df":1,"docs":{"19":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":3,"docs":{"123":{"tf":1.0},"50":{"tf":1.0},"94":{"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":6,"docs":{"128":{"tf":1.4142135623730951},"134":{"tf":1.7320508075688772},"23":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"43":{"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":14,"docs":{"123":{"tf":1.0},"132":{"tf":1.4142135623730951},"142":{"tf":1.0},"144":{"tf":2.6457513110645907},"145":{"tf":1.4142135623730951},"146":{"tf":1.7320508075688772},"148":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"45":{"tf":2.23606797749979},"46":{"tf":1.4142135623730951},"48":{"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":1,"docs":{"144":{"tf":1.4142135623730951}}}}}}}}},"l":{"df":1,"docs":{"27":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"'":{"df":11,"docs":{"110":{"tf":1.0},"113":{"tf":1.0},"131":{"tf":1.4142135623730951},"134":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"64":{"tf":1.0},"71":{"tf":1.0},"78":{"tf":1.0},"83":{"tf":1.0},"96":{"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":{"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":{}}},"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":{"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":{}},"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"134":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"134":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"156":{"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":{"51":{"tf":1.0},"55":{"tf":1.0}}}}}}}},"df":83,"docs":{"101":{"tf":1.4142135623730951},"102":{"tf":1.0},"103":{"tf":1.0},"105":{"tf":1.4142135623730951},"106":{"tf":1.0},"107":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.7320508075688772},"111":{"tf":1.0},"112":{"tf":1.7320508075688772},"114":{"tf":1.7320508075688772},"116":{"tf":2.449489742783178},"117":{"tf":2.449489742783178},"118":{"tf":2.0},"119":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"121":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.7320508075688772},"131":{"tf":3.1622776601683795},"132":{"tf":1.0},"134":{"tf":3.3166247903554},"142":{"tf":2.0},"144":{"tf":1.0},"145":{"tf":1.0},"150":{"tf":1.0},"158":{"tf":1.4142135623730951},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":2.23606797749979},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":2.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":2.23606797749979},"49":{"tf":1.4142135623730951},"50":{"tf":4.358898943540674},"51":{"tf":3.605551275463989},"52":{"tf":4.0},"53":{"tf":1.4142135623730951},"54":{"tf":2.23606797749979},"55":{"tf":2.6457513110645907},"56":{"tf":1.7320508075688772},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":2.0},"69":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.7320508075688772},"75":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"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},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.4142135623730951},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":2.449489742783178}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"118":{"tf":1.4142135623730951},"122":{"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":{"120":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"n":{"d":{"df":2,"docs":{"144":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":5,"docs":{"158":{"tf":1.0},"54":{"tf":1.0},"83":{"tf":1.7320508075688772},"86":{"tf":1.0},"87":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":9,"docs":{"117":{"tf":1.0},"122":{"tf":1.0},"140":{"tf":1.0},"27":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"51":{"tf":1.0},"66":{"tf":1.0},"87":{"tf":1.0}}}}},"t":{"df":2,"docs":{"117":{"tf":1.0},"50":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"145":{"tf":1.0},"146":{"tf":1.7320508075688772},"151":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"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}}}}},"o":{"df":0,"docs":{},"w":{"df":6,"docs":{"101":{"tf":1.0},"131":{"tf":1.0},"137":{"tf":1.0},"44":{"tf":1.4142135623730951},"50":{"tf":1.0},"79":{"tf":1.0}}}}},"n":{"df":8,"docs":{"118":{"tf":1.4142135623730951},"119":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":2.0},"51":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"u":{"df":1,"docs":{"1":{"tf":1.0}},"s":{"df":2,"docs":{"124":{"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},"148":{"tf":1.7320508075688772},"29":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":25,"docs":{"120":{"tf":1.0},"123":{"tf":1.7320508075688772},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"129":{"tf":1.0},"130":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"147":{"tf":1.0},"152":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"33":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"53":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":12,"docs":{"122":{"tf":1.4142135623730951},"147":{"tf":1.0},"155":{"tf":1.0},"23":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"63":{"tf":1.4142135623730951},"69":{"tf":1.0},"74":{"tf":1.0},"86":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}},"df":2,"docs":{"48":{"tf":1.0},"50":{"tf":1.4142135623730951}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":13,"docs":{"120":{"tf":1.0},"133":{"tf":1.0},"146":{"tf":1.0},"24":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"39":{"tf":1.0},"40":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":2.449489742783178},"51":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"110":{"tf":1.0},"114":{"tf":1.4142135623730951},"117":{"tf":1.0},"134":{"tf":1.0},"14":{"tf":1.0},"34":{"tf":1.0},"63":{"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":{"54":{"tf":1.0},"92":{"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":{"123":{"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":{"123":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":7,"docs":{"117":{"tf":1.0},"120":{"tf":1.0},"132":{"tf":1.0},"143":{"tf":1.0},"160":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0}},"i":{"df":1,"docs":{"154":{"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},"110":{"tf":1.0},"120":{"tf":2.0},"125":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"27":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"94":{"tf":1.0}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"11":{"tf":1.0},"26":{"tf":1.0},"34":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"134":{"tf":1.0},"69":{"tf":1.0}}}}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":24,"docs":{"0":{"tf":1.0},"1":{"tf":2.8284271247461903},"116":{"tf":1.0},"13":{"tf":1.0},"132":{"tf":1.4142135623730951},"139":{"tf":1.0},"14":{"tf":1.0},"145":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951},"158":{"tf":2.8284271247461903},"159":{"tf":2.6457513110645907},"160":{"tf":3.605551275463989},"163":{"tf":2.449489742783178},"2":{"tf":2.449489742783178},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"27":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"4":{"tf":1.0},"64":{"tf":1.4142135623730951},"66":{"tf":2.0}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":13,"docs":{"139":{"tf":1.0},"140":{"tf":2.0},"141":{"tf":1.0},"143":{"tf":2.0},"22":{"tf":1.7320508075688772},"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}},"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":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"u":{"df":0,"docs":{},"g":{"df":2,"docs":{"137":{"tf":1.0},"138":{"tf":1.7320508075688772}}}}},"d":{"c":{"df":1,"docs":{"163":{"tf":1.0}},"v":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"163":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"116":{"tf":1.0},"123":{"tf":2.0},"129":{"tf":1.4142135623730951},"131":{"tf":1.7320508075688772},"138":{"tf":1.4142135623730951},"33":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"48":{"tf":1.0},"75":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"128":{"tf":1.0}}}}},"t":{"df":4,"docs":{"138":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"df":3,"docs":{"157":{"tf":1.0},"16":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"157":{"tf":1.0},"22":{"tf":1.0}},"n":{"df":5,"docs":{"132":{"tf":1.0},"133":{"tf":1.0},"145":{"tf":1.0},"4":{"tf":1.0},"95":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":4,"docs":{"22":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"36":{"tf":1.7320508075688772}}}},"o":{"df":5,"docs":{"117":{"tf":1.0},"120":{"tf":1.0},"146":{"tf":1.4142135623730951},"22":{"tf":1.0},"34":{"tf":1.0}},"o":{"d":{"b":{"df":0,"docs":{},"y":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":1,"docs":{"11":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"163":{"tf":1.0}}}}}},"r":{"a":{"b":{"df":3,"docs":{"24":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"160":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"123":{"tf":1.0}}},".":{"df":0,"docs":{},"v":{"1":{"df":3,"docs":{"119":{"tf":1.0},"120":{"tf":1.0},"123":{"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":{"120":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":6,"docs":{"117":{"tf":2.0},"118":{"tf":1.4142135623730951},"119":{"tf":1.7320508075688772},"121":{"tf":1.4142135623730951},"122":{"tf":2.23606797749979},"123":{"tf":2.8284271247461903}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"46":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951}}}}},"p":{"c":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"v":{"4":{"df":1,"docs":{"145":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":3,"docs":{"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"134":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"df":1,"docs":{"36":{"tf":1.0}}},"u":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"21":{"tf":1.0},"31":{"tf":1.0},"4":{"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":{"49":{"tf":1.0},"52":{"tf":1.0},"66":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"142":{"tf":1.0}}}}}},"r":{"d":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"36":{"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":1,"docs":{"91":{"tf":1.4142135623730951}}}},"v":{"df":0,"docs":{},"e":{"df":7,"docs":{"14":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"4":{"tf":1.0}}}}},"df":4,"docs":{"132":{"tf":1.0},"145":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0}},"e":{"a":{"d":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"153":{"tf":1.0},"154":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":3,"docs":{"117":{"tf":1.0},"120":{"tf":1.0},"144":{"tf":1.0}}}},"p":{"df":5,"docs":{"131":{"tf":2.23606797749979},"132":{"tf":2.23606797749979},"145":{"tf":2.23606797749979},"39":{"tf":1.7320508075688772},"4":{"tf":2.23606797749979}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"134":{"tf":1.0},"34":{"tf":1.0},"50":{"tf":1.0}}}},"y":{"df":1,"docs":{"123":{"tf":1.0}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"69":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"138":{"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":{"109":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"t":{"df":1,"docs":{"19":{"tf":1.0}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"139":{"tf":1.0},"160":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"48":{"tf":1.0}}}},"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":{"(":{"df":1,"docs":{"48":{"tf":1.0}}},"/":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"p":{"df":1,"docs":{"134":{"tf":1.0}}}},"df":0,"docs":{}}},":":{"/":{"/":{"1":{"2":{"7":{".":{"0":{".":{"0":{".":{"1":{":":{"7":{"8":{"0":{"0":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"48":{"tf":1.0}}}}},"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":{"108":{"tf":1.0},"113":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0},"99":{"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":1,"docs":{"146":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"34":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"df":1,"docs":{"146":{"tf":1.0}}},"2":{"df":1,"docs":{"146":{"tf":1.0}}},"3":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"0":{"9":{"1":{"/":{"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":{}},"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":1,"docs":{"34":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"149":{"tf":1.0},"151":{"tf":1.4142135623730951},"153":{"tf":1.0},"154":{"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":9,"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}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"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":3,"docs":{"134":{"tf":1.7320508075688772},"154":{"tf":1.0},"50":{"tf":1.0}}},"d":{"df":11,"docs":{"112":{"tf":1.0},"116":{"tf":1.0},"126":{"tf":3.4641016151377544},"131":{"tf":1.4142135623730951},"144":{"tf":1.0},"36":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"77":{"tf":1.0},"78":{"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":{"44":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0},"78":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"c":{"df":2,"docs":{"35":{"tf":1.7320508075688772},"36":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"134":{"tf":2.0}}}}}},"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":{"118":{"tf":1.0},"119":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":13,"docs":{"116":{"tf":1.0},"117":{"tf":1.7320508075688772},"118":{"tf":1.0},"123":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"135":{"tf":1.0},"158":{"tf":1.0},"163":{"tf":1.0},"26":{"tf":1.0},"55":{"tf":1.0},"64":{"tf":1.0},"94":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"117":{"tf":1.0},"120":{"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":{"44":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":6,"docs":{"123":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"134":{"tf":2.23606797749979},"54":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":5,"docs":{"116":{"tf":1.4142135623730951},"18":{"tf":1.0},"26":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"92":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"c":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":2,"docs":{"131":{"tf":1.4142135623730951},"150":{"tf":1.0}},"r":{"df":0,"docs":{},"m":{"df":14,"docs":{"12":{"tf":1.0},"128":{"tf":1.7320508075688772},"134":{"tf":3.1622776601683795},"139":{"tf":1.4142135623730951},"145":{"tf":1.0},"146":{"tf":1.0},"154":{"tf":1.0},"158":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":2.23606797749979}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"44":{"tf":1.0},"51":{"tf":1.0},"94":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"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":2,"docs":{"33":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"14":{"tf":1.0},"157":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":11,"docs":{"123":{"tf":1.0},"148":{"tf":1.4142135623730951},"16":{"tf":1.0},"21":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"34":{"tf":2.0},"4":{"tf":1.0},"5":{"tf":1.7320508075688772},"8":{"tf":1.0},"9":{"tf":1.0}}},"n":{"c":{"df":9,"docs":{"118":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.7320508075688772},"4":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"d":{"df":8,"docs":{"1":{"tf":1.0},"129":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"27":{"tf":1.0},"37":{"tf":1.4142135623730951},"45":{"tf":1.0},"69":{"tf":1.0},"75":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"21":{"tf":1.0},"31":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":6,"docs":{"48":{"tf":1.0},"63":{"tf":1.4142135623730951},"74":{"tf":1.0},"86":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}},"r":{"df":13,"docs":{"12":{"tf":1.7320508075688772},"132":{"tf":1.4142135623730951},"139":{"tf":1.0},"145":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"159":{"tf":1.0},"160":{"tf":1.7320508075688772},"163":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"3":{"tf":1.7320508075688772},"32":{"tf":1.0},"33":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"34":{"tf":1.0},"4":{"tf":1.0}}}}},"f":{"a":{"c":{"df":5,"docs":{"151":{"tf":1.7320508075688772},"152":{"tf":1.0},"24":{"tf":1.0},"4":{"tf":1.4142135623730951},"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"138":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":1,"docs":{"3":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"163":{"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":{"114":{"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":{"156":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":1,"docs":{"118":{"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":{"158":{"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":{"160":{"tf":1.0}}}}}}},":":{"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":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":3,"docs":{"128":{"tf":1.0},"129":{"tf":2.449489742783178},"130":{"tf":1.0}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"130":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":16,"docs":{"128":{"tf":1.0},"130":{"tf":1.0},"134":{"tf":1.4142135623730951},"140":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.4142135623730951},"23":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":1.4142135623730951},"37":{"tf":2.23606797749979},"40":{"tf":1.0},"44":{"tf":1.4142135623730951},"54":{"tf":1.0},"83":{"tf":1.0},"91":{"tf":1.0},"92":{"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":5,"docs":{"124":{"tf":1.0},"132":{"tf":1.0},"149":{"tf":1.0},"39":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951}}},"6":{"df":5,"docs":{"124":{"tf":1.0},"132":{"tf":1.0},"149":{"tf":1.0},"39":{"tf":1.4142135623730951},"86":{"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":{"117":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":4,"docs":{"48":{"tf":2.0},"74":{"tf":1.0},"86":{"tf":2.0},"99":{"tf":1.7320508075688772}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"133":{"tf":1.0},"52":{"tf":1.0}}}}}}}},"j":{"df":0,"docs":{},"o":{"b":{"df":6,"docs":{"110":{"tf":1.0},"56":{"tf":1.0},"64":{"tf":1.0},"71":{"tf":1.0},"83":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}},"q":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"156":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951}}}}}},"k":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":1,"docs":{"126":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":1,"docs":{"17":{"tf":1.0}},"e":{"df":0,"docs":{},"y":{"df":11,"docs":{"108":{"tf":1.7320508075688772},"113":{"tf":1.7320508075688772},"116":{"tf":1.0},"131":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"48":{"tf":1.7320508075688772},"52":{"tf":2.0},"53":{"tf":1.0},"63":{"tf":1.7320508075688772},"99":{"tf":1.7320508075688772}}}},"i":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"142":{"tf":1.0},"36":{"tf":1.4142135623730951},"63":{"tf":2.449489742783178}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"129":{"tf":1.0},"163":{"tf":1.0},"36":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":4,"docs":{"134":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.4142135623730951},"53":{"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":{"143":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"l":{"df":12,"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}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":9,"docs":{"139":{"tf":1.0},"140":{"tf":1.0},"143":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"163":{"tf":2.0},"21":{"tf":1.0},"22":{"tf":1.0},"31":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":9,"docs":{"114":{"tf":1.0},"120":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.7320508075688772},"130":{"tf":1.4142135623730951},"131":{"tf":3.0},"142":{"tf":1.4142135623730951},"36":{"tf":1.0},"99":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"138":{"tf":1.0}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"1":{"tf":1.0},"163":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"45":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"130":{"tf":1.0},"51":{"tf":1.0},"66":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"124":{"tf":1.0},"125":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"50":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"138":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"163":{"tf":1.0}}}}}},"d":{"df":1,"docs":{"134":{"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":1,"docs":{"50":{"tf":1.0}}}}}},"t":{"'":{"df":12,"docs":{"117":{"tf":1.0},"120":{"tf":1.4142135623730951},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.4142135623730951},"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}}},"df":1,"docs":{"50":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"150":{"tf":1.4142135623730951},"2":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"50":{"tf":1.0},"52":{"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},"160":{"tf":1.0},"163":{"tf":1.0},"3":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"128":{"tf":1.0},"48":{"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":{"133":{"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":{"44":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"134":{"tf":1.0},"158":{"tf":1.0},"54":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.7320508075688772},"95":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":5,"docs":{"135":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"46":{"tf":1.0}}},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"48":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"129":{"tf":1.0},"134":{"tf":1.7320508075688772},"140":{"tf":1.0},"23":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.4142135623730951},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":7,"docs":{"120":{"tf":1.4142135623730951},"129":{"tf":2.449489742783178},"132":{"tf":1.0},"134":{"tf":1.4142135623730951},"39":{"tf":1.7320508075688772},"48":{"tf":1.0},"66":{"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":1,"docs":{"153":{"tf":1.4142135623730951}}}}},"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":{"91":{"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":3,"docs":{"37":{"tf":1.0},"54":{"tf":1.0},"88":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":4,"docs":{"11":{"tf":1.0},"134":{"tf":2.0},"160":{"tf":1.4142135623730951},"90":{"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":{"51":{"tf":1.0},"94":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":33,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"125":{"tf":1.0},"134":{"tf":1.0},"144":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":2.0},"31":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.7320508075688772},"39":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":1.4142135623730951},"5":{"tf":1.0},"51":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.4142135623730951},"73":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0},"98":{"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":1,"docs":{"146":{"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":1,"docs":{"146":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":5,"docs":{"151":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"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":3,"docs":{"51":{"tf":1.0},"54":{"tf":1.0},"92":{"tf":1.4142135623730951}}}}}}}}}},"df":0,"docs":{}}},"t":{"df":4,"docs":{"132":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"148":{"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":{"128":{"tf":1.4142135623730951},"150":{"tf":2.23606797749979},"4":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.0},"75":{"tf":1.4142135623730951},"78":{"tf":1.0}},"i":{"c":{"a":{"df":0,"docs":{},"l":{"_":{"d":{"df":0,"docs":{},"n":{"df":1,"docs":{"134":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"130":{"tf":1.0},"158":{"tf":1.0}}}},"o":{"df":0,"docs":{},"k":{"df":13,"docs":{"116":{"tf":1.0},"140":{"tf":1.0},"142":{"tf":1.0},"146":{"tf":1.0},"161":{"tf":1.0},"163":{"tf":1.4142135623730951},"19":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.0},"36":{"tf":1.4142135623730951},"4":{"tf":1.0},"45":{"tf":1.0},"63":{"tf":1.7320508075688772}}},"p":{"df":1,"docs":{"2":{"tf":1.0}}}},"t":{"df":1,"docs":{"163":{"tf":1.0}}},"w":{"df":1,"docs":{"158":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"u":{"df":1,"docs":{"120":{"tf":1.0}}}},"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":{"48":{"tf":1.0},"5":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":4,"docs":{"137":{"tf":2.0},"14":{"tf":1.0},"159":{"tf":1.0},"160":{"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":{"126":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"120":{"tf":2.0},"123":{"tf":1.0},"125":{"tf":1.0},"51":{"tf":1.4142135623730951},"90":{"tf":1.0},"94":{"tf":1.4142135623730951}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"e":{"df":6,"docs":{"131":{"tf":1.0},"14":{"tf":1.0},"146":{"tf":1.0},"2":{"tf":1.7320508075688772},"5":{"tf":1.0},"50":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":19,"docs":{"121":{"tf":1.0},"123":{"tf":1.4142135623730951},"132":{"tf":2.449489742783178},"133":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"137":{"tf":3.1622776601683795},"143":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"145":{"tf":1.7320508075688772},"146":{"tf":2.23606797749979},"154":{"tf":1.0},"33":{"tf":2.6457513110645907},"34":{"tf":2.6457513110645907},"36":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"4":{"tf":2.449489742783178},"47":{"tf":1.0},"48":{"tf":2.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":4,"docs":{"135":{"tf":1.0},"145":{"tf":1.0},"39":{"tf":1.0},"48":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"163":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":4,"docs":{"14":{"tf":1.4142135623730951},"157":{"tf":1.0},"19":{"tf":1.0},"60":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"27":{"tf":1.0},"41":{"tf":1.0}}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"163":{"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":0,"docs":{},"v":{"df":0,"docs":{},"e":{"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":{},"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":{"120":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"132":{"tf":1.7320508075688772}}},"r":{"df":0,"docs":{},"k":{"df":4,"docs":{"163":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.0},"36":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"`":{"]":{"[":{"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":{"99":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":21,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"114":{"tf":1.0},"116":{"tf":1.0},"128":{"tf":1.0},"159":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0},"86":{"tf":2.0},"87":{"tf":2.0},"96":{"tf":1.7320508075688772},"99":{"tf":2.23606797749979}},"m":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"160":{"tf":1.0},"36":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"x":{"_":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"51":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"69":{"tf":1.0},"94":{"tf":2.23606797749979},"95":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"_":{"d":{"b":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"b":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}},"df":4,"docs":{"128":{"tf":1.7320508075688772},"130":{"tf":1.0},"39":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}}}}}},"d":{"df":2,"docs":{"145":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951}},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"145":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":2,"docs":{"145":{"tf":1.0},"39":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"137":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"124":{"tf":1.0},"125":{"tf":1.4142135623730951},"131":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":4,"docs":{"110":{"tf":1.0},"116":{"tf":1.0},"133":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"134":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"138":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":3,"docs":{"145":{"tf":1.0},"146":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"163":{"tf":1.0}}},"s":{"a":{"df":0,"docs":{},"g":{"df":9,"docs":{"121":{"tf":1.0},"123":{"tf":1.4142135623730951},"124":{"tf":1.0},"132":{"tf":1.0},"137":{"tf":1.0},"145":{"tf":1.0},"4":{"tf":1.0},"75":{"tf":1.0},"78":{"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":3,"docs":{"109":{"tf":1.0},"63":{"tf":1.4142135623730951},"99":{"tf":1.0}},"}":{"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":{"63":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":26,"docs":{"100":{"tf":1.0},"105":{"tf":1.0},"108":{"tf":1.4142135623730951},"110":{"tf":1.0},"112":{"tf":1.7320508075688772},"113":{"tf":1.4142135623730951},"114":{"tf":1.7320508075688772},"116":{"tf":2.0},"119":{"tf":1.0},"134":{"tf":1.7320508075688772},"141":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":2.6457513110645907},"46":{"tf":2.23606797749979},"48":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":2.6457513110645907},"53":{"tf":1.4142135623730951},"54":{"tf":2.0},"56":{"tf":1.0},"63":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.7320508075688772}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":9,"docs":{"103":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"108":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.0},"62":{"tf":1.0},"81":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":2,"docs":{"124":{"tf":1.4142135623730951},"126":{"tf":1.0}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":5,"docs":{"118":{"tf":1.4142135623730951},"5":{"tf":1.0},"7":{"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},"100":{"tf":1.0},"109":{"tf":1.0},"114":{"tf":1.0},"127":{"tf":1.4142135623730951},"128":{"tf":1.0},"129":{"tf":2.449489742783178},"130":{"tf":1.7320508075688772},"131":{"tf":2.449489742783178},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"155":{"tf":2.449489742783178},"158":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.7320508075688772},"3":{"tf":1.0},"70":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"32":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":5,"docs":{"63":{"tf":1.4142135623730951},"74":{"tf":1.0},"86":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"138":{"tf":1.0}}}}},"m":{"d":{"b":{"df":1,"docs":{"39":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"d":{"df":1,"docs":{"123":{"tf":1.0}},"e":{"df":9,"docs":{"127":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"154":{"tf":2.0},"18":{"tf":1.0},"48":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":1.4142135623730951},"68":{"tf":1.0}}},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"120":{"tf":1.0}},"i":{"df":1,"docs":{"66":{"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":22,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"112":{"tf":1.0},"12":{"tf":1.0},"131":{"tf":1.4142135623730951},"132":{"tf":1.0},"135":{"tf":1.0},"14":{"tf":1.0},"150":{"tf":1.0},"160":{"tf":1.0},"19":{"tf":1.0},"36":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"4":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"69":{"tf":1.0},"99":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"105":{"tf":1.0},"12":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"14":{"tf":1.0},"36":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"132":{"tf":1.0},"145":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":8,"docs":{"0":{"tf":1.0},"1":{"tf":1.7320508075688772},"157":{"tf":1.0},"163":{"tf":1.4142135623730951},"2":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0}}}},"df":10,"docs":{"132":{"tf":1.0},"140":{"tf":1.4142135623730951},"145":{"tf":1.0},"160":{"tf":1.0},"2":{"tf":1.0},"36":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"87":{"tf":1.0}}}}}}},"t":{"df":2,"docs":{"118":{"tf":1.4142135623730951},"122":{"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":{"141":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"112":{"tf":1.0},"116":{"tf":1.0},"144":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"73":{"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":{"112":{"tf":1.0},"62":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"103":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"98":{"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":48,"docs":{"102":{"tf":1.0},"103":{"tf":2.0},"106":{"tf":1.0},"107":{"tf":1.4142135623730951},"111":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"131":{"tf":1.7320508075688772},"134":{"tf":1.4142135623730951},"142":{"tf":1.7320508075688772},"144":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.4142135623730951},"53":{"tf":1.0},"55":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":2.0},"84":{"tf":1.0},"85":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":2.0},"99":{"tf":2.23606797749979}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":4,"docs":{"140":{"tf":1.4142135623730951},"142":{"tf":1.4142135623730951},"143":{"tf":2.0},"36":{"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":1,"docs":{"126":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"163":{"tf":1.0}}}}}},"c":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"17":{"tf":1.7320508075688772}}}},"df":2,"docs":{"120":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951}}},"d":{"df":0,"docs":{},"u":{"2":{"df":1,"docs":{"36":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":1,"docs":{"94":{"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},"51":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"138":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":14,"docs":{"117":{"tf":1.4142135623730951},"119":{"tf":1.0},"120":{"tf":1.0},"123":{"tf":1.4142135623730951},"133":{"tf":1.0},"134":{"tf":1.0},"146":{"tf":1.4142135623730951},"159":{"tf":1.0},"160":{"tf":1.0},"163":{"tf":1.0},"27":{"tf":1.0},"36":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}},"t":{"c":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"120":{"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":{"86":{"tf":1.0}}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":7,"docs":{"120":{"tf":1.0},"123":{"tf":1.0},"14":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.0},"4":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}},"w":{"df":5,"docs":{"124":{"tf":1.0},"129":{"tf":1.0},"154":{"tf":1.0},"26":{"tf":1.4142135623730951},"50":{"tf":1.0}}},"x":{"df":0,"docs":{},"t":{"df":8,"docs":{"120":{"tf":1.0},"161":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"29":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"34":{"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":{"46":{"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":{"129":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":4,"docs":{"22":{"tf":1.0},"26":{"tf":1.0},"35":{"tf":1.0},"36":{"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":{"114":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"n":{"c":{"df":1,"docs":{"126":{"tf":2.0}}},"df":5,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.0},"39":{"tf":1.0}},"e":{"df":5,"docs":{"120":{"tf":1.4142135623730951},"33":{"tf":1.0},"87":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"160":{"tf":1.0},"36":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"86":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":8,"docs":{"129":{"tf":1.0},"130":{"tf":1.0},"145":{"tf":1.0},"50":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}},"h":{"df":2,"docs":{"67":{"tf":1.0},"74":{"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":{"114":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"w":{"df":17,"docs":{"105":{"tf":1.0},"109":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.4142135623730951},"123":{"tf":1.0},"146":{"tf":1.0},"159":{"tf":1.0},"22":{"tf":1.0},"23":{"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},"54":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"78":{"tf":1.0},"99":{"tf":2.449489742783178}}}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":16,"docs":{"100":{"tf":1.4142135623730951},"11":{"tf":1.0},"114":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":2.6457513110645907},"130":{"tf":1.7320508075688772},"132":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":2.6457513110645907},"138":{"tf":3.1622776601683795},"158":{"tf":1.0},"50":{"tf":1.0},"63":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"94":{"tf":1.7320508075688772},"95":{"tf":1.0}}}}},"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":15,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"118":{"tf":1.0},"43":{"tf":1.4142135623730951},"48":{"tf":2.6457513110645907},"51":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"63":{"tf":2.0},"67":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0},"86":{"tf":1.7320508075688772},"91":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":2.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":4,"docs":{"105":{"tf":1.0},"11":{"tf":1.0},"163":{"tf":1.4142135623730951},"54":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"129":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0}},"r":{"df":1,"docs":{"94":{"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":{"112":{"tf":1.0},"116":{"tf":1.0},"43":{"tf":1.0},"46":{"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":{"119":{"tf":1.0},"123":{"tf":1.4142135623730951}}}}}}},"df":2,"docs":{"118":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951}}},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":10,"docs":{"103":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.4142135623730951},"73":{"tf":1.0},"74":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":7,"docs":{"66":{"tf":1.0},"67":{"tf":1.4142135623730951},"73":{"tf":1.0},"74":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.4142135623730951},"99":{"tf":1.0}}}}}}},"c":{"df":1,"docs":{"36":{"tf":1.0}}},"df":20,"docs":{"117":{"tf":1.0},"125":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.4142135623730951},"135":{"tf":1.0},"154":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.4142135623730951},"23":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.4142135623730951},"44":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":1.0},"60":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":3,"docs":{"63":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"o":{"df":2,"docs":{"13":{"tf":1.0},"44":{"tf":1.0}}}},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"5":{"tf":1.0},"55":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"1":{"tf":1.0},"163":{"tf":1.4142135623730951},"24":{"tf":1.0}}},"r":{"df":3,"docs":{"124":{"tf":1.0},"2":{"tf":1.0},"86":{"tf":1.0}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"117":{"tf":1.0},"118":{"tf":1.0},"50":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"94":{"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":{"119":{"tf":1.0},"123":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":20,"docs":{"104":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"132":{"tf":1.7320508075688772},"145":{"tf":1.7320508075688772},"158":{"tf":1.0},"39":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.4142135623730951},"82":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0},"99":{"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},"163":{"tf":1.4142135623730951}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"134":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"66":{"tf":1.0},"87":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"128":{"tf":1.0},"130":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"128":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"34":{"tf":1.0},"63":{"tf":1.4142135623730951},"66":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"163":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"157":{"tf":1.0}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":4,"docs":{"134":{"tf":1.0},"160":{"tf":1.0},"42":{"tf":1.0},"48":{"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":{"50":{"tf":1.0}}}}}}},"t":{"df":11,"docs":{"1":{"tf":1.0},"120":{"tf":1.0},"123":{"tf":1.4142135623730951},"158":{"tf":1.0},"2":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"54":{"tf":1.0}},"g":{"df":0,"docs":{},"o":{"df":2,"docs":{"116":{"tf":1.0},"75":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"116":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":8,"docs":{"120":{"tf":1.0},"155":{"tf":1.0},"18":{"tf":1.0},"24":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"50":{"tf":1.0},"75":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":11,"docs":{"12":{"tf":1.0},"120":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"130":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"45":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"124":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":4,"docs":{"0":{"tf":1.0},"117":{"tf":1.0},"133":{"tf":1.0},"32":{"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":{"123":{"tf":1.0}}}}}}}},"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"123":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"52":{"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":{"126":{"tf":1.4142135623730951}}}}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"126":{"tf":1.4142135623730951}}}}}},"df":54,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"116":{"tf":2.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"120":{"tf":1.7320508075688772},"126":{"tf":1.4142135623730951},"129":{"tf":2.6457513110645907},"131":{"tf":1.0},"134":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"160":{"tf":1.7320508075688772},"17":{"tf":1.4142135623730951},"19":{"tf":2.0},"26":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.4142135623730951},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":2.0},"43":{"tf":1.0},"44":{"tf":2.0},"48":{"tf":1.7320508075688772},"49":{"tf":1.4142135623730951},"50":{"tf":4.358898943540674},"51":{"tf":1.4142135623730951},"52":{"tf":3.0},"53":{"tf":1.0},"54":{"tf":3.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":2.449489742783178},"66":{"tf":1.0},"67":{"tf":1.0},"71":{"tf":1.7320508075688772},"75":{"tf":1.4142135623730951},"79":{"tf":1.0},"86":{"tf":1.4142135623730951},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":2.0},"92":{"tf":1.0},"94":{"tf":3.0},"95":{"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":{"42":{"tf":1.4142135623730951},"44":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":2,"docs":{"122":{"tf":1.0},"123":{"tf":1.0}}},"t":{"df":3,"docs":{"12":{"tf":1.0},"134":{"tf":1.4142135623730951},"34":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"42":{"tf":1.0},"55":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":2,"docs":{"162":{"tf":1.0},"44":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"s":{"df":12,"docs":{"101":{"tf":1.7320508075688772},"120":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"160":{"tf":1.0},"22":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"71":{"tf":1.0},"79":{"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":{"118":{"tf":1.0}}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"132":{"tf":1.0},"145":{"tf":1.0},"148":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"132":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"2":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}}}},"y":{"df":1,"docs":{"66":{"tf":1.0}}}},"df":2,"docs":{"132":{"tf":1.0},"39":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"134":{"tf":1.0},"160":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":4,"docs":{"11":{"tf":2.23606797749979},"150":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"o":{"d":{"df":5,"docs":{"138":{"tf":1.0},"44":{"tf":1.0},"51":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"33":{"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":{}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"140":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"g":{"'":{"df":1,"docs":{"126":{"tf":1.0}}},"_":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"126":{"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":{"126":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"124":{"tf":1.0},"125":{"tf":2.0}}}},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"134":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"118":{"tf":1.0},"50":{"tf":2.23606797749979}}}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"43":{"tf":1.0},"66":{"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":{"146":{"tf":1.0}}},".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"33":{"tf":1.0},"34":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":8,"docs":{"129":{"tf":1.0},"132":{"tf":1.4142135623730951},"145":{"tf":2.23606797749979},"146":{"tf":3.1622776601683795},"160":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"47":{"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},"163":{"tf":1.0},"3":{"tf":1.0},"48":{"tf":1.0}}}}}}},"y":{"df":4,"docs":{"23":{"tf":1.4142135623730951},"27":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"117":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"147":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951}}}}}}},"o":{"d":{"df":3,"docs":{"143":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"34":{"tf":1.7320508075688772}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"11":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0},"34":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"90":{"tf":1.4142135623730951},"91":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"34":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":4,"docs":{"160":{"tf":1.0},"22":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"132":{"tf":1.0}}}},"df":5,"docs":{"116":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"154":{"tf":1.0},"52":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"t":{"(":{"df":2,"docs":{"33":{"tf":1.0},"37":{"tf":1.0}}},"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"158":{"tf":1.0}}}}},"df":38,"docs":{"118":{"tf":1.0},"120":{"tf":1.7320508075688772},"123":{"tf":1.0},"124":{"tf":1.0},"129":{"tf":2.449489742783178},"132":{"tf":2.0},"134":{"tf":1.0},"140":{"tf":2.23606797749979},"144":{"tf":1.7320508075688772},"145":{"tf":2.23606797749979},"146":{"tf":2.23606797749979},"149":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"39":{"tf":2.449489742783178},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"44":{"tf":2.0},"48":{"tf":2.0},"54":{"tf":1.0},"66":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.4142135623730951},"86":{"tf":2.0},"91":{"tf":1.0},"92":{"tf":1.0}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"86":{"tf":1.0}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":7,"docs":{"11":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.4142135623730951},"38":{"tf":1.0},"4":{"tf":1.0},"94":{"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":{"46":{"tf":1.0},"94":{"tf":1.0},"99":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"161":{"tf":1.0},"163":{"tf":1.0},"37":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"94":{"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":{"52":{"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":{"50":{"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":{"128":{"tf":1.0},"130":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"128":{"tf":1.0},"130":{"tf":1.0}}}},"df":0,"docs":{}}},"df":10,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"128":{"tf":1.7320508075688772},"130":{"tf":1.0},"48":{"tf":1.0},"59":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"81":{"tf":1.0},"98":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"74":{"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":{"49":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"162":{"tf":1.0},"45":{"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":{"157":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":3,"docs":{"110":{"tf":1.0},"163":{"tf":1.0},"23":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"39":{"tf":1.0},"4":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"14":{"tf":1.0},"154":{"tf":1.0}}}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"120":{"tf":1.0},"132":{"tf":1.4142135623730951},"145":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":1.7320508075688772}}}},"v":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"160":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"o":{"b":{"df":0,"docs":{},"e":{"df":2,"docs":{"153":{"tf":1.0},"154":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":16,"docs":{"100":{"tf":1.0},"11":{"tf":1.0},"129":{"tf":1.0},"134":{"tf":1.0},"163":{"tf":1.0},"17":{"tf":1.4142135623730951},"2":{"tf":1.0},"22":{"tf":1.0},"33":{"tf":1.4142135623730951},"36":{"tf":1.0},"42":{"tf":1.4142135623730951},"48":{"tf":1.0},"50":{"tf":2.23606797749979},"52":{"tf":2.0},"87":{"tf":1.0},"94":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.0},"145":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"132":{"tf":1.0},"14":{"tf":1.4142135623730951},"163":{"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":{"155":{"tf":1.0},"24":{"tf":1.0}}}}}}}},"p":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":12,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"48":{"tf":2.23606797749979},"55":{"tf":1.0},"63":{"tf":2.0},"67":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0},"86":{"tf":1.7320508075688772},"91":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":2.0}}}}}}},"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":{"123":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":2,"docs":{"121":{"tf":1.0},"123":{"tf":2.0}}}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"13":{"tf":1.0},"163":{"tf":1.4142135623730951},"36":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"3":{"df":1,"docs":{"123":{"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":{"123":{"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":{"123":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":2,"docs":{"121":{"tf":1.0},"123":{"tf":2.0}}}}},"c":{"df":1,"docs":{"123":{"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":{"126":{"tf":1.0}}}}}}},"df":9,"docs":{"124":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"132":{"tf":1.0},"133":{"tf":1.7320508075688772},"145":{"tf":1.0},"149":{"tf":1.0},"158":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.0}}}}},"df":2,"docs":{"123":{"tf":2.0},"134":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":48,"docs":{"1":{"tf":1.0},"110":{"tf":1.4142135623730951},"112":{"tf":1.0},"114":{"tf":1.4142135623730951},"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"124":{"tf":1.7320508075688772},"127":{"tf":1.0},"128":{"tf":1.0},"13":{"tf":1.0},"130":{"tf":1.0},"132":{"tf":3.0},"133":{"tf":1.4142135623730951},"134":{"tf":2.6457513110645907},"135":{"tf":1.0},"138":{"tf":1.4142135623730951},"139":{"tf":2.23606797749979},"140":{"tf":1.4142135623730951},"142":{"tf":1.4142135623730951},"143":{"tf":1.0},"144":{"tf":1.4142135623730951},"145":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.7320508075688772},"157":{"tf":1.0},"158":{"tf":1.4142135623730951},"160":{"tf":1.0},"163":{"tf":1.4142135623730951},"2":{"tf":1.0},"22":{"tf":1.0},"32":{"tf":1.7320508075688772},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.4142135623730951},"5":{"tf":1.0},"56":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":1.4142135623730951},"71":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"df":0,"docs":{},"i":{"df":51,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":2.6457513110645907},"126":{"tf":1.7320508075688772},"127":{"tf":1.4142135623730951},"129":{"tf":3.1622776601683795},"13":{"tf":1.0},"130":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":2.0},"134":{"tf":2.449489742783178},"135":{"tf":1.0},"137":{"tf":3.7416573867739413},"138":{"tf":3.4641016151377544},"139":{"tf":1.0},"14":{"tf":1.0},"140":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.7320508075688772},"145":{"tf":1.7320508075688772},"146":{"tf":2.23606797749979},"148":{"tf":1.0},"154":{"tf":2.0},"155":{"tf":1.4142135623730951},"157":{"tf":1.0},"158":{"tf":2.6457513110645907},"159":{"tf":3.3166247903554},"160":{"tf":4.242640687119285},"163":{"tf":1.4142135623730951},"18":{"tf":1.7320508075688772},"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},"39":{"tf":2.8284271247461903},"4":{"tf":2.449489742783178},"41":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"46":{"tf":2.0},"48":{"tf":2.0},"51":{"tf":1.0},"66":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.4142135623730951}}},"y":{"'":{"df":4,"docs":{"133":{"tf":1.0},"138":{"tf":1.0},"158":{"tf":1.0},"51":{"tf":1.0}}},".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"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":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"120":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"120":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"158":{"tf":1.4142135623730951},"160":{"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},"105":{"tf":1.0},"146":{"tf":1.0}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"124":{"tf":1.0},"150":{"tf":1.0},"36":{"tf":1.0},"44":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"132":{"tf":1.0}}}},"t":{"df":2,"docs":{"159":{"tf":1.0},"53":{"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":{"39":{"tf":1.0}}}}}}},"df":4,"docs":{"124":{"tf":1.4142135623730951},"125":{"tf":1.7320508075688772},"39":{"tf":1.4142135623730951},"4":{"tf":1.0}}}}},"df":2,"docs":{"39":{"tf":1.0},"4":{"tf":1.0}},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":1,"docs":{"126":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"146":{"tf":1.0},"151":{"tf":1.0},"34":{"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":7,"docs":{"146":{"tf":1.0},"15":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"4":{"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":{"133":{"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":{".":{"4":{".":{"0":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"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},"131":{"tf":1.0},"134":{"tf":1.4142135623730951},"160":{"tf":1.0},"163":{"tf":1.4142135623730951},"19":{"tf":1.0},"2":{"tf":1.0},"32":{"tf":1.0},"45":{"tf":1.4142135623730951},"50":{"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":2,"docs":{"113":{"tf":1.0},"53":{"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":{"142":{"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":2,"docs":{"141":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772}}}}}}}},"df":5,"docs":{"112":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"144":{"tf":1.0},"43":{"tf":1.4142135623730951},"46":{"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":8,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"116":{"tf":1.0},"142":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"81":{"tf":1.0},"98":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":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":2,"docs":{"65":{"tf":1.0},"66":{"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":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"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":{},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":2,"docs":{"72":{"tf":1.0},"73":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"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":{"144":{"tf":1.0},"51":{"tf":1.0},"77":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"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":{"76":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"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":{"103":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"98":{"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":{},"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":{"84":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"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":{"89":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"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":{"51":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"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":{"103":{"tf":1.0},"81":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":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":{"102":{"tf":1.0},"103":{"tf":1.0},"81":{"tf":1.0},"98":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":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":{"106":{"tf":1.0},"107":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"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":4,"docs":{"111":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"142":{"tf":1.0}}}}}}}}}}}},"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":7,"docs":{"120":{"tf":1.0},"123":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":1.7320508075688772},"4":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{}}},"2":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"146":{"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":{":":{":":{"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":{"103":{"tf":1.0},"107":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"144":{"tf":1.0},"51":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"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":1,"docs":{"120":{"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":{},"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":{"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":{"120":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"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":{"118":{"tf":1.0},"119":{"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":{"123":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"m":{"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":{"52":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"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":{"120":{"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":{"120":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":1,"docs":{"150":{"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":{"151":{"tf":1.0},"4":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"129":{"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":{"129":{"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":{"129":{"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":1,"docs":{"39":{"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":{"129":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"45":{"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":{"131":{"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":{"109":{"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":{"131":{"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":{"70":{"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":{"70":{"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":{"100":{"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":{"100":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"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":{"131":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"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":{"114":{"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":{"131":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"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":2,"docs":{"132":{"tf":1.0},"39":{"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":{"138":{"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":{"138":{"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":{"138":{"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":{"138":{"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":{"138":{"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":{"138":{"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":{"138":{"tf":1.0}}}}}},"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":{"145":{"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":{"129":{"tf":1.0}}}}}}}}}}}},"df":1,"docs":{"126":{"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":{"129":{"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":{"129":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"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":{"129":{"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":{"132":{"tf":1.0},"145":{"tf":1.0},"39":{"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":{"39":{"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":1,"docs":{"132":{"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":{"130":{"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":{"130":{"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":{"130":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"u":{"b":{"_":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"132":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"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":{"137":{"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":{"137":{"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":{"137":{"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":{"137":{"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":{"137":{"tf":1.0}}}}}},"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":1,"docs":{"132":{"tf":1.0}}}}}},"df":72,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"12":{"tf":1.7320508075688772},"120":{"tf":2.23606797749979},"123":{"tf":1.0},"124":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.7320508075688772},"13":{"tf":1.4142135623730951},"132":{"tf":2.23606797749979},"133":{"tf":1.4142135623730951},"134":{"tf":2.0},"135":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.4142135623730951},"14":{"tf":1.0},"140":{"tf":1.0},"142":{"tf":1.7320508075688772},"143":{"tf":2.0},"144":{"tf":1.4142135623730951},"145":{"tf":2.0},"146":{"tf":2.0},"147":{"tf":1.4142135623730951},"148":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":2.0},"151":{"tf":1.0},"154":{"tf":1.7320508075688772},"157":{"tf":1.7320508075688772},"158":{"tf":2.23606797749979},"159":{"tf":1.7320508075688772},"16":{"tf":1.4142135623730951},"160":{"tf":2.449489742783178},"163":{"tf":1.4142135623730951},"18":{"tf":2.0},"19":{"tf":1.4142135623730951},"2":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":2.23606797749979},"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.4641016151377544},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":3.3166247903554},"38":{"tf":1.0},"39":{"tf":2.23606797749979},"4":{"tf":3.4641016151377544},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":2.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"5":{"tf":1.7320508075688772},"50":{"tf":1.7320508075688772},"53":{"tf":1.0},"54":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"116":{"tf":1.0},"36":{"tf":1.0},"91":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"g":{"df":2,"docs":{"134":{"tf":1.0},"86":{"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":{"86":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"94":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"158":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":2.23606797749979},"95":{"tf":1.0}}}}},"b":{"a":{"c":{"df":2,"docs":{"143":{"tf":1.0},"33":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"132":{"tf":1.0}},"e":{"a":{"d":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"118":{"tf":1.0},"122":{"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":{"131":{"tf":1.0}}}}}}},"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":{"118":{"tf":1.0},"122":{"tf":1.0}}}}}}}}},"df":8,"docs":{"108":{"tf":1.0},"118":{"tf":1.4142135623730951},"129":{"tf":2.0},"131":{"tf":1.0},"38":{"tf":1.0},"52":{"tf":1.0},"74":{"tf":1.0},"86":{"tf":1.0}},"i":{"df":8,"docs":{"154":{"tf":1.7320508075688772},"22":{"tf":1.7320508075688772},"26":{"tf":1.7320508075688772},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":2.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.0}}},"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}},"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":{},"i":{"df":1,"docs":{"37":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"114":{"tf":1.4142135623730951},"129":{"tf":1.0},"14":{"tf":1.0},"69":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":17,"docs":{"118":{"tf":1.4142135623730951},"126":{"tf":1.0},"129":{"tf":2.0},"137":{"tf":1.7320508075688772},"138":{"tf":1.0},"144":{"tf":1.0},"160":{"tf":1.4142135623730951},"17":{"tf":1.0},"19":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":2.6457513110645907},"70":{"tf":1.4142135623730951},"88":{"tf":1.0},"92":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"129":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"11":{"tf":1.0},"150":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"d":{"df":3,"docs":{"27":{"tf":1.0},"35":{"tf":1.0},"36":{"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":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"158":{"tf":1.0},"160":{"tf":1.4142135623730951},"2":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":9,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.4142135623730951},"67":{"tf":1.7320508075688772},"74":{"tf":1.4142135623730951},"86":{"tf":2.449489742783178},"91":{"tf":1.0},"99":{"tf":2.6457513110645907}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"158":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"c":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"129":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":2,"docs":{"60":{"tf":1.0},"63":{"tf":1.0}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"132":{"tf":2.23606797749979}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"60":{"tf":1.4142135623730951},"63":{"tf":1.0}}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"134":{"tf":1.7320508075688772},"137":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"y":{"'":{"df":2,"docs":{"145":{"tf":1.0},"146":{"tf":1.0}}},"df":4,"docs":{"132":{"tf":1.7320508075688772},"145":{"tf":3.0},"146":{"tf":4.242640687119285},"4":{"tf":1.7320508075688772}}}},"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":{},"v":{"df":1,"docs":{"134":{"tf":1.0}}}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"120":{"tf":1.0}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"39":{"tf":1.0},"48":{"tf":1.0}}},"v":{"df":12,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"116":{"tf":1.4142135623730951},"123":{"tf":1.0},"131":{"tf":1.0},"142":{"tf":1.0},"2":{"tf":1.0},"52":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":2.0},"81":{"tf":1.0},"98":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"148":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":3,"docs":{"24":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":1,"docs":{"126":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"145":{"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":{"157":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":13,"docs":{"108":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"122":{"tf":1.0},"146":{"tf":1.0},"40":{"tf":1.4142135623730951},"44":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0},"74":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"156":{"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":{"138":{"tf":1.4142135623730951}}}}}},"df":3,"docs":{"138":{"tf":2.0},"146":{"tf":1.0},"87":{"tf":2.449489742783178}}}}},"i":{"df":0,"docs":{},"r":{"df":18,"docs":{"108":{"tf":1.0},"123":{"tf":1.0},"128":{"tf":1.0},"16":{"tf":1.0},"163":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.4142135623730951},"55":{"tf":1.0},"63":{"tf":2.0},"67":{"tf":1.0},"74":{"tf":1.0},"86":{"tf":1.7320508075688772},"95":{"tf":1.0},"99":{"tf":1.7320508075688772}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"43":{"tf":1.0}}}}},"i":{"d":{"df":2,"docs":{"116":{"tf":1.0},"148":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":8,"docs":{"133":{"tf":1.7320508075688772},"134":{"tf":2.8284271247461903},"137":{"tf":1.0},"138":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"140":{"tf":1.0},"22":{"tf":1.0},"33":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"141":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":4,"docs":{"118":{"tf":1.0},"128":{"tf":1.0},"132":{"tf":1.0},"138":{"tf":1.7320508075688772}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"33":{"tf":1.0},"34":{"tf":1.0}}}}},"df":1,"docs":{"134":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"119":{"tf":1.0},"123":{"tf":1.4142135623730951}}}}}}},"df":6,"docs":{"118":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"133":{"tf":1.0},"134":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":4,"docs":{"113":{"tf":1.0},"39":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":6,"docs":{"118":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.4142135623730951},"156":{"tf":1.0},"60":{"tf":1.0},"66":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"1":{"tf":1.0},"160":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"50":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"161":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"158":{"tf":1.0}}}}},"o":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"90":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"]":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"148":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"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":{"90":{"tf":1.0},"91":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"90":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":17,"docs":{"147":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":2.0},"37":{"tf":2.23606797749979},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.7320508075688772},"56":{"tf":1.0},"71":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":5,"docs":{"143":{"tf":1.0},"158":{"tf":1.0},"83":{"tf":1.0},"86":{"tf":2.23606797749979},"87":{"tf":2.23606797749979}}}},"n":{"df":35,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.7320508075688772},"13":{"tf":1.0},"132":{"tf":1.4142135623730951},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"143":{"tf":1.7320508075688772},"144":{"tf":1.7320508075688772},"145":{"tf":1.7320508075688772},"146":{"tf":1.7320508075688772},"154":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.7320508075688772},"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},"39":{"tf":1.4142135623730951},"4":{"tf":2.8284271247461903},"45":{"tf":1.0},"99":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"120":{"tf":1.0},"131":{"tf":1.0},"133":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"150":{"tf":1.4142135623730951}}}}}},"df":18,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"12":{"tf":2.0},"123":{"tf":1.4142135623730951},"13":{"tf":1.0},"14":{"tf":1.0},"160":{"tf":1.0},"3":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"99":{"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":9,"docs":{"145":{"tf":1.0},"146":{"tf":1.4142135623730951},"158":{"tf":1.0},"159":{"tf":1.0},"36":{"tf":1.4142135623730951},"44":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"87":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"115":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"2":{"tf":1.0}}}},"w":{"df":1,"docs":{"36":{"tf":1.0}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":3,"docs":{"1":{"tf":1.0},"129":{"tf":1.0},"163":{"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":{"50":{"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":{"108":{"tf":1.0},"113":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":15,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"144":{"tf":1.0},"4":{"tf":1.4142135623730951},"45":{"tf":1.0},"48":{"tf":1.7320508075688772},"55":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0},"99":{"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":{"122":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"123":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"k":{"df":3,"docs":{"148":{"tf":1.4142135623730951},"159":{"tf":1.0},"160":{"tf":1.0}}},"p":{"4":{"df":0,"docs":{},"k":{"df":2,"docs":{"22":{"tf":1.0},"26":{"tf":1.0}}}},"df":0,"docs":{}}},"df":4,"docs":{"137":{"tf":1.0},"141":{"tf":1.0},"34":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"148":{"tf":1.0}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"129":{"tf":1.0},"146":{"tf":1.0},"44":{"tf":1.0},"51":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"36":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"1":{"tf":1.0},"116":{"tf":1.0},"160":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":17,"docs":{"12":{"tf":1.0},"129":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"146":{"tf":1.0},"150":{"tf":1.0},"155":{"tf":1.4142135623730951},"18":{"tf":1.0},"19":{"tf":1.0},"24":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"36":{"tf":2.23606797749979},"4":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0}},"m":{"df":2,"docs":{"14":{"tf":1.0},"163":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"52":{"tf":1.0},"90":{"tf":1.4142135623730951}}}},"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":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":1,"docs":{"122":{"tf":1.4142135623730951}}}}},"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":{"123":{"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":{"123":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"]":{"'":{"df":2,"docs":{"108":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"123":{"tf":1.4142135623730951}}}},"n":{"d":{"df":15,"docs":{"110":{"tf":1.0},"120":{"tf":1.4142135623730951},"129":{"tf":2.0},"142":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":1.4142135623730951},"154":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"17":{"tf":1.0},"19":{"tf":1.7320508075688772},"46":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.7320508075688772}}},"df":0,"docs":{},"s":{"df":2,"docs":{"14":{"tf":1.0},"2":{"tf":1.0}}},"t":{"df":13,"docs":{"110":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":1.4142135623730951},"126":{"tf":2.0},"129":{"tf":1.4142135623730951},"138":{"tf":1.7320508075688772},"160":{"tf":1.0},"27":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"48":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":6,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"141":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":1,"docs":{"126":{"tf":1.7320508075688772}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"50":{"tf":1.0},"51":{"tf":1.7320508075688772},"52":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"d":{"df":2,"docs":{"121":{"tf":1.0},"122":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"122":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":1,"docs":{"56":{"tf":1.0}}},"v":{"df":3,"docs":{"132":{"tf":1.0},"133":{"tf":1.0},"44":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"'":{"df":3,"docs":{"120":{"tf":1.0},"126":{"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":{"126":{"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":{"126":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":37,"docs":{"0":{"tf":1.0},"1":{"tf":1.7320508075688772},"120":{"tf":2.0},"121":{"tf":1.0},"123":{"tf":1.0},"132":{"tf":1.7320508075688772},"133":{"tf":2.0},"135":{"tf":1.4142135623730951},"137":{"tf":3.3166247903554},"138":{"tf":1.7320508075688772},"139":{"tf":1.0},"140":{"tf":1.0},"143":{"tf":1.0},"145":{"tf":1.7320508075688772},"146":{"tf":1.7320508075688772},"151":{"tf":1.0},"154":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":3.605551275463989},"159":{"tf":2.6457513110645907},"160":{"tf":4.242640687119285},"163":{"tf":2.23606797749979},"2":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"3":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.7320508075688772},"44":{"tf":2.0},"48":{"tf":2.0},"64":{"tf":1.0},"66":{"tf":1.4142135623730951}}}},"i":{"c":{"df":20,"docs":{"120":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"132":{"tf":1.4142135623730951},"133":{"tf":1.0},"134":{"tf":1.7320508075688772},"143":{"tf":1.0},"145":{"tf":3.7416573867739413},"146":{"tf":2.0},"149":{"tf":1.0},"160":{"tf":1.0},"163":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"33":{"tf":2.0},"34":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"37":{"tf":2.23606797749979},"39":{"tf":1.4142135623730951},"4":{"tf":3.4641016151377544}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"129":{"tf":2.23606797749979},"130":{"tf":2.449489742783178},"36":{"tf":1.0},"44":{"tf":3.4641016151377544}}}}}}},"t":{"df":21,"docs":{"1":{"tf":1.0},"131":{"tf":1.7320508075688772},"132":{"tf":1.7320508075688772},"133":{"tf":1.7320508075688772},"14":{"tf":1.0},"141":{"tf":1.7320508075688772},"146":{"tf":2.23606797749979},"150":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"22":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"52":{"tf":1.4142135623730951},"63":{"tf":2.0},"66":{"tf":1.0},"83":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"120":{"tf":1.0},"133":{"tf":1.0},"146":{"tf":1.4142135623730951}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"116":{"tf":1.0},"133":{"tf":1.0},"157":{"tf":1.4142135623730951},"33":{"tf":1.0},"54":{"tf":1.0}}}}}},"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":{"131":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":2,"docs":{"131":{"tf":1.0},"52":{"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":6,"docs":{"11":{"tf":1.4142135623730951},"120":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"66":{"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":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"120":{"tf":1.0}}}}},"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":{"158":{"tf":1.4142135623730951},"159":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":2.0},"26":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":4,"docs":{"116":{"tf":1.0},"13":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"133":{"tf":1.0},"36":{"tf":1.0},"50":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"133":{"tf":1.0},"96":{"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":1,"docs":{"158":{"tf":1.0}}}}},"i":{"df":1,"docs":{"43":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"139":{"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":6,"docs":{"145":{"tf":1.0},"160":{"tf":1.4142135623730951},"18":{"tf":1.0},"4":{"tf":1.4142135623730951},"51":{"tf":1.0},"99":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"117":{"tf":1.0},"142":{"tf":1.0},"146":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}}}}},"z":{"df":0,"docs":{},"e":{"df":10,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"116":{"tf":1.0},"126":{"tf":1.0},"138":{"tf":1.0},"142":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":2.0},"81":{"tf":1.0},"98":{"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":{"53":{"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":{"138":{"tf":1.0}}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"158":{"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":3,"docs":{"66":{"tf":1.0},"67":{"tf":1.4142135623730951},"69":{"tf":2.0}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"138":{"tf":2.8284271247461903}}}}}}}},"df":0,"docs":{}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"134":{"tf":1.0},"39":{"tf":1.0},"48":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"133":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"163":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"14":{"tf":1.0},"36":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":1,"docs":{"133":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":15,"docs":{"1":{"tf":1.0},"117":{"tf":1.0},"132":{"tf":1.0},"146":{"tf":1.7320508075688772},"163":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"9":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":5,"docs":{"120":{"tf":1.0},"146":{"tf":1.4142135623730951},"4":{"tf":1.0},"51":{"tf":1.0},"94":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"43":{"tf":1.4142135623730951},"66":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"14":{"tf":1.0}},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":13,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951},"12":{"tf":1.0},"131":{"tf":1.4142135623730951},"133":{"tf":1.0},"163":{"tf":1.0},"2":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"99":{"tf":1.4142135623730951}},"i":{"df":10,"docs":{"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.4142135623730951},"145":{"tf":1.0},"146":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"94":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"35":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"(":{"0":{".":{".":{"0":{"df":1,"docs":{"122":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"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":{"123":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"123":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"123":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":3,"docs":{"120":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951}}}},"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":{"129":{"tf":1.0},"49":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"159":{"tf":1.0},"160":{"tf":1.0},"3":{"tf":1.0}}}}},"r":{"d":{"df":8,"docs":{"1":{"tf":1.0},"120":{"tf":1.0},"133":{"tf":1.0},"14":{"tf":1.0},"141":{"tf":1.0},"158":{"tf":1.0},"35":{"tf":1.0},"75":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":12,"docs":{"11":{"tf":1.0},"120":{"tf":2.23606797749979},"144":{"tf":1.0},"146":{"tf":1.7320508075688772},"17":{"tf":1.0},"18":{"tf":1.7320508075688772},"21":{"tf":1.0},"31":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"59":{"tf":1.0},"86":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"133":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"e":{"df":7,"docs":{"123":{"tf":1.0},"133":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.0}}}}}}},"i":{"c":{"df":10,"docs":{"119":{"tf":1.0},"121":{"tf":1.0},"123":{"tf":1.4142135623730951},"133":{"tf":1.0},"134":{"tf":1.4142135623730951},"18":{"tf":1.0},"22":{"tf":1.0},"27":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":2.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"119":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"u":{"df":4,"docs":{"153":{"tf":1.0},"154":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"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":{"123":{"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":{"123":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"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":{"120":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"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":6,"docs":{"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":1.0},"50":{"tf":2.23606797749979}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.0},"158":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"112":{"tf":1.0},"116":{"tf":1.0},"54":{"tf":1.0},"63":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":5,"docs":{"57":{"tf":1.4142135623730951},"60":{"tf":1.0},"63":{"tf":2.23606797749979},"74":{"tf":1.0},"90":{"tf":1.0}}}}}}},"df":2,"docs":{"119":{"tf":1.0},"123":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"75":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":18,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"141":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.7320508075688772},"48":{"tf":2.449489742783178},"52":{"tf":1.0},"55":{"tf":1.0},"63":{"tf":2.23606797749979},"67":{"tf":1.4142135623730951},"74":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"86":{"tf":1.7320508075688772},"91":{"tf":1.7320508075688772},"99":{"tf":2.449489742783178}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"122":{"tf":1.7320508075688772},"126":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"_":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"132":{"tf":1.4142135623730951}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"(":{"df":3,"docs":{"132":{"tf":1.0},"145":{"tf":1.0},"4":{"tf":1.0}}},"df":4,"docs":{"132":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"39":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"a":{"d":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":1,"docs":{"132":{"tf":1.0}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"64":{"tf":1.0}}}},"t":{"df":1,"docs":{"134":{"tf":1.0}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"137":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"137":{"tf":1.0},"19":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"h":{"df":13,"docs":{"105":{"tf":1.0},"123":{"tf":1.0},"154":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"22":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"43":{"tf":1.0},"52":{"tf":1.0},"64":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":4,"docs":{"116":{"tf":1.0},"142":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"163":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"123":{"tf":1.0},"134":{"tf":2.449489742783178},"147":{"tf":1.0},"87":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":2,"docs":{"163":{"tf":1.0},"47":{"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":{"126":{"tf":1.0},"96":{"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":{"123":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"123":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":10,"docs":{"116":{"tf":1.0},"12":{"tf":1.0},"123":{"tf":1.0},"146":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"3":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"64":{"tf":1.0}}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"63":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":13,"docs":{"122":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"2":{"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},"51":{"tf":1.0},"86":{"tf":1.0}},"n":{"df":1,"docs":{"144":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"k":{"df":3,"docs":{"121":{"tf":1.0},"133":{"tf":1.0},"163":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"51":{"tf":1.0},"94":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"p":{"df":3,"docs":{"124":{"tf":1.0},"132":{"tf":1.0},"44":{"tf":1.4142135623730951}}}},"df":1,"docs":{"39":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"44":{"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},"158":{"tf":1.0}}}}}}}}},"n":{"d":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.7320508075688772},"19":{"tf":1.7320508075688772}}}}},"f":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"j":{"\"":{",":{"\"":{"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":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"\"":{":":{"[":{"df":0,"docs":{},"{":{"\"":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"\"":{":":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"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":{"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":{}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"35":{"tf":1.0}}}}}}}}},"t":{"'":{"df":2,"docs":{"123":{"tf":1.0},"146":{"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":1,"docs":{"37":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"131":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"94":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"36":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"50":{"tf":1.0}}}},"r":{"d":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"110":{"tf":1.0},"129":{"tf":1.4142135623730951},"158":{"tf":1.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"94":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":1,"docs":{"34":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":18,"docs":{"101":{"tf":1.0},"160":{"tf":1.0},"163":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":1.7320508075688772},"31":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"71":{"tf":1.0},"79":{"tf":1.0},"86":{"tf":1.0},"94":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"e":{"df":1,"docs":{"163":{"tf":1.0}}},"m":{"df":0,"docs":{},"e":{"df":12,"docs":{"12":{"tf":1.0},"126":{"tf":2.0},"129":{"tf":1.4142135623730951},"137":{"tf":1.0},"138":{"tf":1.0},"156":{"tf":1.0},"26":{"tf":1.0},"36":{"tf":1.4142135623730951},"52":{"tf":1.0},"66":{"tf":1.0},"87":{"tf":1.0},"94":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"\"":{":":{"\"":{"2":{"0":{"2":{"2":{"df":1,"docs":{"37":{"tf":2.0}}},"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":4,"docs":{"105":{"tf":2.23606797749979},"108":{"tf":1.0},"126":{"tf":2.0},"54":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"l":{"df":10,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}}}},"o":{"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":1,"docs":{"37":{"tf":2.449489742783178}}}}},"df":0,"docs":{}}},"df":17,"docs":{"110":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"114":{"tf":2.0},"116":{"tf":2.6457513110645907},"141":{"tf":1.7320508075688772},"144":{"tf":1.0},"147":{"tf":1.4142135623730951},"160":{"tf":1.0},"36":{"tf":2.6457513110645907},"37":{"tf":1.7320508075688772},"43":{"tf":1.7320508075688772},"46":{"tf":1.7320508075688772},"52":{"tf":1.4142135623730951},"54":{"tf":1.0},"56":{"tf":1.0},"71":{"tf":1.0}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":8,"docs":{"110":{"tf":1.4142135623730951},"116":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"43":{"tf":1.0},"52":{"tf":1.4142135623730951},"54":{"tf":1.0},"56":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"120":{"tf":1.0},"51":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{":":{":":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"120":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"120":{"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":{"123":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"123":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":2,"docs":{"121":{"tf":1.0},"123":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"129":{"tf":1.0},"131":{"tf":1.4142135623730951}}},"l":{"df":2,"docs":{"120":{"tf":1.0},"3":{"tf":1.0}}}},"p":{"df":2,"docs":{"139":{"tf":1.0},"163":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"134":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"130":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":8,"docs":{"100":{"tf":1.4142135623730951},"114":{"tf":1.0},"129":{"tf":2.23606797749979},"130":{"tf":1.0},"137":{"tf":2.6457513110645907},"138":{"tf":2.0},"14":{"tf":1.0},"70":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"150":{"tf":1.0}}},"k":{"df":3,"docs":{"129":{"tf":1.0},"137":{"tf":1.0},"44":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"157":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"'":{"df":1,"docs":{"83":{"tf":1.0}}},"df":14,"docs":{"158":{"tf":1.0},"160":{"tf":1.7320508075688772},"163":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":1.0},"54":{"tf":1.0},"66":{"tf":1.0},"83":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"117":{"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},"39":{"tf":1.0}}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"50":{"tf":1.0}}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"163":{"tf":1.0}}}}},"df":2,"docs":{"120":{"tf":1.0},"123":{"tf":1.0}}},"u":{"df":0,"docs":{},"e":{"df":3,"docs":{"116":{"tf":1.0},"142":{"tf":1.7320508075688772},"99":{"tf":1.4142135623730951}}}},"y":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"(":{"df":0,"docs":{},"p":{"df":1,"docs":{"123":{"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":{"119":{"tf":1.0},"123":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"120":{"tf":1.0}}}}}}},"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":{"123":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"44":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"150":{"tf":1.0},"36":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"163":{"tf":1.0}}}}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"49":{"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":{"50":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"o":{"df":7,"docs":{"117":{"tf":1.0},"12":{"tf":1.0},"123":{"tf":1.0},"141":{"tf":1.0},"163":{"tf":1.4142135623730951},"22":{"tf":1.0},"46":{"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":{"138":{"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":{"138":{"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":{"138":{"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":27,"docs":{"108":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"114":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":1.4142135623730951},"120":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":2.0},"126":{"tf":3.3166247903554},"133":{"tf":1.0},"134":{"tf":1.7320508075688772},"138":{"tf":1.4142135623730951},"19":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":4.242640687119285},"53":{"tf":1.0},"55":{"tf":2.23606797749979},"63":{"tf":3.605551275463989},"67":{"tf":1.7320508075688772},"74":{"tf":2.0},"78":{"tf":1.4142135623730951},"86":{"tf":3.4641016151377544},"91":{"tf":2.0},"95":{"tf":1.7320508075688772},"99":{"tf":4.242640687119285}}},"i":{"c":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"1":{"df":1,"docs":{"126":{"tf":2.0}}},"2":{"df":1,"docs":{"126":{"tf":1.0}}},"8":{"df":1,"docs":{"126":{"tf":2.0}}},"d":{"df":0,"docs":{},"p":{"df":23,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"120":{"tf":1.7320508075688772},"124":{"tf":1.4142135623730951},"125":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":1.0},"14":{"tf":1.0},"160":{"tf":1.4142135623730951},"163":{"tf":1.4142135623730951},"17":{"tf":2.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.7320508075688772},"22":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"37":{"tf":1.0},"39":{"tf":2.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"71":{"tf":1.0}}}},"df":3,"docs":{"120":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.7320508075688772}},"e":{"4":{"df":1,"docs":{"148":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"1":{"6":{"df":1,"docs":{"86":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"3":{"2":{"df":2,"docs":{"63":{"tf":1.4142135623730951},"95":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}},"8":{"df":2,"docs":{"74":{"tf":1.0},"99":{"tf":1.0}}},"df":1,"docs":{"95":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"141":{"tf":1.0},"148":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"63":{"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":{"163":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"145":{"tf":1.0},"146":{"tf":1.0}}}},"q":{"df":0,"docs":{},"u":{"df":3,"docs":{"126":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}}}},"t":{"df":1,"docs":{"126":{"tf":1.4142135623730951}}},"x":{"df":6,"docs":{"105":{"tf":1.0},"108":{"tf":1.0},"126":{"tf":1.4142135623730951},"45":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":1,"docs":{"60":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"13":{"tf":1.0},"147":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"159":{"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":{"137":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":7,"docs":{"154":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"124":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"145":{"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":8,"docs":{"122":{"tf":1.0},"123":{"tf":1.0},"131":{"tf":1.0},"133":{"tf":1.4142135623730951},"137":{"tf":1.7320508075688772},"138":{"tf":2.0},"144":{"tf":1.4142135623730951},"50":{"tf":1.0}}}},"df":0,"docs":{}},"df":13,"docs":{"120":{"tf":1.0},"123":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":1.0},"22":{"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},"66":{"tf":1.0},"94":{"tf":1.0}},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"148":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"133":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":10,"docs":{"118":{"tf":1.4142135623730951},"120":{"tf":1.0},"129":{"tf":1.7320508075688772},"44":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"52":{"tf":1.0},"54":{"tf":1.0},"88":{"tf":1.0},"92":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"l":{"df":4,"docs":{"135":{"tf":1.0},"138":{"tf":1.4142135623730951},"39":{"tf":1.0},"48":{"tf":1.0}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":7,"docs":{"132":{"tf":1.0},"143":{"tf":1.0},"145":{"tf":1.0},"150":{"tf":1.0},"29":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.7320508075688772}}}},"df":58,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951},"101":{"tf":1.0},"105":{"tf":1.0},"113":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.4142135623730951},"12":{"tf":1.0},"120":{"tf":1.7320508075688772},"121":{"tf":1.7320508075688772},"123":{"tf":2.0},"124":{"tf":1.0},"125":{"tf":1.0},"131":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951},"133":{"tf":1.0},"134":{"tf":2.8284271247461903},"140":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.4142135623730951},"146":{"tf":2.23606797749979},"153":{"tf":1.0},"154":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"27":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":1.7320508075688772},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.4142135623730951},"60":{"tf":1.0},"63":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"87":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"23":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"c":{"df":2,"docs":{"108":{"tf":1.0},"126":{"tf":1.4142135623730951}}},"df":0,"docs":{},"f":{"df":1,"docs":{"75":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"163":{"tf":1.0},"56":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":9,"docs":{"116":{"tf":1.0},"139":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.4142135623730951},"3":{"tf":1.0},"32":{"tf":1.0},"43":{"tf":1.0},"56":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"159":{"tf":1.0}},"i":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"df":21,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"120":{"tf":1.0},"123":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":1,"docs":{"142":{"tf":1.0}}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"142":{"tf":1.0},"55":{"tf":1.0},"75":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":21,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"137":{"tf":1.0},"141":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"46":{"tf":1.7320508075688772},"48":{"tf":1.0},"52":{"tf":1.7320508075688772},"55":{"tf":2.0},"60":{"tf":1.0},"63":{"tf":1.0},"81":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":2.449489742783178}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"150":{"tf":1.4142135623730951},"45":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":4,"docs":{"38":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"64":{"tf":1.0}}}}}}}},"df":1,"docs":{"4":{"tf":1.0}},"e":{"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":{":":{":":{"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":{"120":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"114":{"tf":1.0}}},"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"117":{"tf":1.0}},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"150":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":2,"docs":{"163":{"tf":1.0},"69":{"tf":1.0}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":25,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"120":{"tf":1.7320508075688772},"123":{"tf":1.4142135623730951},"142":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951},"44":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.4142135623730951},"51":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0},"98":{"tf":1.0}}}}}}}},"i":{"a":{"df":22,"docs":{"114":{"tf":1.0},"116":{"tf":1.0},"129":{"tf":2.0},"132":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"140":{"tf":1.0},"142":{"tf":1.0},"160":{"tf":1.4142135623730951},"19":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"69":{"tf":1.0}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":6,"docs":{"112":{"tf":1.0},"132":{"tf":1.0},"138":{"tf":1.0},"145":{"tf":1.0},"39":{"tf":1.0},"99":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"134":{"tf":1.0},"3":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"131":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"s":{"df":1,"docs":{"154":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"14":{"tf":1.0},"148":{"tf":1.0},"37":{"tf":1.0},"50":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":7,"docs":{"132":{"tf":1.4142135623730951},"139":{"tf":1.0},"140":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.4142135623730951},"163":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":5,"docs":{"123":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{},"e":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":5,"docs":{"123":{"tf":1.0},"146":{"tf":1.0},"23":{"tf":1.0},"32":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951}}}},"r":{"df":3,"docs":{"120":{"tf":1.0},"146":{"tf":1.4142135623730951},"22":{"tf":1.0}}},"v":{"df":2,"docs":{"146":{"tf":1.0},"36":{"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":{"145":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":10,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"128":{"tf":1.0},"133":{"tf":1.0},"14":{"tf":1.0},"157":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.4142135623730951},"53":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":3,"docs":{"19":{"tf":1.0},"29":{"tf":1.0},"38":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"120":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"144":{"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":{"137":{"tf":1.0},"154":{"tf":1.0},"4":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"48":{"tf":1.0},"63":{"tf":1.4142135623730951},"67":{"tf":1.0},"74":{"tf":1.4142135623730951},"86":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"148":{"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":{"94":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"120":{"tf":1.0},"123":{"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":{"117":{"tf":1.0},"133":{"tf":1.0},"139":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"56":{"tf":1.0},"94":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"159":{"tf":1.0},"160":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"36":{"tf":1.0},"50":{"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":7,"docs":{"14":{"tf":1.0},"146":{"tf":1.0},"163":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"50":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":3,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"87":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"d":{"df":1,"docs":{"133":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":1,"docs":{"94":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"66":{"tf":1.4142135623730951}}}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":3,"docs":{"120":{"tf":1.0},"51":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"118":{"tf":1.0},"122":{"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":{"118":{"tf":1.0},"122":{"tf":1.0}}}}}}}}},"df":9,"docs":{"117":{"tf":1.7320508075688772},"118":{"tf":1.4142135623730951},"129":{"tf":1.7320508075688772},"131":{"tf":1.0},"36":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"74":{"tf":1.0},"86":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}}},"x":{"d":{"df":28,"docs":{"123":{"tf":1.0},"132":{"tf":2.0},"133":{"tf":2.0},"134":{"tf":1.0},"135":{"tf":1.4142135623730951},"136":{"tf":1.0},"138":{"tf":2.0},"139":{"tf":1.4142135623730951},"140":{"tf":1.0},"142":{"tf":1.4142135623730951},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":2.0},"146":{"tf":1.4142135623730951},"154":{"tf":1.7320508075688772},"155":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"163":{"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},"43":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951}},"s":{"/":{"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":{"145":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":2,"docs":{"145":{"tf":1.0},"147":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":17,"docs":{"143":{"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.449489742783178},"37":{"tf":2.23606797749979}}}}}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":21,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.0},"144":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0},"98":{"tf":1.0}}}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"129":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"132":{"tf":2.23606797749979}}}}}}}},"breadcrumbs":{"root":{"0":{".":{"0":{"df":5,"docs":{"63":{"tf":1.4142135623730951},"74":{"tf":1.0},"86":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}},"2":{".":{"0":{"df":1,"docs":{"120":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{".":{"0":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"df":1,"docs":{"123":{"tf":1.7320508075688772}}},"8":{"df":1,"docs":{"122":{"tf":1.0}}},"df":0,"docs":{}},"1":{"df":1,"docs":{"18":{"tf":2.0}}},"7":{"/":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":10,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"2":{"2":{":":{"1":{"0":{":":{"4":{"7":{".":{"2":{"5":{"7":{"6":{"3":{"5":{"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":{"37":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"3":{"2":{"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":{"37":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"1":{"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":{"37":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":5,"docs":{"126":{"tf":1.0},"137":{"tf":1.0},"18":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":2.0}},"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":{"122":{"tf":1.0},"123":{"tf":1.0}}},"2":{"4":{".":{"0":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"/":{"1":{"df":2,"docs":{"33":{"tf":1.0},"34":{"tf":2.0}}},"df":0,"docs":{}},"0":{".":{"1":{"0":{"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":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"df":2,"docs":{"85":{"tf":1.0},"94":{"tf":1.7320508075688772}}},"4":{"df":1,"docs":{"94":{"tf":1.0}}},"df":0,"docs":{}},"df":3,"docs":{"37":{"tf":2.0},"51":{"tf":1.4142135623730951},"85":{"tf":1.0}}},"2":{"3":{".":{"0":{".":{"0":{".":{"1":{":":{"2":{"9":{"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{".":{"0":{".":{"0":{".":{"1":{":":{"2":{"6":{"0":{"0":{"0":{"df":8,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"81":{"tf":1.0},"98":{"tf":1.0}}},"1":{"df":6,"docs":{"103":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"46":{"tf":1.0},"81":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"3":{"2":{"1":{"df":2,"docs":{"120":{"tf":1.0},"123":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"0":{"0":{"0":{"df":1,"docs":{"37":{"tf":1.0}}},"1":{"df":8,"docs":{"51":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"0":{"0":{"df":1,"docs":{"125":{"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":{"146":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"9":{"9":{"9":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"120":{"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":{"147":{"tf":1.0}}},"8":{"0":{"0":{"0":{"df":1,"docs":{"144":{"tf":1.0}}},"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"2":{".":{"1":{"6":{"8":{".":{"1":{".":{"1":{":":{"7":{"0":{"0":{"1":{"df":1,"docs":{"48":{"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":{"85":{"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":{}}},"df":19,"docs":{"112":{"tf":1.0},"120":{"tf":1.0},"123":{"tf":1.0},"126":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.4142135623730951},"144":{"tf":1.0},"147":{"tf":1.0},"17":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"62":{"tf":1.0},"66":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.4142135623730951},"85":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.7320508075688772}},"m":{"2":{"3":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"x":{"7":{"df":0,"docs":{},"i":{"df":0,"docs":{},"j":{"df":0,"docs":{},"y":{"6":{"df":3,"docs":{"141":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"2":{"0":{"0":{"df":2,"docs":{"153":{"tf":1.0},"154":{"tf":1.4142135623730951}}},"2":{"2":{"df":1,"docs":{"36":{"tf":1.0}}},"3":{"df":1,"docs":{"163":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"df":0,"docs":{},"m":{"df":1,"docs":{"36":{"tf":1.7320508075688772}}}},"df":8,"docs":{"103":{"tf":1.0},"116":{"tf":1.0},"18":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"51":{"tf":1.0},"81":{"tf":1.0},"98":{"tf":1.0}}},"3":{"4":{".":{"1":{"6":{"8":{".":{"1":{"7":{"0":{".":{"5":{"1":{"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":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"d":{"1":{"4":{"d":{"4":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":10,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"116":{"tf":1.0},"142":{"tf":1.0},"19":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"62":{"tf":1.0},"81":{"tf":1.0},"98":{"tf":1.0}},"h":{"2":{"2":{"df":0,"docs":{},"m":{"df":1,"docs":{"37":{"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":{"120":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"120":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"6":{"df":2,"docs":{"36":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":5,"docs":{"23":{"tf":1.0},"27":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"44":{"tf":1.0},"94":{"tf":1.0}}},"5":{"1":{"2":{"df":1,"docs":{"50":{"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":{},"j":{"7":{"df":0,"docs":{},"q":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":2,"docs":{"25":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951}},"m":{"7":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}}},"6":{"0":{"df":1,"docs":{"44":{"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":1,"docs":{"34":{"tf":1.7320508075688772}}}},"7":{"0":{"0":{"0":{":":{"3":{"0":{"1":{"7":{"4":{"/":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"p":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"19":{"tf":1.0},"48":{"tf":1.0},"85":{"tf":1.4142135623730951}}},"1":{"df":1,"docs":{"123":{"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":{}},"df":0,"docs":{}},"5":{"3":{"3":{"df":1,"docs":{"22":{"tf":1.0}}},"4":{"df":1,"docs":{"26":{"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":2,"docs":{"124":{"tf":1.0},"39":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":1,"docs":{"33":{"tf":1.0}}},"7":{"7":{"7":{"df":3,"docs":{"120":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"0":{"0":{"df":2,"docs":{"132":{"tf":1.4142135623730951},"145":{"tf":1.4142135623730951}}},"1":{"df":1,"docs":{"146":{"tf":1.0}}},"2":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}},"9":{"6":{"5":{"c":{"4":{"4":{"6":{"d":{"df":2,"docs":{"34":{"tf":2.0},"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"0":{"0":{"df":2,"docs":{"145":{"tf":1.4142135623730951},"146":{"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":{}},"df":1,"docs":{"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":{}},"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":{"149":{"tf":1.0},"151":{"tf":1.0},"34":{"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}}}}}},"df":1,"docs":{"75":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"j":{"3":{"df":0,"docs":{},"v":{"2":{"df":0,"docs":{},"i":{"df":3,"docs":{"141":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"9":{"0":{"9":{"1":{"df":1,"docs":{"24":{"tf":1.0}}},"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}}}}},"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":{"120":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"a":{"b":{"c":{"df":3,"docs":{"103":{"tf":1.0},"81":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"158":{"tf":1.0},"3":{"tf":1.0},"50":{"tf":1.0}}}},"o":{"df":0,"docs":{},"v":{"df":9,"docs":{"1":{"tf":1.0},"159":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"51":{"tf":1.0},"66":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":6,"docs":{"105":{"tf":1.0},"118":{"tf":1.0},"126":{"tf":1.0},"145":{"tf":1.0},"4":{"tf":1.4142135623730951},"54":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":12,"docs":{"1":{"tf":1.0},"116":{"tf":1.0},"141":{"tf":1.7320508075688772},"151":{"tf":1.0},"160":{"tf":1.0},"163":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.4142135623730951},"43":{"tf":1.0},"86":{"tf":1.0},"87":{"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":{"131":{"tf":1.0}}}}}}},"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":1,"docs":{"163":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"39":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"67":{"tf":1.0},"85":{"tf":1.4142135623730951},"86":{"tf":2.0},"87":{"tf":2.0}}}},"v":{"df":4,"docs":{"129":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"145":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"118":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"d":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"d":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}}},"df":10,"docs":{"116":{"tf":1.0},"120":{"tf":1.7320508075688772},"122":{"tf":1.0},"123":{"tf":2.0},"145":{"tf":1.0},"146":{"tf":1.0},"36":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"71":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"124":{"tf":1.0},"133":{"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":2,"docs":{"48":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}}}}}}}}},"df":1,"docs":{"146":{"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":2,"docs":{"23":{"tf":1.0},"37":{"tf":1.0}}}}}},"df":38,"docs":{"103":{"tf":1.4142135623730951},"107":{"tf":1.0},"112":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"120":{"tf":1.0},"123":{"tf":1.0},"128":{"tf":1.7320508075688772},"134":{"tf":2.23606797749979},"140":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":2.6457513110645907},"151":{"tf":1.0},"160":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"43":{"tf":1.0},"46":{"tf":1.7320508075688772},"48":{"tf":2.23606797749979},"51":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.4142135623730951},"85":{"tf":1.0},"86":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0},"98":{"tf":1.4142135623730951}}}}}}},"df":7,"docs":{"124":{"tf":1.0},"131":{"tf":1.0},"133":{"tf":1.0},"141":{"tf":1.4142135623730951},"145":{"tf":1.4142135623730951},"146":{"tf":1.0},"147":{"tf":1.0}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"117":{"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":8,"docs":{"146":{"tf":2.23606797749979},"151":{"tf":1.0},"152":{"tf":1.0},"18":{"tf":1.0},"24":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":2.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":10,"docs":{"124":{"tf":1.0},"149":{"tf":2.0},"150":{"tf":1.0},"151":{"tf":1.7320508075688772},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"161":{"tf":1.0}}}}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"150":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"158":{"tf":1.0},"159":{"tf":1.0},"2":{"tf":1.0},"32":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"163":{"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":{"150":{"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":1,"docs":{"34":{"tf":1.0}}}}}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"19":{"tf":1.0},"36":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"112":{"tf":1.0},"116":{"tf":1.0},"143":{"tf":1.0},"23":{"tf":1.0},"86":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}}}},"df":7,"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}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":2,"docs":{"133":{"tf":1.0},"145":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"n":{"df":30,"docs":{"132":{"tf":1.4142135623730951},"139":{"tf":2.6457513110645907},"140":{"tf":2.0},"141":{"tf":1.0},"142":{"tf":1.7320508075688772},"143":{"tf":2.0},"145":{"tf":1.4142135623730951},"154":{"tf":1.0},"163":{"tf":2.0},"19":{"tf":1.0},"20":{"tf":1.7320508075688772},"21":{"tf":1.7320508075688772},"22":{"tf":2.6457513110645907},"23":{"tf":1.4142135623730951},"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}},"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":1,"docs":{"36":{"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":1,"docs":{"36":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"d":{"df":0,"docs":{},"k":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}},"v":{"1":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},":":{"8":{"0":{"\"":{"df":0,"docs":{},"}":{"]":{",":{"\"":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"\"":{":":{"7":{"0":{"0":{"0":{",":{"\"":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"\"":{":":{"\"":{"df":0,"docs":{},"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":{},"x":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"_":{"d":{"b":{"\"":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"34":{"tf":1.0},"36":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"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},"69":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":7,"docs":{"132":{"tf":1.0},"140":{"tf":1.0},"145":{"tf":1.0},"23":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":3.3166247903554},"37":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":8,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"63":{"tf":1.4142135623730951},"67":{"tf":1.0},"74":{"tf":1.4142135623730951},"86":{"tf":1.0},"91":{"tf":1.0},"99":{"tf":1.7320508075688772}}},"w":{"df":11,"docs":{"117":{"tf":1.0},"14":{"tf":1.0},"2":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.7320508075688772},"87":{"tf":2.23606797749979},"94":{"tf":2.0},"95":{"tf":1.0}},"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":{"54":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"126":{"tf":1.0},"52":{"tf":1.0}},"s":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"158":{"tf":1.0},"43":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"h":{"a":{"df":2,"docs":{"11":{"tf":1.0},"147":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"123":{"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":{"50":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":6,"docs":{"101":{"tf":1.0},"11":{"tf":1.0},"145":{"tf":1.0},"160":{"tf":1.4142135623730951},"79":{"tf":1.0},"94":{"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":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"163":{"tf":1.0}}}}}}},"n":{"d":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"128":{"tf":1.0},"47":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"141":{"tf":1.4142135623730951},"36":{"tf":2.449489742783178}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"125":{"tf":1.0},"160":{"tf":1.0},"19":{"tf":1.0},"34":{"tf":1.0},"52":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"99":{"tf":1.7320508075688772}}},"n":{"df":1,"docs":{"163":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":14,"docs":{"117":{"tf":1.0},"12":{"tf":1.0},"124":{"tf":2.0},"133":{"tf":2.0},"134":{"tf":2.0},"151":{"tf":1.4142135623730951},"161":{"tf":1.0},"163":{"tf":1.4142135623730951},"27":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"142":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"117":{"tf":1.0},"37":{"tf":1.7320508075688772},"50":{"tf":2.6457513110645907},"52":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"115":{"tf":1.4142135623730951},"36":{"tf":1.0}}},"df":9,"docs":{"137":{"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},"63":{"tf":1.0},"95":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"145":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":6,"docs":{"116":{"tf":1.0},"143":{"tf":1.0},"158":{"tf":1.0},"33":{"tf":1.4142135623730951},"36":{"tf":1.0},"71":{"tf":1.0}}}}}}}}},"r":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"40":{"tf":1.0},"42":{"tf":1.4142135623730951},"48":{"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":{"132":{"tf":1.0},"157":{"tf":1.7320508075688772},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"2":{"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":4,"docs":{"128":{"tf":1.0},"154":{"tf":1.0},"21":{"tf":1.0},"31":{"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":6,"docs":{"140":{"tf":1.0},"142":{"tf":1.0},"145":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"130":{"tf":1.0},"137":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"y":{"df":6,"docs":{"110":{"tf":1.0},"46":{"tf":1.4142135623730951},"48":{"tf":2.0},"74":{"tf":1.0},"86":{"tf":2.0},"99":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"df":0,"docs":{},"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":{"161":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"n":{"df":3,"docs":{"128":{"tf":2.23606797749979},"129":{"tf":2.449489742783178},"130":{"tf":1.4142135623730951}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"151":{"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":{"103":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"144":{"tf":1.0},"51":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0},"98":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":8,"docs":{"129":{"tf":1.4142135623730951},"141":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"46":{"tf":1.4142135623730951},"48":{"tf":1.0},"52":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"116":{"tf":1.0},"151":{"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":{"118":{"tf":1.0},"122":{"tf":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":{"118":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"90":{"tf":1.0},"94":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"137":{"tf":1.7320508075688772}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"66":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"71":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":8,"docs":{"112":{"tf":1.0},"116":{"tf":3.0},"143":{"tf":1.0},"160":{"tf":1.0},"163":{"tf":1.0},"36":{"tf":1.4142135623730951},"54":{"tf":1.0},"56":{"tf":1.0}}}}}},"o":{"df":1,"docs":{"4":{"tf":1.4142135623730951}},"m":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"148":{"tf":1.0},"44":{"tf":1.4142135623730951}}}},"df":2,"docs":{"132":{"tf":1.0},"5":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":5,"docs":{"129":{"tf":1.0},"155":{"tf":1.4142135623730951},"157":{"tf":1.0},"161":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"160":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":7,"docs":{"138":{"tf":1.0},"160":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"34":{"tf":1.0},"48":{"tf":1.0},"66":{"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":{"137":{"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":{"134":{"tf":2.0},"160":{"tf":1.4142135623730951},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"6":{"4":{"df":4,"docs":{"141":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.4142135623730951},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":12,"docs":{"11":{"tf":1.0},"124":{"tf":1.0},"129":{"tf":1.0},"134":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.4142135623730951},"91":{"tf":1.0},"96":{"tf":1.0}}},"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":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"50":{"tf":1.0}}}}},"df":6,"docs":{"13":{"tf":1.0},"131":{"tf":1.7320508075688772},"134":{"tf":1.0},"158":{"tf":1.0},"52":{"tf":1.0},"66":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":8,"docs":{"129":{"tf":1.0},"130":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"66":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"63":{"tf":1.0},"71":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"96":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"54":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"1":{"tf":1.0},"138":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"116":{"tf":1.0},"157":{"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":1,"docs":{"1":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":11,"docs":{"105":{"tf":1.0},"129":{"tf":1.0},"133":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"26":{"tf":1.0},"32":{"tf":1.0},"44":{"tf":1.7320508075688772},"49":{"tf":1.0},"54":{"tf":1.0},"64":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":11,"docs":{"12":{"tf":1.0},"123":{"tf":1.0},"13":{"tf":1.0},"159":{"tf":1.0},"16":{"tf":1.0},"160":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"37":{"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":{"119":{"tf":1.0},"123":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"d":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"83":{"tf":1.0},"86":{"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":{"112":{"tf":1.0},"116":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"137":{"tf":1.0},"63":{"tf":1.4142135623730951},"99":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"df":1,"docs":{"23":{"tf":1.0}},"h":{"df":5,"docs":{"11":{"tf":1.0},"118":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"36":{"tf":1.0},"52":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"151":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"df":5,"docs":{"123":{"tf":1.0},"158":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"54":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"81":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":2.23606797749979}}}},"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":{},"g":{"df":1,"docs":{"145":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"l":{"d":{"df":7,"docs":{"1":{"tf":1.0},"12":{"tf":1.0},"123":{"tf":1.7320508075688772},"131":{"tf":1.0},"14":{"tf":1.0},"41":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":11,"docs":{"134":{"tf":1.0},"139":{"tf":1.0},"146":{"tf":1.0},"163":{"tf":1.0},"43":{"tf":1.4142135623730951},"47":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":21,"docs":{"110":{"tf":1.0},"123":{"tf":1.0},"129":{"tf":1.0},"147":{"tf":1.7320508075688772},"46":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":2.8284271247461903},"70":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951},"72":{"tf":1.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.7320508075688772},"75":{"tf":1.0}}}}}},"c":{"/":{"c":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"138":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"154":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"50":{"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":{"43":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"157":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":14,"docs":{"105":{"tf":1.0},"116":{"tf":1.4142135623730951},"157":{"tf":1.0},"33":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"56":{"tf":2.23606797749979},"57":{"tf":2.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"60":{"tf":1.7320508075688772},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":2.8284271247461903}},"e":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":3,"docs":{"112":{"tf":1.0},"116":{"tf":1.0},"52":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"27":{"tf":1.0},"37":{"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":3,"docs":{"120":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.4142135623730951}}}}}}},"df":5,"docs":{"120":{"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":{"126":{"tf":1.0},"144":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.4142135623730951},"94":{"tf":1.0}}}},"t":{"df":1,"docs":{"17":{"tf":1.4142135623730951}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"145":{"tf":1.0}}}}},"d":{"df":1,"docs":{"134":{"tf":1.0}}},"df":6,"docs":{"12":{"tf":2.449489742783178},"14":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.4142135623730951},"4":{"tf":1.0},"45":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":8,"docs":{"118":{"tf":1.0},"134":{"tf":2.23606797749979},"44":{"tf":2.0},"48":{"tf":1.0},"50":{"tf":3.0},"51":{"tf":2.0},"52":{"tf":1.7320508075688772},"56":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":22,"docs":{"11":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"132":{"tf":1.4142135623730951},"139":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.4142135623730951},"150":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"96":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":8,"docs":{"146":{"tf":1.4142135623730951},"153":{"tf":1.0},"154":{"tf":1.0},"24":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"2":{"tf":1.0},"23":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"91":{"tf":1.0}}}}}}},"i":{"d":{"df":0,"docs":{},"r":{"df":2,"docs":{"128":{"tf":1.0},"86":{"tf":2.0}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"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.4142135623730951},"28":{"tf":1.4142135623730951}}}}},"r":{"df":1,"docs":{"138":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":1,"docs":{"151":{"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":1,"docs":{"3":{"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":{"126":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":26,"docs":{"1":{"tf":1.4142135623730951},"116":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":2.0},"123":{"tf":1.0},"124":{"tf":1.0},"126":{"tf":1.7320508075688772},"13":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"146":{"tf":1.0},"148":{"tf":1.0},"158":{"tf":2.0},"159":{"tf":3.872983346207417},"160":{"tf":4.0},"163":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":2.8284271247461903},"31":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":3.1622776601683795},"44":{"tf":2.449489742783178},"64":{"tf":1.0},"66":{"tf":1.7320508075688772}}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"11":{"tf":1.0}}}},"u":{"d":{"df":2,"docs":{"163":{"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":37,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"120":{"tf":1.0},"129":{"tf":1.4142135623730951},"132":{"tf":2.23606797749979},"134":{"tf":2.23606797749979},"138":{"tf":1.0},"139":{"tf":1.4142135623730951},"140":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"145":{"tf":1.7320508075688772},"146":{"tf":1.4142135623730951},"156":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"46":{"tf":1.7320508075688772},"48":{"tf":2.0},"51":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0},"98":{"tf":1.0}},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}}}},"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":8,"docs":{"117":{"tf":1.0},"12":{"tf":1.7320508075688772},"121":{"tf":1.0},"123":{"tf":2.0},"128":{"tf":1.0},"163":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"146":{"tf":1.0}}}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":12,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"116":{"tf":1.0},"134":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.0},"163":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0},"79":{"tf":1.0},"86":{"tf":1.0},"92":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":6,"docs":{"123":{"tf":1.0},"133":{"tf":1.0},"158":{"tf":1.0},"34":{"tf":1.4142135623730951},"41":{"tf":1.0},"49":{"tf":1.0}}},"m":{"a":{"df":1,"docs":{"141":{"tf":1.0}},"n":{"d":{"df":10,"docs":{"125":{"tf":1.0},"132":{"tf":1.4142135623730951},"135":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"24":{"tf":1.0},"4":{"tf":2.0},"45":{"tf":1.4142135623730951},"46":{"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}}}}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"131":{"tf":1.0},"132":{"tf":1.0},"56":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"153":{"tf":1.0},"154":{"tf":1.0},"71":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":9,"docs":{"123":{"tf":1.0},"133":{"tf":1.0},"14":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.4142135623730951},"160":{"tf":1.0},"163":{"tf":1.0},"2":{"tf":1.0},"44":{"tf":1.4142135623730951}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"110":{"tf":1.4142135623730951},"99":{"tf":1.7320508075688772}}},"t":{"df":2,"docs":{"133":{"tf":1.0},"69":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"123":{"tf":1.0},"13":{"tf":1.0},"8":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.4142135623730951}}},"x":{"df":5,"docs":{"132":{"tf":1.0},"157":{"tf":1.0},"160":{"tf":1.0},"163":{"tf":1.0},"45":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"163":{"tf":1.0},"36":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"150":{"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":{".":{"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":15,"docs":{"117":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"26":{"tf":2.449489742783178},"27":{"tf":2.0},"50":{"tf":2.0},"54":{"tf":1.4142135623730951},"64":{"tf":2.449489742783178},"65":{"tf":1.0},"66":{"tf":2.23606797749979},"67":{"tf":2.0},"68":{"tf":1.7320508075688772},"69":{"tf":2.23606797749979},"70":{"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":{"69":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"117":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"133":{"tf":1.0},"51":{"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":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":6,"docs":{"116":{"tf":1.0},"37":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"71":{"tf":1.7320508075688772},"74":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":5,"docs":{"160":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"101":{"tf":1.0},"79":{"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":{"120":{"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":{"120":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"123":{"tf":1.0}}}}}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"144":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":36,"docs":{"103":{"tf":1.7320508075688772},"107":{"tf":1.7320508075688772},"108":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"116":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"122":{"tf":2.0},"123":{"tf":2.23606797749979},"142":{"tf":1.7320508075688772},"143":{"tf":1.0},"144":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"37":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.7320508075688772},"45":{"tf":1.0},"51":{"tf":2.23606797749979},"55":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"78":{"tf":1.0},"81":{"tf":1.7320508075688772},"85":{"tf":1.4142135623730951},"86":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"98":{"tf":1.7320508075688772},"99":{"tf":2.0}},"m":{"a":{"df":0,"docs":{},"p":{"df":8,"docs":{"132":{"tf":1.0},"142":{"tf":2.0},"145":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"df":71,"docs":{"100":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.7320508075688772},"107":{"tf":1.4142135623730951},"108":{"tf":1.7320508075688772},"11":{"tf":1.7320508075688772},"112":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"119":{"tf":1.7320508075688772},"120":{"tf":1.4142135623730951},"121":{"tf":2.23606797749979},"122":{"tf":1.7320508075688772},"123":{"tf":3.1622776601683795},"126":{"tf":1.0},"129":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":2.23606797749979},"133":{"tf":2.449489742783178},"134":{"tf":2.8284271247461903},"137":{"tf":2.6457513110645907},"138":{"tf":2.23606797749979},"140":{"tf":1.7320508075688772},"142":{"tf":2.23606797749979},"144":{"tf":2.0},"145":{"tf":1.4142135623730951},"146":{"tf":2.449489742783178},"151":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.0},"18":{"tf":1.7320508075688772},"22":{"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},"42":{"tf":1.0},"43":{"tf":1.7320508075688772},"45":{"tf":3.1622776601683795},"46":{"tf":3.0},"47":{"tf":2.0},"48":{"tf":2.6457513110645907},"51":{"tf":1.7320508075688772},"52":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"66":{"tf":2.0},"67":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"74":{"tf":1.7320508075688772},"77":{"tf":1.4142135623730951},"78":{"tf":1.7320508075688772},"81":{"tf":1.4142135623730951},"82":{"tf":1.7320508075688772},"85":{"tf":1.4142135623730951},"86":{"tf":2.0},"87":{"tf":1.4142135623730951},"90":{"tf":1.7320508075688772},"91":{"tf":1.7320508075688772},"94":{"tf":2.449489742783178},"95":{"tf":1.7320508075688772},"98":{"tf":1.4142135623730951},"99":{"tf":2.6457513110645907}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"158":{"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":25,"docs":{"129":{"tf":2.6457513110645907},"130":{"tf":1.4142135623730951},"135":{"tf":1.7320508075688772},"137":{"tf":1.7320508075688772},"138":{"tf":1.7320508075688772},"139":{"tf":1.0},"140":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.7320508075688772},"146":{"tf":1.0},"158":{"tf":1.4142135623730951},"159":{"tf":1.0},"160":{"tf":2.0},"19":{"tf":1.0},"2":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":2.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"37":{"tf":2.23606797749979},"46":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"52":{"tf":1.0}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"150":{"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":{"119":{"tf":1.0},"123":{"tf":1.0}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"134":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"118":{"tf":1.0},"42":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"121":{"tf":1.0},"126":{"tf":1.4142135623730951},"146":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.4142135623730951},"5":{"tf":1.0},"75":{"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":{}},"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":4,"docs":{"126":{"tf":1.0},"142":{"tf":1.4142135623730951},"36":{"tf":1.0},"52":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"118":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0},"63":{"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":29,"docs":{"1":{"tf":1.0},"116":{"tf":1.0},"124":{"tf":1.7320508075688772},"125":{"tf":1.0},"126":{"tf":1.0},"129":{"tf":1.0},"132":{"tf":2.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":2.449489742783178},"146":{"tf":3.3166247903554},"160":{"tf":1.7320508075688772},"3":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"34":{"tf":1.0},"47":{"tf":1.0},"87":{"tf":1.0},"92":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"117":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"75":{"tf":1.0}}},"t":{"df":1,"docs":{"123":{"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":{"123":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"160":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"i":{"df":4,"docs":{"148":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"50":{"tf":1.0},"53":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"114":{"tf":1.0},"37":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"160":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"138":{"tf":1.0}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"128":{"tf":1.0},"134":{"tf":1.4142135623730951},"138":{"tf":2.0},"141":{"tf":1.0},"50":{"tf":1.0},"51":{"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":7,"docs":{"100":{"tf":1.4142135623730951},"114":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"137":{"tf":2.0},"138":{"tf":2.0}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"128":{"tf":1.0}}},"y":{"_":{"c":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"128":{"tf":1.0},"130":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"p":{"d":{"df":1,"docs":{"145":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":1,"docs":{"2":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":5,"docs":{"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.7320508075688772},"69":{"tf":1.0}}}}},"d":{"df":2,"docs":{"132":{"tf":1.0},"145":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":17,"docs":{"117":{"tf":1.0},"12":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"130":{"tf":1.0},"146":{"tf":1.0},"17":{"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},"44":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"55":{"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":{"119":{"tf":1.0},"123":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"50":{"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":2,"docs":{"116":{"tf":1.0},"36":{"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":{"122":{"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":{"(":{"b":{"\"":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"d":{"b":{"df":0,"docs":{},"y":{"df":1,"docs":{"118":{"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":{"118":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"118":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":4,"docs":{"146":{"tf":1.7320508075688772},"34":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"37":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":20,"docs":{"11":{"tf":1.0},"119":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"129":{"tf":1.4142135623730951},"130":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.4142135623730951},"139":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"69":{"tf":1.0},"94":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":9,"docs":{"117":{"tf":2.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.4142135623730951},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"133":{"tf":1.0},"163":{"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":{"128":{"tf":1.4142135623730951},"130":{"tf":1.0},"39":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{}},"df":16,"docs":{"1":{"tf":1.0},"105":{"tf":1.0},"114":{"tf":1.4142135623730951},"126":{"tf":1.7320508075688772},"129":{"tf":2.449489742783178},"142":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"154":{"tf":1.4142135623730951},"160":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"3":{"tf":1.0},"52":{"tf":1.4142135623730951},"54":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"146":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":8,"docs":{"122":{"tf":1.0},"150":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"54":{"tf":1.0},"75":{"tf":2.23606797749979},"76":{"tf":1.0},"77":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"14":{"tf":1.0},"146":{"tf":1.0},"87":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"14":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"110":{"tf":1.0}}}},"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":6,"docs":{"26":{"tf":1.0},"54":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"70":{"tf":1.0}}}}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":10,"docs":{"0":{"tf":1.0},"1":{"tf":1.7320508075688772},"157":{"tf":1.0},"158":{"tf":2.23606797749979},"159":{"tf":1.4142135623730951},"160":{"tf":2.8284271247461903},"163":{"tf":1.0},"22":{"tf":1.4142135623730951},"37":{"tf":1.0},"66":{"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":{"41":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":45,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"128":{"tf":1.0},"132":{"tf":1.0},"140":{"tf":1.4142135623730951},"142":{"tf":1.4142135623730951},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.4142135623730951},"146":{"tf":1.7320508075688772},"150":{"tf":1.0},"151":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"36":{"tf":2.0},"39":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.7320508075688772},"51":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.4142135623730951},"77":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"104":{"tf":1.0},"119":{"tf":1.0},"122":{"tf":1.0},"82":{"tf":1.0},"99":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":9,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"130":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"74":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0},"99":{"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":{"67":{"tf":1.4142135623730951},"86":{"tf":1.0}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"99":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"86":{"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":{"99":{"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":{"99":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":4,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"63":{"tf":1.0},"99":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"67":{"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":{"91":{"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":{"86":{"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":{"86":{"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":{"86":{"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":{"63":{"tf":1.0},"74":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"99":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"25":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"44":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"146":{"tf":1.0}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"27":{"tf":1.0},"36":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"i":{"df":3,"docs":{"85":{"tf":1.0},"86":{"tf":1.4142135623730951},"87":{"tf":2.449489742783178}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":8,"docs":{"11":{"tf":1.0},"120":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.7320508075688772},"154":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"83":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":8,"docs":{"1":{"tf":1.0},"143":{"tf":1.4142135623730951},"33":{"tf":2.0},"34":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"49":{"tf":1.0},"5":{"tf":1.0},"75":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"133":{"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":1,"docs":{"34":{"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":{"122":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":4,"docs":{"121":{"tf":1.4142135623730951},"133":{"tf":1.0},"36":{"tf":1.4142135623730951},"51":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":16,"docs":{"108":{"tf":1.7320508075688772},"113":{"tf":1.4142135623730951},"128":{"tf":1.0},"131":{"tf":1.4142135623730951},"48":{"tf":3.872983346207417},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"63":{"tf":3.4641016151377544},"67":{"tf":1.4142135623730951},"74":{"tf":1.7320508075688772},"78":{"tf":1.4142135623730951},"86":{"tf":2.8284271247461903},"91":{"tf":2.23606797749979},"95":{"tf":1.7320508075688772},"99":{"tf":3.3166247903554}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"122":{"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":{"41":{"tf":1.0},"52":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"44":{"tf":1.0},"49":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"112":{"tf":1.0},"99":{"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":{"42":{"tf":1.0},"44":{"tf":1.0},"51":{"tf":1.0}}}}}}}},"v":{"df":1,"docs":{"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},"145":{"tf":1.0},"163":{"tf":1.7320508075688772},"2":{"tf":1.0}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"161":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"154":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":2,"docs":{"14":{"tf":1.4142135623730951},"37":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"114":{"tf":1.0},"131":{"tf":1.0},"145":{"tf":1.0},"151":{"tf":1.0},"157":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"109":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"131":{"tf":2.0},"137":{"tf":1.0},"41":{"tf":1.0},"50":{"tf":1.0},"99":{"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":{"99":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"i":{"df":6,"docs":{"13":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.4142135623730951},"27":{"tf":1.0},"37":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"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":{"138":{"tf":1.0}}}},"df":0,"docs":{}}}},"v":{"df":6,"docs":{"132":{"tf":1.7320508075688772},"133":{"tf":1.0},"134":{"tf":1.4142135623730951},"138":{"tf":1.0},"139":{"tf":1.0},"148":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":7,"docs":{"132":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"134":{"tf":2.23606797749979},"138":{"tf":2.0},"145":{"tf":1.4142135623730951},"146":{"tf":1.0},"4":{"tf":1.4142135623730951}}},"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":{"137":{"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":{"144":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"125":{"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":{"54":{"tf":1.0},"6":{"tf":1.4142135623730951},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"41":{"tf":1.0}}}}},"o":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"67":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.7320508075688772}}}}}}},"c":{"df":11,"docs":{"108":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"99":{"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":{".":{"7":{".":{"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":{}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":11,"docs":{"112":{"tf":1.0},"117":{"tf":1.0},"12":{"tf":1.0},"133":{"tf":1.0},"150":{"tf":1.0},"155":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.4142135623730951},"99":{"tf":1.0}}}}}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"134":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"'":{"df":0,"docs":{},"t":{"df":2,"docs":{"36":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"50":{"tf":1.0},"92":{"tf":1.0}}}},"w":{"df":0,"docs":{},"n":{"df":4,"docs":{"129":{"tf":1.0},"130":{"tf":1.0},"2":{"tf":1.0},"56":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"37":{"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":{"118":{"tf":1.4142135623730951},"129":{"tf":2.449489742783178},"44":{"tf":1.0},"50":{"tf":1.4142135623730951},"54":{"tf":1.0},"88":{"tf":1.0},"92":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"q":{"df":0,"docs":{},"v":{"df":0,"docs":{},"j":{"df":0,"docs":{},"g":{"\"":{",":{"\"":{"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":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"\"":{":":{"[":{"df":0,"docs":{},"{":{"\"":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"\"":{":":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"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":{"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":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":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":{"34":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":10,"docs":{"114":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"44":{"tf":1.0},"50":{"tf":3.0},"54":{"tf":1.4142135623730951},"79":{"tf":2.23606797749979},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"94":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"e":{"df":2,"docs":{"137":{"tf":1.0},"94":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"t":{"df":6,"docs":{"105":{"tf":1.0},"109":{"tf":1.0},"129":{"tf":1.0},"131":{"tf":1.4142135623730951},"54":{"tf":1.0},"95":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"123":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":16,"docs":{"100":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.7320508075688772},"116":{"tf":1.4142135623730951},"121":{"tf":1.0},"131":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":2.0},"52":{"tf":2.8284271247461903},"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"56":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":7,"docs":{"129":{"tf":1.0},"131":{"tf":1.0},"134":{"tf":1.4142135623730951},"137":{"tf":1.0},"42":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"52":{"tf":1.0}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":15,"docs":{"116":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"138":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":1.0},"71":{"tf":1.4142135623730951},"78":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"129":{"tf":1.0},"34":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"131":{"tf":1.0},"14":{"tf":1.0},"27":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":4,"docs":{"120":{"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":1,"docs":{"134":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"27":{"tf":1.4142135623730951},"37":{"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":{"51":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"m":{"b":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"160":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"d":{"df":4,"docs":{"141":{"tf":1.0},"36":{"tf":1.0},"46":{"tf":1.0},"75":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"129":{"tf":1.0},"138":{"tf":1.0}}}}}}},"d":{"df":6,"docs":{"36":{"tf":1.0},"51":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.4142135623730951},"71":{"tf":1.0},"86":{"tf":1.4142135623730951}},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"126":{"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}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"\"":{":":{"\"":{"[":{":":{":":{"]":{":":{"9":{"0":{"9":{"2":{"\"":{"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":1,"docs":{"37":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"'":{"df":4,"docs":{"110":{"tf":1.0},"114":{"tf":1.0},"134":{"tf":1.0},"43":{"tf":1.0}}},"df":49,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"110":{"tf":1.4142135623730951},"112":{"tf":1.0},"116":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"120":{"tf":1.0},"123":{"tf":1.0},"129":{"tf":2.23606797749979},"132":{"tf":2.23606797749979},"134":{"tf":2.6457513110645907},"138":{"tf":1.4142135623730951},"139":{"tf":1.0},"140":{"tf":1.7320508075688772},"141":{"tf":1.4142135623730951},"142":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.7320508075688772},"146":{"tf":2.23606797749979},"152":{"tf":1.7320508075688772},"153":{"tf":1.0},"154":{"tf":1.4142135623730951},"18":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.4142135623730951},"39":{"tf":1.0},"40":{"tf":2.0},"41":{"tf":1.0},"42":{"tf":2.8284271247461903},"43":{"tf":2.8284271247461903},"44":{"tf":2.23606797749979},"46":{"tf":3.0},"47":{"tf":1.0},"48":{"tf":2.8284271247461903},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"62":{"tf":1.0},"66":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.7320508075688772},"91":{"tf":2.0},"94":{"tf":1.0},"98":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"94":{"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},"147":{"tf":2.0},"148":{"tf":2.0},"159":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"1":{"tf":1.0},"154":{"tf":1.0},"37":{"tf":1.0},"66":{"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":{"49":{"tf":1.0},"66":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"128":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"2":{"tf":1.0},"52":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":6,"docs":{"48":{"tf":1.0},"63":{"tf":1.7320508075688772},"67":{"tf":1.4142135623730951},"74":{"tf":1.0},"86":{"tf":1.4142135623730951},"91":{"tf":1.7320508075688772}}}},"v":{"df":4,"docs":{"132":{"tf":2.23606797749979},"145":{"tf":1.4142135623730951},"39":{"tf":2.23606797749979},"4":{"tf":2.0}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"150":{"tf":1.4142135623730951},"151":{"tf":1.0},"45":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"y":{"df":2,"docs":{"133":{"tf":1.0},"14":{"tf":2.0}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"123":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":1.7320508075688772}},"v":{"df":1,"docs":{"123":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"123":{"tf":1.0},"129":{"tf":1.0},"138":{"tf":1.0},"48":{"tf":1.0},"75":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"44":{"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":{"45":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":1,"docs":{"158":{"tf":1.0}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"87":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"160":{"tf":1.0},"19":{"tf":1.0}},"t":{"df":2,"docs":{"129":{"tf":1.7320508075688772},"150":{"tf":1.0}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"94":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":41,"docs":{"103":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"11":{"tf":1.0},"112":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"117":{"tf":2.0},"120":{"tf":1.4142135623730951},"123":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"146":{"tf":1.0},"157":{"tf":2.0},"158":{"tf":1.4142135623730951},"159":{"tf":1.4142135623730951},"160":{"tf":1.0},"161":{"tf":1.0},"19":{"tf":1.0},"23":{"tf":1.0},"29":{"tf":1.4142135623730951},"32":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.7320508075688772},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"48":{"tf":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":2.0},"52":{"tf":1.0},"62":{"tf":1.4142135623730951},"66":{"tf":1.7320508075688772},"73":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"90":{"tf":1.7320508075688772},"94":{"tf":2.23606797749979},"98":{"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":{"107":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"94":{"tf":1.0}},"l":{"df":1,"docs":{"14":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"13":{"tf":1.0},"131":{"tf":2.0}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"144":{"tf":1.0},"50":{"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},"160":{"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":{"145":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}},"s":{"df":10,"docs":{"129":{"tf":1.0},"130":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"140":{"tf":1.4142135623730951},"145":{"tf":1.0},"146":{"tf":1.0},"151":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"60":{"tf":1.4142135623730951},"63":{"tf":1.0},"96":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"120":{"tf":1.0},"121":{"tf":1.0},"134":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"117":{"tf":1.0},"163":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"116":{"tf":1.0},"12":{"tf":1.4142135623730951},"33":{"tf":1.0},"37":{"tf":1.7320508075688772}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"43":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.0}}}},"df":1,"docs":{"163":{"tf":1.0}}},"df":0,"docs":{}}}}},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"75":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"48":{"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":5,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"81":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}}}}}}}},"s":{"df":8,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"43":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"81":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.4142135623730951}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"21":{"tf":1.0},"31":{"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":{"90":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"11":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}}}},"df":8,"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}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"120":{"tf":1.0},"124":{"tf":1.0},"158":{"tf":1.0},"3":{"tf":1.4142135623730951},"43":{"tf":1.0}}}}}},"d":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":1,"docs":{"128":{"tf":1.0}},"l":{"df":1,"docs":{"19":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":3,"docs":{"123":{"tf":1.0},"50":{"tf":1.0},"94":{"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":6,"docs":{"128":{"tf":1.4142135623730951},"134":{"tf":1.7320508075688772},"23":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"43":{"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":15,"docs":{"123":{"tf":1.0},"132":{"tf":1.4142135623730951},"142":{"tf":1.0},"144":{"tf":2.6457513110645907},"145":{"tf":1.4142135623730951},"146":{"tf":1.7320508075688772},"148":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"45":{"tf":2.6457513110645907},"46":{"tf":1.7320508075688772},"47":{"tf":1.0},"48":{"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":1,"docs":{"144":{"tf":2.0}}}}}}}}},"l":{"df":1,"docs":{"27":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"'":{"df":11,"docs":{"110":{"tf":1.0},"113":{"tf":1.0},"131":{"tf":1.4142135623730951},"134":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"64":{"tf":1.0},"71":{"tf":1.0},"78":{"tf":1.0},"83":{"tf":1.0},"96":{"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":{"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":{}}},"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":{"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":{}},"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"134":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"134":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"156":{"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":{"51":{"tf":1.0},"55":{"tf":1.4142135623730951}}}}}}}},"df":102,"docs":{"100":{"tf":1.0},"101":{"tf":1.7320508075688772},"102":{"tf":1.7320508075688772},"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"105":{"tf":1.7320508075688772},"106":{"tf":1.7320508075688772},"107":{"tf":1.4142135623730951},"108":{"tf":1.0},"109":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":2.0},"111":{"tf":1.7320508075688772},"112":{"tf":2.0},"113":{"tf":1.0},"114":{"tf":2.0},"115":{"tf":1.0},"116":{"tf":2.6457513110645907},"117":{"tf":3.0},"118":{"tf":2.6457513110645907},"119":{"tf":2.0},"120":{"tf":2.0},"121":{"tf":1.7320508075688772},"122":{"tf":2.0},"123":{"tf":2.23606797749979},"131":{"tf":3.3166247903554},"132":{"tf":1.0},"134":{"tf":3.3166247903554},"142":{"tf":2.23606797749979},"144":{"tf":1.0},"145":{"tf":1.0},"150":{"tf":1.0},"158":{"tf":1.4142135623730951},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":2.449489742783178},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":2.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":2.23606797749979},"49":{"tf":2.0},"50":{"tf":4.69041575982343},"51":{"tf":3.7416573867739413},"52":{"tf":4.242640687119285},"53":{"tf":1.7320508075688772},"54":{"tf":2.6457513110645907},"55":{"tf":2.8284271247461903},"56":{"tf":2.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.7320508075688772},"62":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"65":{"tf":1.7320508075688772},"66":{"tf":2.23606797749979},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.4142135623730951},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.7320508075688772},"73":{"tf":1.4142135623730951},"74":{"tf":2.0},"75":{"tf":1.7320508075688772},"76":{"tf":1.7320508075688772},"77":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.7320508075688772},"80":{"tf":1.7320508075688772},"81":{"tf":1.4142135623730951},"82":{"tf":1.0},"83":{"tf":1.4142135623730951},"84":{"tf":1.7320508075688772},"85":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"89":{"tf":1.7320508075688772},"90":{"tf":1.4142135623730951},"91":{"tf":1.0},"92":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772},"94":{"tf":1.7320508075688772},"95":{"tf":1.0},"96":{"tf":1.4142135623730951},"97":{"tf":1.7320508075688772},"98":{"tf":1.4142135623730951},"99":{"tf":2.6457513110645907}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"118":{"tf":1.4142135623730951},"122":{"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":{"120":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"n":{"d":{"df":2,"docs":{"144":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":7,"docs":{"158":{"tf":1.0},"54":{"tf":1.0},"83":{"tf":2.23606797749979},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":9,"docs":{"117":{"tf":1.0},"122":{"tf":1.0},"140":{"tf":1.0},"27":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"51":{"tf":1.0},"66":{"tf":1.0},"87":{"tf":1.0}}}}},"t":{"df":2,"docs":{"117":{"tf":1.0},"50":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"145":{"tf":1.0},"146":{"tf":1.7320508075688772},"151":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"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}}}}},"o":{"df":0,"docs":{},"w":{"df":6,"docs":{"101":{"tf":1.0},"131":{"tf":1.0},"137":{"tf":1.0},"44":{"tf":1.4142135623730951},"50":{"tf":1.0},"79":{"tf":1.0}}}}},"n":{"df":8,"docs":{"118":{"tf":1.4142135623730951},"119":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":2.0},"51":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"u":{"df":1,"docs":{"1":{"tf":1.0}},"s":{"df":2,"docs":{"124":{"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},"148":{"tf":1.7320508075688772},"29":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":25,"docs":{"120":{"tf":1.0},"123":{"tf":1.7320508075688772},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"129":{"tf":1.0},"130":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"147":{"tf":1.0},"152":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"33":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"53":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":12,"docs":{"122":{"tf":1.4142135623730951},"147":{"tf":1.0},"155":{"tf":1.0},"23":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"63":{"tf":1.4142135623730951},"69":{"tf":1.0},"74":{"tf":1.0},"86":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}},"df":2,"docs":{"48":{"tf":1.0},"50":{"tf":1.4142135623730951}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":13,"docs":{"120":{"tf":1.0},"133":{"tf":1.0},"146":{"tf":1.0},"24":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"39":{"tf":1.0},"40":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":2.449489742783178},"51":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"110":{"tf":1.0},"114":{"tf":1.4142135623730951},"117":{"tf":1.0},"134":{"tf":1.0},"14":{"tf":1.0},"34":{"tf":1.0},"63":{"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":{"54":{"tf":1.0},"92":{"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":{"123":{"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":{"123":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":7,"docs":{"117":{"tf":1.0},"120":{"tf":1.0},"132":{"tf":1.0},"143":{"tf":1.0},"160":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0}},"i":{"df":1,"docs":{"154":{"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},"110":{"tf":1.0},"120":{"tf":2.0},"125":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"27":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"94":{"tf":1.0}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"11":{"tf":1.0},"26":{"tf":1.0},"34":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"134":{"tf":1.0},"69":{"tf":1.0}}}}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":24,"docs":{"0":{"tf":1.0},"1":{"tf":2.8284271247461903},"116":{"tf":1.0},"13":{"tf":1.0},"132":{"tf":1.4142135623730951},"139":{"tf":1.0},"14":{"tf":1.0},"145":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951},"158":{"tf":2.8284271247461903},"159":{"tf":2.6457513110645907},"160":{"tf":3.605551275463989},"163":{"tf":2.8284271247461903},"2":{"tf":2.449489742783178},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"27":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"4":{"tf":1.0},"64":{"tf":1.4142135623730951},"66":{"tf":2.0}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":13,"docs":{"139":{"tf":1.0},"140":{"tf":2.0},"141":{"tf":1.0},"143":{"tf":2.0},"22":{"tf":1.7320508075688772},"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}},"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":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"u":{"df":0,"docs":{},"g":{"df":2,"docs":{"137":{"tf":1.0},"138":{"tf":1.7320508075688772}}}}},"d":{"c":{"df":1,"docs":{"163":{"tf":1.4142135623730951}},"v":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"163":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"116":{"tf":1.0},"123":{"tf":2.0},"129":{"tf":1.7320508075688772},"131":{"tf":1.7320508075688772},"138":{"tf":1.4142135623730951},"33":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"48":{"tf":1.0},"75":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"128":{"tf":1.0}}}}},"t":{"df":4,"docs":{"138":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"df":3,"docs":{"157":{"tf":1.0},"16":{"tf":1.0},"9":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"157":{"tf":1.0},"22":{"tf":1.0}},"n":{"df":5,"docs":{"132":{"tf":1.0},"133":{"tf":1.0},"145":{"tf":1.0},"4":{"tf":1.0},"95":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":4,"docs":{"22":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"36":{"tf":1.7320508075688772}}}},"o":{"df":5,"docs":{"117":{"tf":1.0},"120":{"tf":1.0},"146":{"tf":1.4142135623730951},"22":{"tf":1.0},"34":{"tf":1.0}},"o":{"d":{"b":{"df":0,"docs":{},"y":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":1,"docs":{"11":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"163":{"tf":1.0}}}}}},"r":{"a":{"b":{"df":3,"docs":{"24":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"160":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"123":{"tf":1.0}}},".":{"df":0,"docs":{},"v":{"1":{"df":3,"docs":{"119":{"tf":1.0},"120":{"tf":1.0},"123":{"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":{"120":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":6,"docs":{"117":{"tf":2.0},"118":{"tf":1.4142135623730951},"119":{"tf":1.7320508075688772},"121":{"tf":1.4142135623730951},"122":{"tf":2.23606797749979},"123":{"tf":2.8284271247461903}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"46":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951}}}}},"p":{"c":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"v":{"4":{"df":1,"docs":{"145":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":3,"docs":{"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"134":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"df":1,"docs":{"36":{"tf":1.0}}},"u":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"21":{"tf":1.0},"31":{"tf":1.0},"4":{"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":{"49":{"tf":1.0},"52":{"tf":1.0},"66":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"142":{"tf":1.0}}}}}},"r":{"d":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"36":{"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":1,"docs":{"91":{"tf":1.4142135623730951}}}},"v":{"df":0,"docs":{},"e":{"df":7,"docs":{"14":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"4":{"tf":1.0}}}}},"df":4,"docs":{"132":{"tf":1.0},"145":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0}},"e":{"a":{"d":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"153":{"tf":1.0},"154":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":3,"docs":{"117":{"tf":1.0},"120":{"tf":1.0},"144":{"tf":1.0}}}},"p":{"df":5,"docs":{"131":{"tf":2.23606797749979},"132":{"tf":2.23606797749979},"145":{"tf":2.23606797749979},"39":{"tf":1.7320508075688772},"4":{"tf":2.23606797749979}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"134":{"tf":1.0},"34":{"tf":1.0},"50":{"tf":1.0}}}},"y":{"df":1,"docs":{"123":{"tf":1.0}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"69":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"138":{"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":{"109":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"t":{"df":1,"docs":{"19":{"tf":1.0}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"139":{"tf":1.0},"160":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"48":{"tf":1.0}}}},"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":{"(":{"df":1,"docs":{"48":{"tf":1.0}}},"/":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"p":{"df":1,"docs":{"134":{"tf":1.0}}}},"df":0,"docs":{}}},":":{"/":{"/":{"1":{"2":{"7":{".":{"0":{".":{"0":{".":{"1":{":":{"7":{"8":{"0":{"0":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"48":{"tf":1.0}}}}},"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":{"108":{"tf":1.0},"113":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0},"99":{"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":1,"docs":{"146":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"34":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"df":1,"docs":{"146":{"tf":1.0}}},"2":{"df":1,"docs":{"146":{"tf":1.0}}},"3":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"0":{"9":{"1":{"/":{"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":{}},"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":1,"docs":{"34":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"149":{"tf":1.0},"151":{"tf":1.7320508075688772},"153":{"tf":1.0},"154":{"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":9,"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}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"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":3,"docs":{"134":{"tf":1.7320508075688772},"154":{"tf":1.0},"50":{"tf":1.0}}},"d":{"df":11,"docs":{"112":{"tf":1.0},"116":{"tf":1.0},"126":{"tf":3.4641016151377544},"131":{"tf":1.4142135623730951},"144":{"tf":1.0},"36":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"77":{"tf":1.0},"78":{"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":{"44":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0},"78":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"p":{"c":{"df":2,"docs":{"35":{"tf":1.7320508075688772},"36":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"134":{"tf":2.0}}}}}},"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":{"118":{"tf":1.0},"119":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":13,"docs":{"116":{"tf":1.0},"117":{"tf":1.7320508075688772},"118":{"tf":1.0},"123":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"135":{"tf":1.0},"158":{"tf":1.0},"163":{"tf":1.0},"26":{"tf":1.0},"55":{"tf":1.0},"64":{"tf":1.0},"94":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"117":{"tf":1.0},"120":{"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":{"44":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":6,"docs":{"123":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"134":{"tf":2.23606797749979},"54":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":5,"docs":{"116":{"tf":1.4142135623730951},"18":{"tf":1.0},"26":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"92":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"c":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":2,"docs":{"131":{"tf":1.4142135623730951},"150":{"tf":1.0}},"r":{"df":0,"docs":{},"m":{"df":14,"docs":{"12":{"tf":1.0},"128":{"tf":2.0},"134":{"tf":3.1622776601683795},"139":{"tf":1.4142135623730951},"145":{"tf":1.0},"146":{"tf":1.0},"154":{"tf":1.0},"158":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":2.23606797749979}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"44":{"tf":1.0},"51":{"tf":1.0},"94":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"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":2,"docs":{"33":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"14":{"tf":1.0},"157":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":13,"docs":{"123":{"tf":1.0},"148":{"tf":1.7320508075688772},"16":{"tf":1.0},"21":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"34":{"tf":2.23606797749979},"4":{"tf":1.0},"5":{"tf":2.23606797749979},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}},"n":{"c":{"df":9,"docs":{"118":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.7320508075688772},"4":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"d":{"df":8,"docs":{"1":{"tf":1.0},"129":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"27":{"tf":1.0},"37":{"tf":1.4142135623730951},"45":{"tf":1.0},"69":{"tf":1.0},"75":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"21":{"tf":1.0},"31":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":6,"docs":{"48":{"tf":1.0},"63":{"tf":1.4142135623730951},"74":{"tf":1.0},"86":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}},"r":{"df":13,"docs":{"12":{"tf":2.0},"132":{"tf":1.4142135623730951},"139":{"tf":1.0},"145":{"tf":1.0},"157":{"tf":1.7320508075688772},"158":{"tf":1.4142135623730951},"159":{"tf":1.0},"160":{"tf":1.7320508075688772},"163":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"3":{"tf":1.7320508075688772},"32":{"tf":1.0},"33":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"34":{"tf":1.0},"4":{"tf":1.0}}}}},"f":{"a":{"c":{"df":5,"docs":{"151":{"tf":1.7320508075688772},"152":{"tf":1.0},"24":{"tf":1.0},"4":{"tf":1.4142135623730951},"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"138":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":1,"docs":{"3":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"163":{"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":{"114":{"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":{"156":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":1,"docs":{"118":{"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":{"158":{"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":{"160":{"tf":1.0}}}}}}},":":{"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":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":3,"docs":{"128":{"tf":1.0},"129":{"tf":2.449489742783178},"130":{"tf":1.0}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"130":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":16,"docs":{"128":{"tf":1.0},"130":{"tf":1.0},"134":{"tf":1.4142135623730951},"140":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.4142135623730951},"23":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":1.4142135623730951},"37":{"tf":2.23606797749979},"40":{"tf":1.0},"44":{"tf":1.4142135623730951},"54":{"tf":1.0},"83":{"tf":1.0},"91":{"tf":1.0},"92":{"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":5,"docs":{"124":{"tf":1.0},"132":{"tf":1.0},"149":{"tf":1.0},"39":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951}}},"6":{"df":5,"docs":{"124":{"tf":1.0},"132":{"tf":1.0},"149":{"tf":1.0},"39":{"tf":1.4142135623730951},"86":{"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":{"117":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":4,"docs":{"48":{"tf":2.0},"74":{"tf":1.0},"86":{"tf":2.0},"99":{"tf":1.7320508075688772}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"133":{"tf":1.0},"52":{"tf":1.0}}}}}}}},"j":{"df":0,"docs":{},"o":{"b":{"df":6,"docs":{"110":{"tf":1.0},"56":{"tf":1.0},"64":{"tf":1.0},"71":{"tf":1.0},"83":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}},"q":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"156":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.4142135623730951},"48":{"tf":1.7320508075688772}}}}}},"k":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":1,"docs":{"126":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":1,"docs":{"17":{"tf":1.0}},"e":{"df":0,"docs":{},"y":{"df":11,"docs":{"108":{"tf":1.7320508075688772},"113":{"tf":1.7320508075688772},"116":{"tf":1.0},"131":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"48":{"tf":1.7320508075688772},"52":{"tf":2.0},"53":{"tf":1.0},"63":{"tf":1.7320508075688772},"99":{"tf":1.7320508075688772}}}},"i":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"142":{"tf":1.0},"36":{"tf":1.4142135623730951},"63":{"tf":2.449489742783178}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"129":{"tf":1.0},"163":{"tf":1.0},"36":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":4,"docs":{"134":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.4142135623730951},"53":{"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":{"143":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"l":{"df":12,"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}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":9,"docs":{"139":{"tf":1.0},"140":{"tf":1.0},"143":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"163":{"tf":2.23606797749979},"21":{"tf":1.0},"22":{"tf":1.0},"31":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":9,"docs":{"114":{"tf":1.0},"120":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.7320508075688772},"130":{"tf":1.4142135623730951},"131":{"tf":3.0},"142":{"tf":1.4142135623730951},"36":{"tf":1.0},"99":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"138":{"tf":1.0}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"1":{"tf":1.0},"163":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"45":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"130":{"tf":1.0},"51":{"tf":1.0},"66":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"124":{"tf":1.0},"125":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"50":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"138":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"163":{"tf":1.0}}}}}},"d":{"df":1,"docs":{"134":{"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":1,"docs":{"50":{"tf":1.0}}}}}},"t":{"'":{"df":12,"docs":{"117":{"tf":1.0},"120":{"tf":1.4142135623730951},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.4142135623730951},"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}}},"df":1,"docs":{"50":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"150":{"tf":1.4142135623730951},"2":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"50":{"tf":1.0},"52":{"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},"160":{"tf":1.0},"163":{"tf":1.0},"3":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"128":{"tf":1.0},"48":{"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":{"133":{"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":{"44":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":7,"docs":{"134":{"tf":1.0},"158":{"tf":1.0},"54":{"tf":1.0},"92":{"tf":1.4142135623730951},"93":{"tf":1.0},"94":{"tf":2.0},"95":{"tf":1.4142135623730951}}}}},"n":{"df":0,"docs":{},"e":{"df":5,"docs":{"135":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"46":{"tf":1.0}}},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"48":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"129":{"tf":1.0},"134":{"tf":1.7320508075688772},"140":{"tf":1.0},"23":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.4142135623730951},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":7,"docs":{"120":{"tf":1.4142135623730951},"129":{"tf":2.449489742783178},"132":{"tf":1.0},"134":{"tf":1.4142135623730951},"39":{"tf":1.7320508075688772},"48":{"tf":1.0},"66":{"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":1,"docs":{"153":{"tf":1.7320508075688772}}}}},"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":{"91":{"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":3,"docs":{"37":{"tf":1.0},"54":{"tf":1.0},"88":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":7,"docs":{"11":{"tf":1.0},"134":{"tf":2.0},"160":{"tf":1.4142135623730951},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"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":{"51":{"tf":1.0},"94":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":36,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"125":{"tf":1.0},"134":{"tf":1.0},"144":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":2.0},"31":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.7320508075688772},"39":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":1.4142135623730951},"5":{"tf":1.0},"51":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.4142135623730951},"73":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0},"98":{"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":1,"docs":{"146":{"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":1,"docs":{"146":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":5,"docs":{"151":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"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":3,"docs":{"51":{"tf":1.0},"54":{"tf":1.0},"92":{"tf":1.7320508075688772}}}}}}}}}},"df":0,"docs":{}}},"t":{"df":4,"docs":{"132":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"148":{"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":{"128":{"tf":1.4142135623730951},"150":{"tf":2.449489742783178},"4":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.0},"75":{"tf":1.4142135623730951},"78":{"tf":1.0}},"i":{"c":{"a":{"df":0,"docs":{},"l":{"_":{"d":{"df":0,"docs":{},"n":{"df":1,"docs":{"134":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"130":{"tf":1.0},"158":{"tf":1.0}}}},"o":{"df":0,"docs":{},"k":{"df":13,"docs":{"116":{"tf":1.0},"140":{"tf":1.0},"142":{"tf":1.0},"146":{"tf":1.0},"161":{"tf":1.0},"163":{"tf":1.4142135623730951},"19":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.0},"36":{"tf":1.4142135623730951},"4":{"tf":1.0},"45":{"tf":1.0},"63":{"tf":1.7320508075688772}}},"p":{"df":1,"docs":{"2":{"tf":1.0}}}},"t":{"df":1,"docs":{"163":{"tf":1.0}}},"w":{"df":1,"docs":{"158":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"u":{"df":1,"docs":{"120":{"tf":1.0}}}},"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":{"48":{"tf":1.0},"5":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":4,"docs":{"137":{"tf":2.0},"14":{"tf":1.0},"159":{"tf":1.0},"160":{"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":{"126":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"120":{"tf":2.0},"123":{"tf":1.0},"125":{"tf":1.0},"51":{"tf":1.4142135623730951},"90":{"tf":1.0},"94":{"tf":1.4142135623730951}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.4142135623730951}}}}},"k":{"df":0,"docs":{},"e":{"df":6,"docs":{"131":{"tf":1.0},"14":{"tf":1.0},"146":{"tf":1.0},"2":{"tf":1.7320508075688772},"5":{"tf":1.0},"50":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":19,"docs":{"121":{"tf":1.0},"123":{"tf":1.4142135623730951},"132":{"tf":2.449489742783178},"133":{"tf":1.4142135623730951},"135":{"tf":1.7320508075688772},"137":{"tf":3.1622776601683795},"143":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"145":{"tf":1.7320508075688772},"146":{"tf":2.23606797749979},"154":{"tf":1.0},"33":{"tf":2.6457513110645907},"34":{"tf":2.6457513110645907},"36":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.4142135623730951},"4":{"tf":2.449489742783178},"47":{"tf":1.0},"48":{"tf":2.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":4,"docs":{"135":{"tf":1.0},"145":{"tf":1.0},"39":{"tf":1.0},"48":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"163":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":4,"docs":{"14":{"tf":1.4142135623730951},"157":{"tf":1.0},"19":{"tf":1.0},"60":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"27":{"tf":1.0},"41":{"tf":1.0}}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"163":{"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":0,"docs":{},"v":{"df":0,"docs":{},"e":{"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":{},"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":{"120":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"132":{"tf":1.7320508075688772}}},"r":{"df":0,"docs":{},"k":{"df":4,"docs":{"163":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.0},"36":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"`":{"]":{"[":{"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":{"99":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":23,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"114":{"tf":1.0},"116":{"tf":1.0},"128":{"tf":1.0},"159":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0},"86":{"tf":2.0},"87":{"tf":2.0},"96":{"tf":2.23606797749979},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":2.449489742783178}},"m":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"160":{"tf":1.0},"36":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"x":{"_":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"51":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"69":{"tf":1.0},"94":{"tf":2.23606797749979},"95":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"_":{"d":{"b":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"b":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}},"df":4,"docs":{"128":{"tf":2.0},"130":{"tf":1.0},"39":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}}}}}},"d":{"df":2,"docs":{"145":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951}},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"145":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":2,"docs":{"145":{"tf":1.0},"39":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"137":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"124":{"tf":1.0},"125":{"tf":1.4142135623730951},"131":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":4,"docs":{"110":{"tf":1.0},"116":{"tf":1.0},"133":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"134":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"138":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":3,"docs":{"145":{"tf":1.0},"146":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"163":{"tf":1.4142135623730951}}},"s":{"a":{"df":0,"docs":{},"g":{"df":11,"docs":{"121":{"tf":1.0},"123":{"tf":1.4142135623730951},"124":{"tf":1.7320508075688772},"125":{"tf":1.0},"126":{"tf":1.0},"132":{"tf":1.0},"137":{"tf":1.0},"145":{"tf":1.0},"4":{"tf":1.0},"75":{"tf":1.0},"78":{"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":3,"docs":{"109":{"tf":1.0},"63":{"tf":1.4142135623730951},"99":{"tf":1.0}},"}":{"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":{"63":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":26,"docs":{"100":{"tf":1.0},"105":{"tf":1.0},"108":{"tf":1.4142135623730951},"110":{"tf":1.0},"112":{"tf":1.7320508075688772},"113":{"tf":1.4142135623730951},"114":{"tf":1.7320508075688772},"116":{"tf":2.0},"119":{"tf":1.0},"134":{"tf":1.7320508075688772},"141":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":2.0},"43":{"tf":2.8284271247461903},"46":{"tf":2.23606797749979},"48":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":2.8284271247461903},"53":{"tf":1.7320508075688772},"54":{"tf":2.0},"56":{"tf":1.0},"63":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.7320508075688772}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":9,"docs":{"103":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"108":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.0},"62":{"tf":1.0},"81":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":2,"docs":{"124":{"tf":1.4142135623730951},"126":{"tf":1.0}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":5,"docs":{"118":{"tf":1.4142135623730951},"5":{"tf":1.0},"7":{"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},"100":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"127":{"tf":2.0},"128":{"tf":1.4142135623730951},"129":{"tf":2.8284271247461903},"130":{"tf":2.23606797749979},"131":{"tf":2.8284271247461903},"136":{"tf":1.7320508075688772},"137":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"155":{"tf":2.6457513110645907},"158":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":2.0},"3":{"tf":1.0},"70":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"32":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":5,"docs":{"63":{"tf":1.4142135623730951},"74":{"tf":1.0},"86":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"138":{"tf":1.0}}}}},"m":{"d":{"b":{"df":1,"docs":{"39":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"d":{"df":1,"docs":{"123":{"tf":1.0}},"e":{"df":9,"docs":{"127":{"tf":1.0},"137":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"154":{"tf":2.0},"18":{"tf":1.0},"48":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"120":{"tf":1.0}},"i":{"df":1,"docs":{"66":{"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":22,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"112":{"tf":1.0},"12":{"tf":1.0},"131":{"tf":1.4142135623730951},"132":{"tf":1.0},"135":{"tf":1.0},"14":{"tf":1.0},"150":{"tf":1.0},"160":{"tf":1.0},"19":{"tf":1.0},"36":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"4":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"69":{"tf":1.0},"99":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"105":{"tf":1.0},"12":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"14":{"tf":1.0},"36":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"132":{"tf":1.0},"145":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":8,"docs":{"0":{"tf":1.0},"1":{"tf":1.7320508075688772},"157":{"tf":1.0},"163":{"tf":1.7320508075688772},"2":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0}}}},"df":10,"docs":{"132":{"tf":1.0},"140":{"tf":1.4142135623730951},"145":{"tf":1.0},"160":{"tf":1.0},"2":{"tf":1.0},"36":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"87":{"tf":1.0}}}}}}},"t":{"df":2,"docs":{"118":{"tf":1.4142135623730951},"122":{"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":{"141":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"112":{"tf":1.0},"116":{"tf":1.0},"144":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"73":{"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":{"112":{"tf":1.0},"62":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"103":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"98":{"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":48,"docs":{"102":{"tf":1.4142135623730951},"103":{"tf":2.0},"106":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"111":{"tf":1.4142135623730951},"112":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"131":{"tf":1.7320508075688772},"134":{"tf":1.4142135623730951},"142":{"tf":1.7320508075688772},"144":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.4142135623730951},"53":{"tf":1.0},"55":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"72":{"tf":1.4142135623730951},"73":{"tf":1.0},"76":{"tf":1.4142135623730951},"77":{"tf":1.0},"80":{"tf":1.4142135623730951},"81":{"tf":2.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.0},"89":{"tf":1.4142135623730951},"90":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.0},"97":{"tf":1.4142135623730951},"98":{"tf":2.0},"99":{"tf":2.23606797749979}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":4,"docs":{"140":{"tf":1.4142135623730951},"142":{"tf":1.4142135623730951},"143":{"tf":2.0},"36":{"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":1,"docs":{"126":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"163":{"tf":1.0}}}}}},"c":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"17":{"tf":1.7320508075688772}}}},"df":2,"docs":{"120":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951}}},"d":{"df":0,"docs":{},"u":{"2":{"df":1,"docs":{"36":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":1,"docs":{"94":{"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},"51":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"138":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":14,"docs":{"117":{"tf":1.4142135623730951},"119":{"tf":1.0},"120":{"tf":1.0},"123":{"tf":1.4142135623730951},"133":{"tf":1.0},"134":{"tf":1.0},"146":{"tf":1.4142135623730951},"159":{"tf":1.0},"160":{"tf":1.0},"163":{"tf":1.0},"27":{"tf":1.0},"36":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}},"t":{"c":{"a":{"df":0,"docs":{},"t":{"df":7,"docs":{"120":{"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":{"86":{"tf":1.0}}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":7,"docs":{"120":{"tf":1.0},"123":{"tf":1.0},"14":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.0},"4":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}},"w":{"df":5,"docs":{"124":{"tf":1.0},"129":{"tf":1.0},"154":{"tf":1.0},"26":{"tf":1.4142135623730951},"50":{"tf":1.0}}},"x":{"df":0,"docs":{},"t":{"df":8,"docs":{"120":{"tf":1.0},"161":{"tf":1.4142135623730951},"18":{"tf":1.0},"19":{"tf":1.0},"29":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"50":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"34":{"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":{"46":{"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":{"129":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":4,"docs":{"22":{"tf":1.0},"26":{"tf":1.0},"35":{"tf":1.0},"36":{"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":{"114":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"n":{"c":{"df":1,"docs":{"126":{"tf":2.0}}},"df":5,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.0},"39":{"tf":1.0}},"e":{"df":5,"docs":{"120":{"tf":1.4142135623730951},"33":{"tf":1.0},"87":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"160":{"tf":1.0},"36":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"86":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":8,"docs":{"129":{"tf":1.0},"130":{"tf":1.0},"145":{"tf":1.0},"50":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}},"h":{"df":2,"docs":{"67":{"tf":1.0},"74":{"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":{"114":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"w":{"df":17,"docs":{"105":{"tf":1.0},"109":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.4142135623730951},"123":{"tf":1.0},"146":{"tf":1.0},"159":{"tf":1.0},"22":{"tf":1.0},"23":{"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},"54":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"78":{"tf":1.0},"99":{"tf":2.449489742783178}}}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":16,"docs":{"100":{"tf":1.4142135623730951},"11":{"tf":1.0},"114":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":2.6457513110645907},"130":{"tf":1.7320508075688772},"132":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":2.6457513110645907},"138":{"tf":3.1622776601683795},"158":{"tf":1.0},"50":{"tf":1.0},"63":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"94":{"tf":1.7320508075688772},"95":{"tf":1.0}}}}},"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":15,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"118":{"tf":1.0},"43":{"tf":1.4142135623730951},"48":{"tf":2.6457513110645907},"51":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"63":{"tf":2.0},"67":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0},"86":{"tf":1.7320508075688772},"91":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":2.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":4,"docs":{"105":{"tf":1.0},"11":{"tf":1.0},"163":{"tf":1.4142135623730951},"54":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"129":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0}},"r":{"df":1,"docs":{"94":{"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":{"112":{"tf":1.0},"116":{"tf":1.0},"43":{"tf":1.0},"46":{"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":{"119":{"tf":1.0},"123":{"tf":1.4142135623730951}}}}}}},"df":2,"docs":{"118":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951}}},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":10,"docs":{"103":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.4142135623730951},"73":{"tf":1.0},"74":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":7,"docs":{"66":{"tf":1.0},"67":{"tf":1.4142135623730951},"73":{"tf":1.0},"74":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.4142135623730951},"99":{"tf":1.0}}}}}}},"c":{"df":1,"docs":{"36":{"tf":1.0}}},"df":20,"docs":{"117":{"tf":1.0},"125":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.4142135623730951},"135":{"tf":1.0},"154":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.4142135623730951},"23":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.4142135623730951},"44":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":1.0},"60":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":3,"docs":{"63":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"o":{"df":2,"docs":{"13":{"tf":1.0},"44":{"tf":1.0}}}},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"5":{"tf":1.0},"55":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"1":{"tf":1.0},"163":{"tf":1.7320508075688772},"24":{"tf":1.0}}},"r":{"df":3,"docs":{"124":{"tf":1.0},"2":{"tf":1.0},"86":{"tf":1.0}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"117":{"tf":1.0},"118":{"tf":1.0},"50":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"94":{"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":{"119":{"tf":1.0},"123":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":20,"docs":{"104":{"tf":1.0},"108":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"132":{"tf":1.7320508075688772},"145":{"tf":1.7320508075688772},"158":{"tf":1.0},"39":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"63":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"78":{"tf":1.7320508075688772},"82":{"tf":1.0},"86":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"99":{"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},"163":{"tf":1.4142135623730951}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"134":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"66":{"tf":1.0},"87":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"128":{"tf":1.0},"130":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"128":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"34":{"tf":1.0},"63":{"tf":1.4142135623730951},"66":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"163":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"157":{"tf":1.0}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":4,"docs":{"134":{"tf":1.0},"160":{"tf":1.0},"42":{"tf":1.0},"48":{"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":{"50":{"tf":1.0}}}}}}},"t":{"df":11,"docs":{"1":{"tf":1.0},"120":{"tf":1.0},"123":{"tf":1.4142135623730951},"158":{"tf":1.0},"2":{"tf":1.0},"24":{"tf":1.4142135623730951},"3":{"tf":1.0},"32":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"54":{"tf":1.0}},"g":{"df":0,"docs":{},"o":{"df":2,"docs":{"116":{"tf":1.0},"75":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"116":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":8,"docs":{"120":{"tf":1.0},"155":{"tf":1.0},"18":{"tf":1.0},"24":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"50":{"tf":1.0},"75":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":11,"docs":{"12":{"tf":1.0},"120":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"130":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"45":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"124":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":4,"docs":{"0":{"tf":1.4142135623730951},"117":{"tf":1.0},"133":{"tf":1.4142135623730951},"32":{"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":{"123":{"tf":1.0}}}}}}}},"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"123":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"52":{"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":{"126":{"tf":1.4142135623730951}}}}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"126":{"tf":1.4142135623730951}}}}}},"df":54,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"116":{"tf":2.23606797749979},"117":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"120":{"tf":1.7320508075688772},"126":{"tf":1.4142135623730951},"129":{"tf":2.6457513110645907},"131":{"tf":1.0},"134":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"160":{"tf":1.7320508075688772},"17":{"tf":1.4142135623730951},"19":{"tf":2.23606797749979},"26":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.4142135623730951},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":2.0},"43":{"tf":1.0},"44":{"tf":2.0},"48":{"tf":1.7320508075688772},"49":{"tf":1.7320508075688772},"50":{"tf":4.358898943540674},"51":{"tf":1.4142135623730951},"52":{"tf":3.0},"53":{"tf":1.0},"54":{"tf":3.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":2.449489742783178},"66":{"tf":1.0},"67":{"tf":1.0},"71":{"tf":1.7320508075688772},"75":{"tf":1.4142135623730951},"79":{"tf":1.0},"86":{"tf":1.4142135623730951},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":2.0},"92":{"tf":1.0},"94":{"tf":3.0},"95":{"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":{"42":{"tf":1.4142135623730951},"44":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":2,"docs":{"122":{"tf":1.0},"123":{"tf":1.0}}},"t":{"df":3,"docs":{"12":{"tf":1.0},"134":{"tf":1.4142135623730951},"34":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"42":{"tf":1.0},"55":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":2,"docs":{"162":{"tf":1.4142135623730951},"44":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"s":{"df":15,"docs":{"101":{"tf":2.23606797749979},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"120":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"160":{"tf":1.0},"22":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"71":{"tf":1.0},"79":{"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":{"118":{"tf":1.0}}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"132":{"tf":1.0},"145":{"tf":1.0},"148":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"132":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"2":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}}}},"y":{"df":1,"docs":{"66":{"tf":1.0}}}},"df":2,"docs":{"132":{"tf":1.0},"39":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"134":{"tf":1.0},"160":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":4,"docs":{"11":{"tf":2.449489742783178},"150":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"o":{"d":{"df":5,"docs":{"138":{"tf":1.0},"44":{"tf":1.0},"51":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"33":{"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":{}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"140":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"g":{"'":{"df":1,"docs":{"126":{"tf":1.0}}},"_":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"126":{"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":{"126":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"124":{"tf":1.0},"125":{"tf":2.23606797749979}}}},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"134":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"118":{"tf":1.0},"50":{"tf":2.23606797749979}}}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"43":{"tf":1.0},"66":{"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":{"146":{"tf":1.0}}},".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"33":{"tf":1.0},"34":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":20,"docs":{"129":{"tf":1.0},"132":{"tf":2.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":2.449489742783178},"146":{"tf":3.1622776601683795},"160":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"47":{"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},"163":{"tf":1.0},"3":{"tf":1.0},"48":{"tf":1.0}}}}}}},"y":{"df":4,"docs":{"23":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"117":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"147":{"tf":1.7320508075688772},"148":{"tf":1.4142135623730951}}}}}}},"o":{"d":{"df":3,"docs":{"143":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"34":{"tf":1.7320508075688772}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"11":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0},"34":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"90":{"tf":1.4142135623730951},"91":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"34":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":4,"docs":{"160":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"132":{"tf":1.0}}}},"df":5,"docs":{"116":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"154":{"tf":1.0},"52":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"t":{"(":{"df":2,"docs":{"33":{"tf":1.0},"37":{"tf":1.0}}},"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"158":{"tf":1.0}}}}},"df":38,"docs":{"118":{"tf":1.0},"120":{"tf":1.7320508075688772},"123":{"tf":1.0},"124":{"tf":1.0},"129":{"tf":2.449489742783178},"132":{"tf":2.0},"134":{"tf":1.0},"140":{"tf":2.23606797749979},"144":{"tf":1.7320508075688772},"145":{"tf":2.23606797749979},"146":{"tf":2.23606797749979},"149":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"39":{"tf":2.449489742783178},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"44":{"tf":2.0},"48":{"tf":2.0},"54":{"tf":1.0},"66":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.4142135623730951},"86":{"tf":2.0},"91":{"tf":1.0},"92":{"tf":1.0}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"86":{"tf":1.0}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":7,"docs":{"11":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.4142135623730951},"38":{"tf":1.0},"4":{"tf":1.0},"94":{"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":{"46":{"tf":1.0},"94":{"tf":1.0},"99":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"161":{"tf":1.0},"163":{"tf":1.0},"37":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"94":{"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":{"52":{"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":{"50":{"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":{"128":{"tf":1.0},"130":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"128":{"tf":1.0},"130":{"tf":1.0}}}},"df":0,"docs":{}}},"df":10,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"128":{"tf":1.7320508075688772},"130":{"tf":1.0},"48":{"tf":1.0},"59":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.0},"81":{"tf":1.0},"98":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"74":{"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":{"49":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"162":{"tf":1.7320508075688772},"163":{"tf":1.0},"45":{"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":{"157":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":3,"docs":{"110":{"tf":1.0},"163":{"tf":1.0},"23":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"39":{"tf":1.0},"4":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"14":{"tf":1.0},"154":{"tf":1.0}}}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"120":{"tf":1.0},"132":{"tf":1.4142135623730951},"145":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":1.7320508075688772}}}},"v":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"160":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"o":{"b":{"df":0,"docs":{},"e":{"df":2,"docs":{"153":{"tf":1.0},"154":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":16,"docs":{"100":{"tf":1.0},"11":{"tf":1.0},"129":{"tf":1.0},"134":{"tf":1.0},"163":{"tf":1.0},"17":{"tf":1.4142135623730951},"2":{"tf":1.0},"22":{"tf":1.0},"33":{"tf":1.4142135623730951},"36":{"tf":1.0},"42":{"tf":1.4142135623730951},"48":{"tf":1.0},"50":{"tf":2.23606797749979},"52":{"tf":2.0},"87":{"tf":1.0},"94":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.0},"145":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"132":{"tf":1.0},"14":{"tf":1.4142135623730951},"163":{"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":{"155":{"tf":1.0},"24":{"tf":1.0}}}}}}}},"p":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":12,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"48":{"tf":2.23606797749979},"55":{"tf":1.0},"63":{"tf":2.0},"67":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0},"86":{"tf":1.7320508075688772},"91":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":2.0}}}}}}},"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":{"123":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":2,"docs":{"121":{"tf":1.0},"123":{"tf":2.0}}}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"13":{"tf":1.0},"163":{"tf":1.4142135623730951},"36":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"3":{"df":1,"docs":{"123":{"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":{"123":{"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":{"123":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":2,"docs":{"121":{"tf":1.0},"123":{"tf":2.23606797749979}}}}},"c":{"df":1,"docs":{"123":{"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":{"126":{"tf":1.0}}}}}}},"df":10,"docs":{"124":{"tf":2.0},"125":{"tf":1.0},"126":{"tf":2.0},"132":{"tf":1.0},"133":{"tf":1.7320508075688772},"145":{"tf":1.0},"149":{"tf":1.0},"158":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.0}}}}},"df":2,"docs":{"123":{"tf":2.0},"134":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":49,"docs":{"1":{"tf":1.0},"110":{"tf":1.4142135623730951},"112":{"tf":1.0},"114":{"tf":1.4142135623730951},"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"124":{"tf":1.7320508075688772},"127":{"tf":1.0},"128":{"tf":1.0},"13":{"tf":1.0},"130":{"tf":1.0},"132":{"tf":3.0},"133":{"tf":1.4142135623730951},"134":{"tf":2.6457513110645907},"135":{"tf":1.0},"138":{"tf":1.7320508075688772},"139":{"tf":2.6457513110645907},"140":{"tf":1.7320508075688772},"141":{"tf":1.0},"142":{"tf":1.7320508075688772},"143":{"tf":1.4142135623730951},"144":{"tf":2.0},"145":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.7320508075688772},"157":{"tf":1.0},"158":{"tf":1.4142135623730951},"160":{"tf":1.0},"163":{"tf":1.4142135623730951},"2":{"tf":1.0},"22":{"tf":1.0},"32":{"tf":1.7320508075688772},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.4142135623730951},"5":{"tf":1.0},"56":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":1.4142135623730951},"71":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"df":0,"docs":{},"i":{"df":127,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"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.4142135623730951},"117":{"tf":1.0},"118":{"tf":1.4142135623730951},"119":{"tf":1.0},"120":{"tf":2.8284271247461903},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":2.0},"127":{"tf":2.0},"128":{"tf":1.0},"129":{"tf":3.3166247903554},"13":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":2.0},"134":{"tf":2.449489742783178},"135":{"tf":1.0},"137":{"tf":3.872983346207417},"138":{"tf":3.4641016151377544},"139":{"tf":1.0},"14":{"tf":1.0},"140":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.7320508075688772},"145":{"tf":1.7320508075688772},"146":{"tf":2.23606797749979},"148":{"tf":1.0},"154":{"tf":2.0},"155":{"tf":1.4142135623730951},"157":{"tf":1.0},"158":{"tf":2.8284271247461903},"159":{"tf":3.605551275463989},"160":{"tf":4.47213595499958},"163":{"tf":1.4142135623730951},"18":{"tf":1.7320508075688772},"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},"39":{"tf":3.1622776601683795},"4":{"tf":2.449489742783178},"40":{"tf":1.0},"41":{"tf":2.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772},"46":{"tf":2.23606797749979},"47":{"tf":1.0},"48":{"tf":2.23606797749979},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"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.4142135623730951},"93":{"tf":1.0},"94":{"tf":1.7320508075688772},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}},"y":{"'":{"df":4,"docs":{"133":{"tf":1.0},"138":{"tf":1.0},"158":{"tf":1.0},"51":{"tf":1.0}}},".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"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":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"120":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"120":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"158":{"tf":1.4142135623730951},"160":{"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},"105":{"tf":1.0},"146":{"tf":1.0}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"124":{"tf":1.0},"150":{"tf":1.0},"36":{"tf":1.0},"44":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"132":{"tf":1.0}}}},"t":{"df":2,"docs":{"159":{"tf":1.0},"53":{"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":{"39":{"tf":1.0}}}}}}},"df":4,"docs":{"124":{"tf":1.7320508075688772},"125":{"tf":1.7320508075688772},"39":{"tf":1.4142135623730951},"4":{"tf":1.0}}}}},"df":2,"docs":{"39":{"tf":1.0},"4":{"tf":1.0}},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":1,"docs":{"126":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"146":{"tf":1.0},"151":{"tf":1.0},"34":{"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":7,"docs":{"146":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"32":{"tf":1.0},"4":{"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":{"133":{"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":{".":{"4":{".":{"0":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"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},"131":{"tf":1.0},"134":{"tf":1.4142135623730951},"160":{"tf":1.0},"163":{"tf":1.4142135623730951},"19":{"tf":1.0},"2":{"tf":1.0},"32":{"tf":1.0},"45":{"tf":1.4142135623730951},"50":{"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":2,"docs":{"113":{"tf":1.0},"53":{"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":{"142":{"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":2,"docs":{"141":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772}}}}}}}},"df":5,"docs":{"112":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"144":{"tf":1.0},"43":{"tf":1.4142135623730951},"46":{"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":8,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"116":{"tf":1.0},"142":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"81":{"tf":1.0},"98":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":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":2,"docs":{"65":{"tf":1.0},"66":{"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":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"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":{},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":2,"docs":{"72":{"tf":1.0},"73":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"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":{"144":{"tf":1.0},"51":{"tf":1.0},"77":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"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":{"76":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"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":{"103":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"98":{"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":{},"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":{"84":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"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":{"89":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"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":{"51":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"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":{"103":{"tf":1.0},"81":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":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":{"102":{"tf":1.0},"103":{"tf":1.0},"81":{"tf":1.0},"98":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":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":{"106":{"tf":1.0},"107":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"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":4,"docs":{"111":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"142":{"tf":1.0}}}}}}}}}}}},"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":7,"docs":{"120":{"tf":1.0},"123":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":1.7320508075688772},"4":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{}}},"2":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"146":{"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":{":":{":":{"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":{"103":{"tf":1.0},"107":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"144":{"tf":1.0},"51":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"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":1,"docs":{"120":{"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":{},"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":{"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":{"120":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"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":{"118":{"tf":1.0},"119":{"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":{"123":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"m":{"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":{"52":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"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":{"120":{"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":{"120":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":1,"docs":{"150":{"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":{"151":{"tf":1.0},"4":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"129":{"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":{"129":{"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":{"129":{"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":1,"docs":{"39":{"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":{"129":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"45":{"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":{"131":{"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":{"109":{"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":{"131":{"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":{"70":{"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":{"70":{"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":{"100":{"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":{"100":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"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":{"131":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"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":{"114":{"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":{"131":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"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":2,"docs":{"132":{"tf":1.0},"39":{"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":{"138":{"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":{"138":{"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":{"138":{"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":{"138":{"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":{"138":{"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":{"138":{"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":{"138":{"tf":1.0}}}}}},"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":{"145":{"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":{"129":{"tf":1.0}}}}}}}}}}}},"df":1,"docs":{"126":{"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":{"129":{"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":{"129":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"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":{"129":{"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":{"132":{"tf":1.0},"145":{"tf":1.0},"39":{"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":{"39":{"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":1,"docs":{"132":{"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":{"130":{"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":{"130":{"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":{"130":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"u":{"b":{"_":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"132":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"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":{"137":{"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":{"137":{"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":{"137":{"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":{"137":{"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":{"137":{"tf":1.0}}}}}},"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":1,"docs":{"132":{"tf":1.0}}}}}},"df":72,"docs":{"0":{"tf":1.0},"1":{"tf":1.7320508075688772},"11":{"tf":1.7320508075688772},"117":{"tf":1.4142135623730951},"12":{"tf":2.0},"120":{"tf":2.23606797749979},"123":{"tf":1.0},"124":{"tf":1.7320508075688772},"125":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.7320508075688772},"13":{"tf":1.7320508075688772},"132":{"tf":2.23606797749979},"133":{"tf":1.4142135623730951},"134":{"tf":2.0},"135":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.4142135623730951},"14":{"tf":1.0},"140":{"tf":1.0},"142":{"tf":1.7320508075688772},"143":{"tf":2.0},"144":{"tf":1.4142135623730951},"145":{"tf":2.0},"146":{"tf":2.0},"147":{"tf":1.7320508075688772},"148":{"tf":1.0},"15":{"tf":1.4142135623730951},"150":{"tf":2.0},"151":{"tf":1.0},"154":{"tf":1.7320508075688772},"157":{"tf":2.0},"158":{"tf":2.23606797749979},"159":{"tf":1.7320508075688772},"16":{"tf":1.4142135623730951},"160":{"tf":2.449489742783178},"163":{"tf":1.7320508075688772},"18":{"tf":2.23606797749979},"19":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"22":{"tf":2.449489742783178},"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.605551275463989},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":3.3166247903554},"38":{"tf":1.0},"39":{"tf":2.23606797749979},"4":{"tf":3.4641016151377544},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":2.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"5":{"tf":1.7320508075688772},"50":{"tf":1.7320508075688772},"53":{"tf":1.0},"54":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"116":{"tf":1.0},"36":{"tf":1.0},"91":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"g":{"df":2,"docs":{"134":{"tf":1.0},"86":{"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":{"86":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"94":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":5,"docs":{"158":{"tf":1.0},"92":{"tf":1.4142135623730951},"93":{"tf":1.0},"94":{"tf":2.449489742783178},"95":{"tf":1.4142135623730951}}}}},"b":{"a":{"c":{"df":2,"docs":{"143":{"tf":1.0},"33":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"132":{"tf":1.0}},"e":{"a":{"d":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"118":{"tf":1.0},"122":{"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":{"131":{"tf":1.0}}}}}}},"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":{"118":{"tf":1.0},"122":{"tf":1.0}}}}}}}}},"df":8,"docs":{"108":{"tf":1.0},"118":{"tf":1.4142135623730951},"129":{"tf":2.0},"131":{"tf":1.0},"38":{"tf":1.0},"52":{"tf":1.0},"74":{"tf":1.0},"86":{"tf":1.0}},"i":{"df":8,"docs":{"154":{"tf":2.0},"22":{"tf":1.7320508075688772},"26":{"tf":1.7320508075688772},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":2.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.0}}},"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}},"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":{},"i":{"df":1,"docs":{"37":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"114":{"tf":1.4142135623730951},"129":{"tf":1.0},"14":{"tf":1.4142135623730951},"69":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":17,"docs":{"118":{"tf":1.4142135623730951},"126":{"tf":1.0},"129":{"tf":2.0},"137":{"tf":1.7320508075688772},"138":{"tf":1.0},"144":{"tf":1.0},"160":{"tf":1.4142135623730951},"17":{"tf":1.0},"19":{"tf":1.0},"33":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":2.6457513110645907},"70":{"tf":1.4142135623730951},"88":{"tf":1.0},"92":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"129":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"11":{"tf":1.0},"150":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"d":{"df":3,"docs":{"27":{"tf":1.0},"35":{"tf":1.0},"36":{"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":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"158":{"tf":1.0},"160":{"tf":1.4142135623730951},"2":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":9,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.4142135623730951},"67":{"tf":1.7320508075688772},"74":{"tf":1.4142135623730951},"86":{"tf":2.449489742783178},"91":{"tf":1.0},"99":{"tf":2.6457513110645907}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"158":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"c":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"129":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":2,"docs":{"60":{"tf":1.4142135623730951},"63":{"tf":1.0}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"132":{"tf":2.23606797749979}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"60":{"tf":1.4142135623730951},"63":{"tf":1.0}}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"134":{"tf":1.7320508075688772},"137":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"y":{"'":{"df":2,"docs":{"145":{"tf":1.0},"146":{"tf":1.0}}},"df":4,"docs":{"132":{"tf":1.7320508075688772},"145":{"tf":3.3166247903554},"146":{"tf":4.358898943540674},"4":{"tf":1.7320508075688772}}}},"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":{},"v":{"df":1,"docs":{"134":{"tf":1.0}}}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"120":{"tf":1.0}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"39":{"tf":1.0},"48":{"tf":1.0}}},"v":{"df":12,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"116":{"tf":1.4142135623730951},"123":{"tf":1.0},"131":{"tf":1.0},"142":{"tf":1.0},"2":{"tf":1.0},"52":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":2.0},"81":{"tf":1.0},"98":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"148":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":3,"docs":{"24":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":1,"docs":{"126":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"145":{"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":{"157":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":13,"docs":{"108":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"122":{"tf":1.0},"146":{"tf":1.0},"40":{"tf":1.4142135623730951},"44":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0},"74":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"156":{"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":{"138":{"tf":1.4142135623730951}}}}}},"df":3,"docs":{"138":{"tf":2.0},"146":{"tf":1.0},"87":{"tf":2.449489742783178}}}}},"i":{"df":0,"docs":{},"r":{"df":18,"docs":{"108":{"tf":1.0},"123":{"tf":1.0},"128":{"tf":1.0},"16":{"tf":1.4142135623730951},"163":{"tf":1.0},"21":{"tf":1.4142135623730951},"3":{"tf":1.0},"31":{"tf":1.4142135623730951},"35":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.4142135623730951},"55":{"tf":1.0},"63":{"tf":2.0},"67":{"tf":1.0},"74":{"tf":1.0},"86":{"tf":1.7320508075688772},"95":{"tf":1.0},"99":{"tf":1.7320508075688772}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"43":{"tf":1.0}}}}},"i":{"d":{"df":2,"docs":{"116":{"tf":1.0},"148":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":8,"docs":{"133":{"tf":1.7320508075688772},"134":{"tf":2.8284271247461903},"137":{"tf":1.0},"138":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"140":{"tf":1.0},"22":{"tf":1.0},"33":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"141":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":4,"docs":{"118":{"tf":1.0},"128":{"tf":1.0},"132":{"tf":1.0},"138":{"tf":1.7320508075688772}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"33":{"tf":1.0},"34":{"tf":1.0}}}}},"df":1,"docs":{"134":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"119":{"tf":1.0},"123":{"tf":1.4142135623730951}}}}}}},"df":6,"docs":{"118":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"133":{"tf":1.0},"134":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":4,"docs":{"113":{"tf":1.0},"39":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":6,"docs":{"118":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.4142135623730951},"156":{"tf":1.0},"60":{"tf":1.0},"66":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"1":{"tf":1.0},"160":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"50":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"161":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"158":{"tf":1.0}}}}},"o":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"90":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"]":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"148":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"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":{"90":{"tf":1.0},"91":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"90":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":17,"docs":{"147":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":2.0},"37":{"tf":2.23606797749979},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.7320508075688772},"56":{"tf":1.0},"71":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"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}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":5,"docs":{"143":{"tf":1.0},"158":{"tf":1.0},"83":{"tf":1.0},"86":{"tf":2.23606797749979},"87":{"tf":2.449489742783178}}}},"n":{"df":35,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":2.0},"13":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"143":{"tf":1.7320508075688772},"144":{"tf":1.7320508075688772},"145":{"tf":1.7320508075688772},"146":{"tf":1.7320508075688772},"154":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.7320508075688772},"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},"39":{"tf":1.4142135623730951},"4":{"tf":2.8284271247461903},"45":{"tf":1.0},"99":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"120":{"tf":1.0},"131":{"tf":1.0},"133":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"150":{"tf":1.4142135623730951}}}}}},"df":18,"docs":{"108":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"12":{"tf":2.0},"123":{"tf":1.4142135623730951},"13":{"tf":1.0},"14":{"tf":1.0},"160":{"tf":1.0},"3":{"tf":1.0},"63":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"69":{"tf":1.0},"74":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"96":{"tf":1.0},"99":{"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":9,"docs":{"145":{"tf":1.0},"146":{"tf":1.4142135623730951},"158":{"tf":1.0},"159":{"tf":1.0},"36":{"tf":1.4142135623730951},"44":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"87":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"115":{"tf":1.4142135623730951}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"2":{"tf":1.0}}}},"w":{"df":1,"docs":{"36":{"tf":1.0}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":3,"docs":{"1":{"tf":1.0},"129":{"tf":1.0},"163":{"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":{"50":{"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":{"108":{"tf":1.0},"113":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":15,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"144":{"tf":1.0},"4":{"tf":1.4142135623730951},"45":{"tf":1.0},"48":{"tf":2.0},"55":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0},"99":{"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":{"122":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"123":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"k":{"df":3,"docs":{"148":{"tf":1.4142135623730951},"159":{"tf":1.0},"160":{"tf":1.0}}},"p":{"4":{"df":0,"docs":{},"k":{"df":2,"docs":{"22":{"tf":1.0},"26":{"tf":1.0}}}},"df":0,"docs":{}}},"df":4,"docs":{"137":{"tf":1.0},"141":{"tf":1.0},"34":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"148":{"tf":1.0}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"129":{"tf":1.0},"146":{"tf":1.0},"44":{"tf":1.0},"51":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"36":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"1":{"tf":1.0},"116":{"tf":1.0},"160":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":17,"docs":{"12":{"tf":1.0},"129":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"146":{"tf":1.0},"150":{"tf":1.0},"155":{"tf":1.4142135623730951},"18":{"tf":1.0},"19":{"tf":1.0},"24":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"36":{"tf":2.23606797749979},"4":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0}},"m":{"df":2,"docs":{"14":{"tf":1.0},"163":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"52":{"tf":1.0},"90":{"tf":1.4142135623730951}}}},"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":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":1,"docs":{"122":{"tf":1.4142135623730951}}}}},"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":{"123":{"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":{"123":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"]":{"'":{"df":2,"docs":{"108":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"123":{"tf":1.4142135623730951}}}},"n":{"d":{"df":15,"docs":{"110":{"tf":1.0},"120":{"tf":1.4142135623730951},"129":{"tf":2.0},"142":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":1.4142135623730951},"154":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"17":{"tf":1.0},"19":{"tf":2.0},"46":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.7320508075688772}}},"df":0,"docs":{},"s":{"df":2,"docs":{"14":{"tf":1.0},"2":{"tf":1.0}}},"t":{"df":13,"docs":{"110":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":1.4142135623730951},"126":{"tf":2.0},"129":{"tf":1.4142135623730951},"138":{"tf":1.7320508075688772},"160":{"tf":1.0},"27":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"48":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":6,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"141":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"q":{"df":1,"docs":{"126":{"tf":1.7320508075688772}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"50":{"tf":1.0},"51":{"tf":1.7320508075688772},"52":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"d":{"df":2,"docs":{"121":{"tf":1.0},"122":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"122":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":1,"docs":{"56":{"tf":1.0}}},"v":{"df":3,"docs":{"132":{"tf":1.0},"133":{"tf":1.0},"44":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"'":{"df":3,"docs":{"120":{"tf":1.0},"126":{"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":{"126":{"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":{"126":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":37,"docs":{"0":{"tf":1.0},"1":{"tf":1.7320508075688772},"120":{"tf":2.0},"121":{"tf":1.0},"123":{"tf":1.0},"132":{"tf":1.7320508075688772},"133":{"tf":2.0},"135":{"tf":1.7320508075688772},"137":{"tf":3.3166247903554},"138":{"tf":1.7320508075688772},"139":{"tf":1.0},"140":{"tf":1.0},"143":{"tf":1.0},"145":{"tf":1.7320508075688772},"146":{"tf":1.7320508075688772},"151":{"tf":1.0},"154":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":3.7416573867739413},"159":{"tf":2.8284271247461903},"160":{"tf":4.358898943540674},"163":{"tf":2.449489742783178},"2":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"3":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.7320508075688772},"44":{"tf":2.0},"48":{"tf":2.0},"64":{"tf":1.0},"66":{"tf":1.4142135623730951}}}},"i":{"c":{"df":20,"docs":{"120":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"132":{"tf":1.4142135623730951},"133":{"tf":1.0},"134":{"tf":1.7320508075688772},"143":{"tf":1.0},"145":{"tf":3.7416573867739413},"146":{"tf":2.0},"149":{"tf":1.0},"160":{"tf":1.0},"163":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"18":{"tf":1.0},"33":{"tf":2.0},"34":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"37":{"tf":2.23606797749979},"39":{"tf":1.4142135623730951},"4":{"tf":3.4641016151377544}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"129":{"tf":2.23606797749979},"130":{"tf":2.6457513110645907},"36":{"tf":1.0},"44":{"tf":3.605551275463989}}}}}}},"t":{"df":21,"docs":{"1":{"tf":1.0},"131":{"tf":1.7320508075688772},"132":{"tf":1.7320508075688772},"133":{"tf":1.7320508075688772},"14":{"tf":1.0},"141":{"tf":1.7320508075688772},"146":{"tf":2.23606797749979},"150":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"22":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"52":{"tf":1.4142135623730951},"63":{"tf":2.0},"66":{"tf":1.0},"83":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"120":{"tf":1.0},"133":{"tf":1.0},"146":{"tf":1.4142135623730951}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"116":{"tf":1.0},"133":{"tf":1.0},"157":{"tf":1.4142135623730951},"33":{"tf":1.0},"54":{"tf":1.0}}}}}},"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":{"131":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":2,"docs":{"131":{"tf":1.0},"52":{"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":6,"docs":{"11":{"tf":1.4142135623730951},"120":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"66":{"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":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"120":{"tf":1.0}}}}},"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":{"158":{"tf":1.7320508075688772},"159":{"tf":1.4142135623730951},"20":{"tf":1.7320508075688772},"21":{"tf":1.0},"22":{"tf":2.23606797749979},"23":{"tf":1.0},"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":4,"docs":{"116":{"tf":1.0},"13":{"tf":1.4142135623730951},"27":{"tf":1.0},"37":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"133":{"tf":1.0},"36":{"tf":1.0},"50":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"133":{"tf":1.0},"96":{"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":1,"docs":{"158":{"tf":1.0}}}}},"i":{"df":1,"docs":{"43":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"139":{"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":6,"docs":{"145":{"tf":1.0},"160":{"tf":1.4142135623730951},"18":{"tf":1.0},"4":{"tf":1.4142135623730951},"51":{"tf":1.0},"99":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"117":{"tf":1.0},"142":{"tf":1.0},"146":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}}}}},"z":{"df":0,"docs":{},"e":{"df":10,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"116":{"tf":1.0},"126":{"tf":1.0},"138":{"tf":1.0},"142":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":2.0},"81":{"tf":1.0},"98":{"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":{"53":{"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":{"138":{"tf":1.0}}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"158":{"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":3,"docs":{"66":{"tf":1.0},"67":{"tf":1.4142135623730951},"69":{"tf":2.23606797749979}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"138":{"tf":2.8284271247461903}}}}}}}},"df":0,"docs":{}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"134":{"tf":1.0},"39":{"tf":1.0},"48":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"133":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"163":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"14":{"tf":1.0},"36":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"w":{"df":1,"docs":{"133":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":15,"docs":{"1":{"tf":1.0},"117":{"tf":1.0},"132":{"tf":1.0},"146":{"tf":1.7320508075688772},"163":{"tf":1.7320508075688772},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"9":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":5,"docs":{"120":{"tf":1.0},"146":{"tf":1.4142135623730951},"4":{"tf":1.0},"51":{"tf":1.0},"94":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"43":{"tf":1.4142135623730951},"66":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"14":{"tf":1.0}},"t":{"df":1,"docs":{"43":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"f":{"df":13,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951},"12":{"tf":1.0},"131":{"tf":1.4142135623730951},"133":{"tf":1.0},"163":{"tf":1.0},"2":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"99":{"tf":1.4142135623730951}},"i":{"df":10,"docs":{"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.4142135623730951},"145":{"tf":1.0},"146":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"94":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"35":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"(":{"0":{".":{".":{"0":{"df":1,"docs":{"122":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"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":{"123":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"123":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"123":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":3,"docs":{"120":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951}}}},"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":{"129":{"tf":1.0},"49":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"159":{"tf":1.0},"160":{"tf":1.0},"3":{"tf":1.0}}}}},"r":{"d":{"df":8,"docs":{"1":{"tf":1.0},"120":{"tf":1.0},"133":{"tf":1.0},"14":{"tf":1.0},"141":{"tf":1.0},"158":{"tf":1.0},"35":{"tf":1.0},"75":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":12,"docs":{"11":{"tf":1.0},"120":{"tf":2.23606797749979},"144":{"tf":1.0},"146":{"tf":1.7320508075688772},"17":{"tf":1.4142135623730951},"18":{"tf":2.0},"21":{"tf":1.0},"31":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"59":{"tf":1.0},"86":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"133":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"e":{"df":7,"docs":{"123":{"tf":1.0},"133":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.0}}}}}}},"i":{"c":{"df":10,"docs":{"119":{"tf":1.0},"121":{"tf":1.0},"123":{"tf":1.4142135623730951},"133":{"tf":1.0},"134":{"tf":1.4142135623730951},"18":{"tf":1.0},"22":{"tf":1.0},"27":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":2.23606797749979}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"119":{"tf":1.7320508075688772},"123":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"u":{"df":4,"docs":{"153":{"tf":1.0},"154":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"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":{"123":{"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":{"123":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"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":{"120":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"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":6,"docs":{"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":1.0},"50":{"tf":2.23606797749979}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.0},"158":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"112":{"tf":1.0},"116":{"tf":1.0},"54":{"tf":1.0},"63":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":5,"docs":{"57":{"tf":1.7320508075688772},"60":{"tf":1.0},"63":{"tf":2.23606797749979},"74":{"tf":1.0},"90":{"tf":1.0}}}}}}},"df":2,"docs":{"119":{"tf":1.0},"123":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"75":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":18,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"141":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.7320508075688772},"48":{"tf":2.449489742783178},"52":{"tf":1.0},"55":{"tf":1.0},"63":{"tf":2.23606797749979},"67":{"tf":1.4142135623730951},"74":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"86":{"tf":1.7320508075688772},"91":{"tf":1.7320508075688772},"99":{"tf":2.449489742783178}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"122":{"tf":1.7320508075688772},"126":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"_":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"132":{"tf":1.4142135623730951}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"(":{"df":3,"docs":{"132":{"tf":1.0},"145":{"tf":1.0},"4":{"tf":1.0}}},"df":4,"docs":{"132":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"39":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"a":{"d":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":1,"docs":{"132":{"tf":1.0}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"64":{"tf":1.0}}}},"t":{"df":1,"docs":{"134":{"tf":1.0}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"137":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"137":{"tf":1.0},"19":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"h":{"df":13,"docs":{"105":{"tf":1.0},"123":{"tf":1.0},"154":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"22":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"43":{"tf":1.0},"52":{"tf":1.0},"64":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":4,"docs":{"116":{"tf":1.0},"142":{"tf":1.0},"58":{"tf":1.4142135623730951},"63":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"163":{"tf":1.4142135623730951}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"123":{"tf":1.0},"134":{"tf":2.6457513110645907},"147":{"tf":1.0},"87":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":2,"docs":{"163":{"tf":1.0},"47":{"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":{"126":{"tf":1.0},"96":{"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":{"123":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"123":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":10,"docs":{"116":{"tf":1.0},"12":{"tf":1.0},"123":{"tf":1.0},"146":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"3":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"64":{"tf":1.0}}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"63":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":13,"docs":{"122":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"2":{"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},"51":{"tf":1.0},"86":{"tf":1.0}},"n":{"df":1,"docs":{"144":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"k":{"df":3,"docs":{"121":{"tf":1.0},"133":{"tf":1.0},"163":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"51":{"tf":1.0},"94":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"p":{"df":3,"docs":{"124":{"tf":1.0},"132":{"tf":1.0},"44":{"tf":1.4142135623730951}}}},"df":1,"docs":{"39":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"44":{"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},"158":{"tf":1.0}}}}}}}}},"n":{"d":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.7320508075688772},"19":{"tf":1.7320508075688772}}}}},"f":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"j":{"\"":{",":{"\"":{"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":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"\"":{":":{"[":{"df":0,"docs":{},"{":{"\"":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"\"":{":":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"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":{"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":{}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"35":{"tf":1.0}}}}}}}}},"t":{"'":{"df":2,"docs":{"123":{"tf":1.0},"146":{"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":1,"docs":{"37":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"131":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"94":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"36":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"50":{"tf":1.0}}}},"r":{"d":{"df":1,"docs":{"162":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"110":{"tf":1.0},"129":{"tf":1.4142135623730951},"158":{"tf":1.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"94":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":1,"docs":{"34":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":18,"docs":{"101":{"tf":1.0},"160":{"tf":1.0},"163":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":2.0},"31":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"71":{"tf":1.0},"79":{"tf":1.0},"86":{"tf":1.0},"94":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"e":{"df":1,"docs":{"163":{"tf":1.0}}},"m":{"df":0,"docs":{},"e":{"df":12,"docs":{"12":{"tf":1.0},"126":{"tf":2.0},"129":{"tf":1.4142135623730951},"137":{"tf":1.0},"138":{"tf":1.0},"156":{"tf":1.0},"26":{"tf":1.0},"36":{"tf":1.4142135623730951},"52":{"tf":1.0},"66":{"tf":1.0},"87":{"tf":1.0},"94":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"\"":{":":{"\"":{"2":{"0":{"2":{"2":{"df":1,"docs":{"37":{"tf":2.0}}},"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":7,"docs":{"105":{"tf":2.6457513110645907},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.4142135623730951},"109":{"tf":1.0},"126":{"tf":2.0},"54":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"l":{"df":10,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}}}},"o":{"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":1,"docs":{"37":{"tf":2.449489742783178}}}}},"df":0,"docs":{}}},"df":19,"docs":{"110":{"tf":1.7320508075688772},"111":{"tf":1.0},"112":{"tf":1.7320508075688772},"113":{"tf":1.4142135623730951},"114":{"tf":2.23606797749979},"115":{"tf":1.0},"116":{"tf":2.8284271247461903},"141":{"tf":2.0},"144":{"tf":1.0},"147":{"tf":1.4142135623730951},"160":{"tf":1.0},"36":{"tf":2.6457513110645907},"37":{"tf":1.7320508075688772},"43":{"tf":1.7320508075688772},"46":{"tf":1.7320508075688772},"52":{"tf":1.4142135623730951},"54":{"tf":1.0},"56":{"tf":1.0},"71":{"tf":1.0}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":8,"docs":{"110":{"tf":1.7320508075688772},"116":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"43":{"tf":1.0},"52":{"tf":1.4142135623730951},"54":{"tf":1.0},"56":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"120":{"tf":1.0},"51":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{":":{":":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"120":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"120":{"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":{"123":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"123":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":2,"docs":{"121":{"tf":1.0},"123":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"129":{"tf":1.0},"131":{"tf":1.4142135623730951}}},"l":{"df":2,"docs":{"120":{"tf":1.0},"3":{"tf":1.0}}}},"p":{"df":2,"docs":{"139":{"tf":1.0},"163":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"134":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"130":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":8,"docs":{"100":{"tf":1.4142135623730951},"114":{"tf":1.0},"129":{"tf":2.23606797749979},"130":{"tf":1.0},"137":{"tf":2.6457513110645907},"138":{"tf":2.0},"14":{"tf":1.0},"70":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"150":{"tf":1.0}}},"k":{"df":3,"docs":{"129":{"tf":1.0},"137":{"tf":1.0},"44":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"157":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"'":{"df":1,"docs":{"83":{"tf":1.0}}},"df":14,"docs":{"158":{"tf":1.0},"160":{"tf":1.7320508075688772},"163":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":1.0},"54":{"tf":1.0},"66":{"tf":1.0},"83":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"117":{"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},"39":{"tf":1.0}}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"50":{"tf":1.0}}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"163":{"tf":1.0}}}}},"df":2,"docs":{"120":{"tf":1.0},"123":{"tf":1.0}}},"u":{"df":0,"docs":{},"e":{"df":3,"docs":{"116":{"tf":1.0},"142":{"tf":1.7320508075688772},"99":{"tf":1.4142135623730951}}}},"y":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"(":{"df":0,"docs":{},"p":{"df":1,"docs":{"123":{"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":{"119":{"tf":1.0},"123":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"120":{"tf":1.0}}}}}}},"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":{"123":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"44":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"150":{"tf":1.0},"36":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"163":{"tf":1.0}}}}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"49":{"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":{"50":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"o":{"df":7,"docs":{"117":{"tf":1.0},"12":{"tf":1.0},"123":{"tf":1.0},"141":{"tf":1.0},"163":{"tf":1.4142135623730951},"22":{"tf":1.0},"46":{"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":{"138":{"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":{"138":{"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":{"138":{"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":27,"docs":{"108":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"114":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":1.4142135623730951},"120":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":2.0},"126":{"tf":3.3166247903554},"133":{"tf":1.0},"134":{"tf":1.7320508075688772},"138":{"tf":1.4142135623730951},"19":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":4.242640687119285},"53":{"tf":1.0},"55":{"tf":2.23606797749979},"63":{"tf":3.605551275463989},"67":{"tf":1.7320508075688772},"74":{"tf":2.0},"78":{"tf":1.4142135623730951},"86":{"tf":3.4641016151377544},"91":{"tf":2.0},"95":{"tf":1.7320508075688772},"99":{"tf":4.242640687119285}}},"i":{"c":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"1":{"df":1,"docs":{"126":{"tf":2.0}}},"2":{"df":1,"docs":{"126":{"tf":1.0}}},"8":{"df":1,"docs":{"126":{"tf":2.0}}},"d":{"df":0,"docs":{},"p":{"df":23,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"120":{"tf":1.7320508075688772},"124":{"tf":1.4142135623730951},"125":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":1.0},"14":{"tf":1.0},"160":{"tf":1.4142135623730951},"163":{"tf":1.4142135623730951},"17":{"tf":2.23606797749979},"18":{"tf":1.4142135623730951},"19":{"tf":1.7320508075688772},"22":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"37":{"tf":1.0},"39":{"tf":2.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"71":{"tf":1.0}}}},"df":3,"docs":{"120":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.7320508075688772}},"e":{"4":{"df":1,"docs":{"148":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"1":{"6":{"df":1,"docs":{"86":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"3":{"2":{"df":2,"docs":{"63":{"tf":1.4142135623730951},"95":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}},"8":{"df":2,"docs":{"74":{"tf":1.0},"99":{"tf":1.0}}},"df":1,"docs":{"95":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"141":{"tf":1.0},"148":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"63":{"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":{"163":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"145":{"tf":1.0},"146":{"tf":1.0}}}},"q":{"df":0,"docs":{},"u":{"df":3,"docs":{"126":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}}}},"t":{"df":1,"docs":{"126":{"tf":1.7320508075688772}}},"x":{"df":6,"docs":{"105":{"tf":1.0},"108":{"tf":1.0},"126":{"tf":1.4142135623730951},"45":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":1,"docs":{"60":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"13":{"tf":1.0},"147":{"tf":2.0},"148":{"tf":1.7320508075688772},"159":{"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":{"137":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":7,"docs":{"154":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"124":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"145":{"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":8,"docs":{"122":{"tf":1.0},"123":{"tf":1.0},"131":{"tf":1.0},"133":{"tf":1.4142135623730951},"137":{"tf":1.7320508075688772},"138":{"tf":2.0},"144":{"tf":1.4142135623730951},"50":{"tf":1.0}}}},"df":0,"docs":{}},"df":13,"docs":{"120":{"tf":1.0},"123":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":1.0},"22":{"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},"66":{"tf":1.0},"94":{"tf":1.0}},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"148":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"133":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":10,"docs":{"118":{"tf":1.4142135623730951},"120":{"tf":1.0},"129":{"tf":1.7320508075688772},"44":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"52":{"tf":1.0},"54":{"tf":1.0},"88":{"tf":1.0},"92":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"l":{"df":4,"docs":{"135":{"tf":1.0},"138":{"tf":1.4142135623730951},"39":{"tf":1.0},"48":{"tf":1.0}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":7,"docs":{"132":{"tf":1.0},"143":{"tf":1.4142135623730951},"145":{"tf":1.0},"150":{"tf":1.0},"29":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.7320508075688772}}}},"df":58,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951},"101":{"tf":1.0},"105":{"tf":1.0},"113":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.4142135623730951},"12":{"tf":1.0},"120":{"tf":1.7320508075688772},"121":{"tf":1.7320508075688772},"123":{"tf":2.0},"124":{"tf":1.0},"125":{"tf":1.0},"131":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951},"133":{"tf":1.0},"134":{"tf":2.8284271247461903},"140":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.4142135623730951},"146":{"tf":2.23606797749979},"153":{"tf":1.0},"154":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.4142135623730951},"27":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":1.7320508075688772},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.4142135623730951},"60":{"tf":1.0},"63":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"87":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"23":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"c":{"df":2,"docs":{"108":{"tf":1.0},"126":{"tf":1.4142135623730951}}},"df":0,"docs":{},"f":{"df":1,"docs":{"75":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"163":{"tf":1.0},"56":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":9,"docs":{"116":{"tf":1.0},"139":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.4142135623730951},"3":{"tf":1.0},"32":{"tf":1.0},"43":{"tf":1.0},"56":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"159":{"tf":1.0}},"i":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"df":21,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"120":{"tf":1.0},"123":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":1,"docs":{"142":{"tf":1.0}}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"142":{"tf":1.0},"55":{"tf":1.0},"75":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":21,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"137":{"tf":1.0},"141":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"46":{"tf":1.7320508075688772},"48":{"tf":1.0},"52":{"tf":1.7320508075688772},"55":{"tf":2.0},"60":{"tf":1.0},"63":{"tf":1.0},"81":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":2.449489742783178}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"150":{"tf":1.4142135623730951},"45":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":4,"docs":{"38":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"64":{"tf":1.0}}}}}}}},"df":1,"docs":{"4":{"tf":1.0}},"e":{"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":{":":{":":{"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":{"120":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"114":{"tf":1.0}}},"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"117":{"tf":1.0}},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"150":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":2,"docs":{"163":{"tf":1.0},"69":{"tf":1.0}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":25,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"120":{"tf":1.7320508075688772},"123":{"tf":1.4142135623730951},"142":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951},"44":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.4142135623730951},"51":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0},"98":{"tf":1.0}}}}}}}},"i":{"a":{"df":22,"docs":{"114":{"tf":1.0},"116":{"tf":1.0},"129":{"tf":2.0},"132":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"140":{"tf":1.0},"142":{"tf":1.0},"160":{"tf":1.4142135623730951},"19":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"69":{"tf":1.0}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":2,"docs":{"162":{"tf":1.7320508075688772},"163":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":6,"docs":{"112":{"tf":1.0},"132":{"tf":1.0},"138":{"tf":1.0},"145":{"tf":1.0},"39":{"tf":1.0},"99":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"134":{"tf":1.0},"3":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"131":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"s":{"df":1,"docs":{"154":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"14":{"tf":1.0},"148":{"tf":1.0},"37":{"tf":1.0},"50":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":7,"docs":{"132":{"tf":1.4142135623730951},"139":{"tf":1.0},"140":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.4142135623730951},"163":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":5,"docs":{"123":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{},"e":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":5,"docs":{"123":{"tf":1.0},"146":{"tf":1.0},"23":{"tf":1.0},"32":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951}}}},"r":{"df":3,"docs":{"120":{"tf":1.0},"146":{"tf":1.4142135623730951},"22":{"tf":1.0}}},"v":{"df":2,"docs":{"146":{"tf":1.0},"36":{"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":{"145":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":10,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"128":{"tf":1.0},"133":{"tf":1.0},"14":{"tf":1.0},"157":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951}}}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":3,"docs":{"19":{"tf":1.0},"29":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"120":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"144":{"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":{"137":{"tf":1.0},"154":{"tf":1.0},"4":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"48":{"tf":1.0},"63":{"tf":1.4142135623730951},"67":{"tf":1.0},"74":{"tf":1.4142135623730951},"86":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"148":{"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":{"94":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"120":{"tf":1.0},"123":{"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":{"117":{"tf":1.0},"133":{"tf":1.0},"139":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"56":{"tf":1.0},"94":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"159":{"tf":1.0},"160":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"36":{"tf":1.0},"50":{"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":7,"docs":{"14":{"tf":1.0},"146":{"tf":1.0},"163":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"50":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":3,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"87":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"d":{"df":1,"docs":{"133":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":1,"docs":{"94":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"66":{"tf":1.4142135623730951}}}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":3,"docs":{"120":{"tf":1.0},"51":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"118":{"tf":1.0},"122":{"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":{"118":{"tf":1.0},"122":{"tf":1.0}}}}}}}}},"df":14,"docs":{"117":{"tf":2.23606797749979},"118":{"tf":1.7320508075688772},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"129":{"tf":1.7320508075688772},"131":{"tf":1.0},"36":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"74":{"tf":1.0},"86":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}}},"x":{"d":{"df":31,"docs":{"123":{"tf":1.0},"132":{"tf":2.23606797749979},"133":{"tf":2.0},"134":{"tf":1.0},"135":{"tf":1.7320508075688772},"136":{"tf":1.4142135623730951},"138":{"tf":2.23606797749979},"139":{"tf":1.7320508075688772},"140":{"tf":1.0},"142":{"tf":1.4142135623730951},"143":{"tf":1.0},"144":{"tf":1.4142135623730951},"145":{"tf":2.0},"146":{"tf":1.4142135623730951},"154":{"tf":1.7320508075688772},"155":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"163":{"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},"43":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951}},"s":{"/":{"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":{"145":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":2,"docs":{"145":{"tf":1.0},"147":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":20,"docs":{"143":{"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.6457513110645907},"37":{"tf":2.449489742783178},"38":{"tf":1.0}}}}}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":21,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.7320508075688772},"123":{"tf":1.0},"144":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0},"98":{"tf":1.0}}}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"129":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"132":{"tf":2.23606797749979}}}}}}}},"title":{"root":{"1":{"df":3,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"32":{"tf":1.0}}},"2":{"0":{"2":{"3":{"df":1,"docs":{"163":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"18":{"tf":1.0},"23":{"tf":1.0},"33":{"tf":1.0}}},"3":{"df":3,"docs":{"19":{"tf":1.0},"24":{"tf":1.0},"34":{"tf":1.0}}},"4":{"df":2,"docs":{"27":{"tf":1.0},"35":{"tf":1.0}}},"5":{"df":2,"docs":{"25":{"tf":1.0},"36":{"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":{"141":{"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":{"149":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":8,"docs":{"139":{"tf":1.0},"163":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"i":{"df":2,"docs":{"134":{"tf":1.0},"151":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"115":{"tf":1.0}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"n":{"df":1,"docs":{"128":{"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":{"116":{"tf":1.0}}}}}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}}}}},"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"56":{"tf":1.0},"57":{"tf":1.0}}}}}},"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":{"50":{"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":4,"docs":{"13":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"37":{"tf":1.0}}}}}}},"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":{"df":3,"docs":{"26":{"tf":1.0},"64":{"tf":1.0},"68":{"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":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":1,"docs":{"71":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"156":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":33,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"140":{"tf":1.0},"142":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"51":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"135":{"tf":1.0},"37":{"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":{},"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":{"124":{"tf":1.0},"132":{"tf":1.0},"145":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"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":{"117":{"tf":1.0}}}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"126":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"75":{"tf":1.0}}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"163":{"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":{"108":{"tf":1.0},"113":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"79":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"47":{"tf":1.0},"52":{"tf":1.0},"53":{"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":5,"docs":{"140":{"tf":1.0},"152":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"147":{"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":{"87":{"tf":1.0}}}}},"df":0,"docs":{}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":14,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"112":{"tf":1.0},"157":{"tf":1.0},"51":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0},"98":{"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":{"45":{"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":{"144":{"tf":1.0}}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"55":{"tf":1.0}}}}}}}},"df":21,"docs":{"102":{"tf":1.0},"106":{"tf":1.0},"111":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"131":{"tf":1.0},"142":{"tf":1.0},"41":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":1.0},"54":{"tf":1.0},"61":{"tf":1.0},"65":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"80":{"tf":1.0},"84":{"tf":1.0},"89":{"tf":1.0},"93":{"tf":1.0},"97":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"83":{"tf":1.0}}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"22":{"tf":1.0},"26":{"tf":1.0},"35":{"tf":1.0}}}}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"163":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"36":{"tf":1.0}}}}}}}}},"d":{"c":{"df":1,"docs":{"163":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"129":{"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":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"151":{"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":{"128":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"148":{"tf":1.0},"33":{"tf":1.0},"34":{"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},"157":{"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":{}}}}},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"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":{"163":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"153":{"tf":1.0}}}}},"o":{"a":{"d":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"88":{"tf":1.0}}},"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":1,"docs":{"92":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":1,"docs":{"150":{"tf":1.0}}}}},"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":{"135":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":0,"docs":{}},"x":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"163":{"tf":1.0}}},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"124":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":4,"docs":{"42":{"tf":1.0},"43":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":11,"docs":{"100":{"tf":1.0},"109":{"tf":1.0},"114":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"136":{"tf":1.0},"155":{"tf":1.0},"24":{"tf":1.0},"70":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":3,"docs":{"137":{"tf":1.0},"138":{"tf":1.0},"68":{"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":{"163":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":12,"docs":{"102":{"tf":1.0},"106":{"tf":1.0},"111":{"tf":1.0},"61":{"tf":1.0},"65":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"80":{"tf":1.0},"84":{"tf":1.0},"89":{"tf":1.0},"93":{"tf":1.0},"97":{"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":4,"docs":{"161":{"tf":1.0},"29":{"tf":1.0},"38":{"tf":1.0},"4":{"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":{"163":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":10,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"163":{"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":3,"docs":{"0":{"tf":1.0},"133":{"tf":1.0},"32":{"tf":1.0}}}}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"116":{"tf":1.0},"19":{"tf":1.0},"49":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"162":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"101":{"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":{"125":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":2,"docs":{"132":{"tf":1.0},"145":{"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":{"147":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"160":{"tf":1.0},"34":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"59":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"162":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"123":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"124":{"tf":1.0},"126":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"138":{"tf":1.0},"139":{"tf":1.0},"144":{"tf":1.0},"33":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"df":0,"docs":{},"i":{"df":9,"docs":{"127":{"tf":1.0},"13":{"tf":1.0},"137":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"34":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0}}}}}}},"q":{"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"124":{"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":4,"docs":{"146":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"30":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":17,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"124":{"tf":1.0},"13":{"tf":1.0},"147":{"tf":1.0},"15":{"tf":1.0},"157":{"tf":1.0},"163":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"154":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"60":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"145":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":3,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"87":{"tf":1.0}}}},"n":{"df":2,"docs":{"120":{"tf":1.0},"13":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":10,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"115":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":1,"docs":{"48":{"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":{"160":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"135":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"163":{"tf":1.0}}}},"i":{"c":{"df":2,"docs":{"163":{"tf":1.0},"17":{"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":{"130":{"tf":1.0},"44":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"c":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"158":{"tf":1.0},"159":{"tf":1.0},"20":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"13":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"69":{"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":{"163":{"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":{"43":{"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":{"46":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"119":{"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":{"57":{"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":{"58":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"163":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"134":{"tf":1.0}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"162":{"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":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"105":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"141":{"tf":1.0}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"110":{"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":{"126":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"147":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"143":{"tf":1.0}}}},"df":1,"docs":{"2":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"53":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":2,"docs":{"29":{"tf":1.0},"38":{"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":{"117":{"tf":1.0}}}}}}},"x":{"d":{"df":8,"docs":{"132":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"144":{"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":4,"docs":{"20":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"122":{"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","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#metrics","services/proxy/filters/concatenate_bytes.html#concatenatebytes","services/proxy/filters/concatenate_bytes.html#filter-name","services/proxy/filters/concatenate_bytes.html#configuration-examples","services/proxy/filters/concatenate_bytes.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/qcmp.html#quilkin-control-message-protocol-qcmp","services/proxy/qcmp.html#ping","services/proxy/qcmp.html#protocol-data-unit","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#supported-apis","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/relay.html#control-plane-relay","services/relay.html#quickstart","sdks/unreal-engine.html#quilkin-unreal-engine-plugin","sdks/unreal-engine.html#how-to-install","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#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":18,"breadcrumbs":4,"title":1},"101":{"body":12,"breadcrumbs":4,"title":1},"102":{"body":1,"breadcrumbs":5,"title":2},"103":{"body":40,"breadcrumbs":5,"title":2},"104":{"body":3,"breadcrumbs":4,"title":1},"105":{"body":21,"breadcrumbs":4,"title":1},"106":{"body":1,"breadcrumbs":5,"title":2},"107":{"body":27,"breadcrumbs":5,"title":2},"108":{"body":35,"breadcrumbs":7,"title":4},"109":{"body":7,"breadcrumbs":4,"title":1},"11":{"body":60,"breadcrumbs":6,"title":5},"110":{"body":30,"breadcrumbs":5,"title":1},"111":{"body":1,"breadcrumbs":6,"title":2},"112":{"body":46,"breadcrumbs":6,"title":2},"113":{"body":31,"breadcrumbs":8,"title":4},"114":{"body":40,"breadcrumbs":5,"title":1},"115":{"body":0,"breadcrumbs":6,"title":2},"116":{"body":110,"breadcrumbs":6,"title":2},"117":{"body":66,"breadcrumbs":8,"title":3},"118":{"body":74,"breadcrumbs":6,"title":1},"119":{"body":35,"breadcrumbs":6,"title":1},"12":{"body":47,"breadcrumbs":5,"title":4},"120":{"body":167,"breadcrumbs":6,"title":1},"121":{"body":27,"breadcrumbs":6,"title":1},"122":{"body":69,"breadcrumbs":7,"title":2},"123":{"body":204,"breadcrumbs":7,"title":2},"124":{"body":39,"breadcrumbs":9,"title":5},"125":{"body":24,"breadcrumbs":5,"title":1},"126":{"body":109,"breadcrumbs":7,"title":3},"127":{"body":6,"breadcrumbs":4,"title":2},"128":{"body":56,"breadcrumbs":5,"title":3},"129":{"body":180,"breadcrumbs":4,"title":2},"13":{"body":24,"breadcrumbs":7,"title":6},"130":{"body":54,"breadcrumbs":4,"title":2},"131":{"body":101,"breadcrumbs":4,"title":2},"132":{"body":159,"breadcrumbs":5,"title":3},"133":{"body":98,"breadcrumbs":3,"title":1},"134":{"body":207,"breadcrumbs":4,"title":2},"135":{"body":15,"breadcrumbs":6,"title":4},"136":{"body":0,"breadcrumbs":5,"title":2},"137":{"body":117,"breadcrumbs":5,"title":2},"138":{"body":142,"breadcrumbs":6,"title":3},"139":{"body":36,"breadcrumbs":7,"title":3},"14":{"body":56,"breadcrumbs":6,"title":5},"140":{"body":43,"breadcrumbs":6,"title":2},"141":{"body":33,"breadcrumbs":6,"title":2},"142":{"body":68,"breadcrumbs":6,"title":2},"143":{"body":47,"breadcrumbs":5,"title":1},"144":{"body":77,"breadcrumbs":7,"title":3},"145":{"body":181,"breadcrumbs":4,"title":3},"146":{"body":215,"breadcrumbs":2,"title":1},"147":{"body":22,"breadcrumbs":6,"title":4},"148":{"body":34,"breadcrumbs":3,"title":1},"149":{"body":8,"breadcrumbs":2,"title":1},"15":{"body":0,"breadcrumbs":4,"title":3},"150":{"body":40,"breadcrumbs":2,"title":1},"151":{"body":25,"breadcrumbs":3,"title":2},"152":{"body":5,"breadcrumbs":2,"title":1},"153":{"body":16,"breadcrumbs":2,"title":1},"154":{"body":63,"breadcrumbs":2,"title":1},"155":{"body":19,"breadcrumbs":2,"title":1},"156":{"body":10,"breadcrumbs":2,"title":1},"157":{"body":36,"breadcrumbs":5,"title":3},"158":{"body":112,"breadcrumbs":5,"title":3},"159":{"body":79,"breadcrumbs":7,"title":5},"16":{"body":14,"breadcrumbs":2,"title":1},"160":{"body":188,"breadcrumbs":8,"title":6},"161":{"body":10,"breadcrumbs":3,"title":1},"162":{"body":0,"breadcrumbs":6,"title":4},"163":{"body":98,"breadcrumbs":18,"title":16},"17":{"body":30,"breadcrumbs":6,"title":5},"18":{"body":56,"breadcrumbs":4,"title":3},"19":{"body":61,"breadcrumbs":4,"title":3},"2":{"body":53,"breadcrumbs":3,"title":2},"20":{"body":0,"breadcrumbs":8,"title":5},"21":{"body":22,"breadcrumbs":4,"title":1},"22":{"body":94,"breadcrumbs":7,"title":4},"23":{"body":36,"breadcrumbs":6,"title":3},"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":43,"breadcrumbs":5,"title":2},"33":{"body":135,"breadcrumbs":9,"title":6},"34":{"body":173,"breadcrumbs":8,"title":5},"35":{"body":83,"breadcrumbs":7,"title":4},"36":{"body":240,"breadcrumbs":6,"title":3},"37":{"body":168,"breadcrumbs":6,"title":3},"38":{"body":10,"breadcrumbs":5,"title":2},"39":{"body":117,"breadcrumbs":2,"title":1},"4":{"body":198,"breadcrumbs":2,"title":1},"40":{"body":20,"breadcrumbs":2,"title":1},"41":{"body":27,"breadcrumbs":3,"title":2},"42":{"body":50,"breadcrumbs":3,"title":2},"43":{"body":81,"breadcrumbs":4,"title":3},"44":{"body":113,"breadcrumbs":2,"title":1},"45":{"body":55,"breadcrumbs":5,"title":2},"46":{"body":98,"breadcrumbs":5,"title":2},"47":{"body":18,"breadcrumbs":5,"title":2},"48":{"body":209,"breadcrumbs":5,"title":2},"49":{"body":23,"breadcrumbs":4,"title":2},"5":{"body":25,"breadcrumbs":2,"title":1},"50":{"body":194,"breadcrumbs":5,"title":3},"51":{"body":103,"breadcrumbs":4,"title":2},"52":{"body":136,"breadcrumbs":5,"title":3},"53":{"body":24,"breadcrumbs":6,"title":4},"54":{"body":75,"breadcrumbs":4,"title":2},"55":{"body":50,"breadcrumbs":3,"title":1},"56":{"body":33,"breadcrumbs":4,"title":1},"57":{"body":5,"breadcrumbs":5,"title":2},"58":{"body":4,"breadcrumbs":4,"title":1},"59":{"body":4,"breadcrumbs":4,"title":1},"6":{"body":0,"breadcrumbs":2,"title":1},"60":{"body":16,"breadcrumbs":4,"title":1},"61":{"body":1,"breadcrumbs":5,"title":2},"62":{"body":24,"breadcrumbs":5,"title":2},"63":{"body":159,"breadcrumbs":7,"title":4},"64":{"body":20,"breadcrumbs":4,"title":1},"65":{"body":1,"breadcrumbs":5,"title":2},"66":{"body":83,"breadcrumbs":5,"title":2},"67":{"body":47,"breadcrumbs":7,"title":4},"68":{"body":0,"breadcrumbs":5,"title":2},"69":{"body":29,"breadcrumbs":4,"title":1},"7":{"body":12,"breadcrumbs":3,"title":2},"70":{"body":14,"breadcrumbs":4,"title":1},"71":{"body":22,"breadcrumbs":5,"title":1},"72":{"body":1,"breadcrumbs":6,"title":2},"73":{"body":23,"breadcrumbs":6,"title":2},"74":{"body":61,"breadcrumbs":8,"title":4},"75":{"body":30,"breadcrumbs":4,"title":1},"76":{"body":1,"breadcrumbs":5,"title":2},"77":{"body":20,"breadcrumbs":5,"title":2},"78":{"body":24,"breadcrumbs":7,"title":4},"79":{"body":13,"breadcrumbs":4,"title":1},"8":{"body":10,"breadcrumbs":2,"title":1},"80":{"body":1,"breadcrumbs":5,"title":2},"81":{"body":40,"breadcrumbs":5,"title":2},"82":{"body":3,"breadcrumbs":4,"title":1},"83":{"body":16,"breadcrumbs":4,"title":1},"84":{"body":1,"breadcrumbs":5,"title":2},"85":{"body":33,"breadcrumbs":5,"title":2},"86":{"body":138,"breadcrumbs":7,"title":4},"87":{"body":49,"breadcrumbs":5,"title":2},"88":{"body":8,"breadcrumbs":5,"title":1},"89":{"body":1,"breadcrumbs":6,"title":2},"9":{"body":10,"breadcrumbs":2,"title":1},"90":{"body":43,"breadcrumbs":6,"title":2},"91":{"body":60,"breadcrumbs":8,"title":4},"92":{"body":19,"breadcrumbs":6,"title":1},"93":{"body":1,"breadcrumbs":7,"title":2},"94":{"body":117,"breadcrumbs":7,"title":2},"95":{"body":52,"breadcrumbs":9,"title":4},"96":{"body":19,"breadcrumbs":4,"title":1},"97":{"body":1,"breadcrumbs":5,"title":2},"98":{"body":40,"breadcrumbs":5,"title":2},"99":{"body":180,"breadcrumbs":7,"title":4}},"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":"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":"100","title":"Metrics"},"101":{"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":"101","title":"Pass"},"102":{"body":"quilkin.filters.pass.v1alpha1.Pass","breadcrumbs":"Proxy » Filters » Pass » Filter name","id":"102","title":"Filter name"},"103":{"body":"# let yaml = \"\nversion: v1alpha1\nclusters: default: localities: - 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":"103","title":"Configuration Examples"},"104":{"body":"No defined configuration options.","breadcrumbs":"Proxy » Filters » Pass » Configuration","id":"104","title":"Configuration"},"105":{"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":"105","title":"Timestamp"},"106":{"body":"quilkin.filters.timestamp.v1alpha1.Timestamp","breadcrumbs":"Proxy » Filters » Timestamp » Filter name","id":"106","title":"Filter name"},"107":{"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: default: localities: - 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":"107","title":"Configuration Examples"},"108":{"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":"108","title":"Configuration Options ( Rust Doc )"},"109":{"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":"109","title":"Metrics"},"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":"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":"110","title":"TokenRouter"},"111":{"body":"quilkin.filters.token_router.v1alpha1.TokenRouter","breadcrumbs":"Proxy » Filters » Token Router » Filter name","id":"111","title":"Filter name"},"112":{"body":"# let yaml = \"\nversion: v1alpha1\nfilters: - name: quilkin.filters.token_router.v1alpha1.TokenRouter config: metadataKey: myapp.com/myownkey\nclusters: default: localities: - 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":"112","title":"Configuration Examples"},"113":{"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":"113","title":"Configuration Options ( Rust Doc )"},"114":{"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":"114","title":"Metrics"},"115":{"body":"","breadcrumbs":"Proxy » Filters » Token Router » Sample Applications","id":"115","title":"Sample Applications"},"116":{"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: default: localities: - 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 ConcatenateBytes filter could also be used to add authentication tokens to outgoing packets.","breadcrumbs":"Proxy » Filters » Token Router » Packet Authentication","id":"116","title":"Packet Authentication"},"117":{"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":"117","title":"Writing Custom Filters"},"118":{"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::*; #[async_trait::async_trait]\nimpl Filter for Greet { async fn read(&self, ctx: &mut ReadContext) -> Result<(), FilterError> { ctx.contents.extend(b\"Hello\"); Ok(()) } async fn write(&self, ctx: &mut WriteContext) -> Result<(), FilterError> { ctx.contents.extend(b\"Goodbye\"); Ok(()) }\n}","breadcrumbs":"Proxy » Filters » Writing Custom Filters » Filter","id":"118","title":"Filter"},"119":{"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":"119","title":"StaticFilter"},"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":"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) = tokio::sync::watch::channel(()); let proxy = quilkin::Proxy::default(); let config = quilkin::Config::default(); config.filters.store(std::sync::Arc::new( vec![quilkin::config::Filter { name: Greet::NAME.into(), label: None, config: None, }] .try_into()?, )); config.clusters.modify(|map| { map.insert_default(vec![quilkin::endpoint::Endpoint::new( (std::net::Ipv4Addr::LOCALHOST, 4321).into(), )]) }); proxy.run(config.into(), 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: default: localities: - 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":"120","title":"Running"},"121":{"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":"121","title":"Configuration"},"122":{"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 .splice(0..0, format!(\"{} \", self.config.greeting).into_bytes()); Ok(()) } async fn write(&self, ctx: &mut WriteContext) -> Result<(), FilterError> { ctx.contents .splice(0..0, format!(\"{} \", self.config.greeting).into_bytes()); Ok(()) }\n}","breadcrumbs":"Proxy » Filters » Writing Custom Filters » YAML Configuration","id":"122","title":"YAML Configuration"},"123":{"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: 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], then we just need to implement std::convert::TryFrom for converting the protobuf message to equivalvent configuration. // src/main.rs\nmod proto { tonic::include_proto!(\"greet\");\n} impl 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 » Protobuf Configuration","id":"123","title":"Protobuf Configuration"},"124":{"body":"services ports Protocol QCMP 7600 UDP (IPv4 OR IPv6) In addition to the TCP based administration API, Quilkin provides a meta API over UDP. 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":"124","title":"Quilkin Control Message Protocol (QCMP)"},"125":{"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":"125","title":"Ping"},"126":{"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":"126","title":"Protocol Data Unit"},"127":{"body":"The following are metrics that Quilkin provides while in Proxy Mode.","breadcrumbs":"Proxy » Metrics » Proxy Metrics","id":"127","title":"Proxy Metrics"},"128":{"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":"128","title":"ASN Maxmind Information"},"129":{"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":"129","title":"General Metrics"},"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":"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":"130","title":"Session Metrics"},"131":{"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":"131","title":"Filter Metrics"},"132":{"body":"services ports Protocol xDS 7800 gRPC (IPv4 OR IPv6) For multi-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":"132","title":"xDS Control Plane"},"133":{"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) State of the World (SotW) variant with gRPC.","breadcrumbs":"Control Plane » Overview","id":"133","title":"Overview"},"134":{"body":"Since the range of resources configurable by the xDS API extends that of Quilkin's domain (i.e being UDP based, Quilkin does not have a need for HTTP/TCP resources), only a subset of the API is supported. The following lists these relevant parts and any limitation to the provided support as a result: Cluster Discovery Service (CDS) : Provides information about known clusters and their membership information. The proxy uses these resources to discover clusters and their endpoints. While cluster topology information like locality can be provided in the configuration, the proxy currently does not use this information (support may be included in the future however). Any load balancing information included in this resource is ignored. For load balancing, use Quilkin filters instead. Only cluster discovery type STATIC and EDS is supported. Configuration including other discovery types e.g LOGICAL_DNS is rejected. Endpoint Discovery Service (EDS) : Provides information about endpoints. The proxy uses these resources to discover information about endpoints like their IP addresses. Endpoints may provide Endpoint Metadata via the metadata field. These metadata will be visible to filters as part of the corresponding endpoints information when processing packets. Only socket addresses are supported on an endpoint's address configuration - i.e an IP address and port number combination. Configuration including any other type of addressing e.g named pipes will be rejected. Any load balancing information included in this resource is ignored. For load balancing, use Quilkin filters instead. Listener Discovery Service (LDS) : Provides information about Filters and Filter Chains . Only the name and filter_chains fields in the Listener resource are used by the proxy. The rest are ignored. Since Quilkin only uses one filter chain per proxy, at most one filter chain can be provided in the resource. Otherwise the configuration is rejected. Only the list of filters specified in the filter chain is used by the proxy - i.e other fields like filter_chain_match are ignored. This list also specifies the order that the corresponding filter chain will be constructed. gRPC proto configuration for Quilkin's built-in filters can be found here . They are equivalent to the filter's static configuration.","breadcrumbs":"Control Plane » Supported APIs","id":"134","title":"Supported APIs"},"135":{"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":"135","title":"Connecting to an xDS management server"},"136":{"body":"","breadcrumbs":"Control Plane » Metrics » xDS Metrics","id":"136","title":"xDS Metrics"},"137":{"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":"137","title":"Proxy Mode"},"138":{"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":"138","title":"xDS Provider Mode"},"139":{"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. Currently, the Agones provider can only discover resources within the cluster it is running in.","breadcrumbs":"Control Plane » Providers » Agones » Agones xDS Provider","id":"139","title":"Agones xDS Provider"},"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":"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":"140","title":"Endpoint Configuration"},"141":{"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":"141","title":"Access Tokens"},"142":{"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":"142","title":"Filter Configuration"},"143":{"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":"143","title":"Usage"},"144":{"body":"The filesystem provider watches a configuration file on disk and sends updates to proxies whenever that file changes. It can be started with using subcommand manage file as the following: 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: cluster-a: localities: - 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":"144","title":"Filesystem xDS Provider"},"145":{"body":"services ports Protocol ADS 7800 gRPC(IPv4) CPDS 7900 gRPC(IPv4) 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=] [default: 30] -h, --help Print help","breadcrumbs":"Relay » Control Plane Relay","id":"145","title":"Control Plane Relay"},"146":{"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: default: localities: - 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: default: localities: - 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":"146","title":"Quickstart"},"147":{"body":"This is an alpha version of the Unreal Engine plugin for Quilkin. Currently it only supports adding a routing token in the following format. | token | version\nX bytes | 16 bytes | 1 bytes","breadcrumbs":"Unreal Engine » Quilkin Unreal Engine Plugin","id":"147","title":"Quilkin Unreal Engine Plugin"},"148":{"body":"To get this client proxy installed, the SDK should be located in Engine path for Plugins, so copy the whole ue4 folder (resides under sdks folder) in your Unreal Engine path /[UE4 Root]/Engine/Plugins, then you may want to rename the ue4 folder to Quilkin. Unreal Engine will automatically discover the plugin by searching for .uplugin file.","breadcrumbs":"Unreal Engine » How to install","id":"148","title":"How to install"},"149":{"body":"services ports Protocol Administration 8000 HTTP (IPv4 OR IPv6)","breadcrumbs":"Administration » Administration","id":"149","title":"Administration"},"15":{"body":"","breadcrumbs":"Netcat » Quickstart: Quilkin with netcat","id":"15","title":"Quickstart: Quilkin with netcat"},"150":{"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":"150","title":"Logging"},"151":{"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":"151","title":"HTTP API"},"152":{"body":"The admin interface provides the following endpoints:","breadcrumbs":"Administration » Endpoints","id":"152","title":"Endpoints"},"153":{"body":"This provides a liveness probe endpoint, most commonly used in Kubernetes based systems . Will return an HTTP status of 200 when all health checks pass.","breadcrumbs":"Administration » /live","id":"153","title":"/live"},"154":{"body":"This provides a readiness probe endpoint, most commonly used in Kubernetes based systems . Depending on whether Quilkin is run in Proxy mode i.e. quilkin proxy, vs an xDS provider mode, such as quilkin manage agones, will dictate how readiness is calculated: 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":"154","title":"/ready"},"155":{"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.","breadcrumbs":"Administration » /metrics","id":"155","title":"/metrics"},"156":{"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":"156","title":"/config"},"157":{"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":"157","title":"Quilkin Integration Examples"},"158":{"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":"158","title":"Server Proxy as a Sidecar"},"159":{"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":"159","title":"Client Proxy to Sidecar Server Proxy"},"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":"| | | | 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":"160","title":"Client Proxy to Separate Server Proxies Pools"},"161":{"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":"161","title":"What Next?"},"162":{"body":"","breadcrumbs":"Videos and Presentations » Third Party Videos and Presentations","id":"162","title":"Third Party Videos and Presentations"},"163":{"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":"163","title":"GDC 2023: Open Source Game Development Summit: Agones and Quilkin: OSS Multiplayer Game Server Service Mesh on Kubernetes"},"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"},"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"},"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!"},"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)"},"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"},"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"},"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!"},"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} 9091 Then open a browser to http://localhost:9091/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, 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 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 NAME 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 8000, to port forward the admin endpoint locally, which we can then query. Go back to your original terminal and run curl -s http://localhost:8000/config If you have jq installed, run curl -s http://localhost:8000/config | jq for a nicely formatted JSON output. $ curl -s http://localhost:8000/config\n{\"admin\":{\"address\":\"0.0.0.0:8000\"},\"clusters\":{},\"filters\":[{\"name\":\"quilkin.filters.capture.v1alpha1.Capture\",\"config\":{\"metadataKey\":\"quilkin.dev/capture\",\"suffix\":{\"size\":3,\"remove\":true}}},{\"name\":\"quilkin.filters.token_router.v1alpha1.TokenRouter\",\"config\":null}],\"id\":\"quilkin-proxies-78965c446d-dqvjg\",\"management_servers\":[{\"address\":\"http://quilkin-manage-agones:80\"}],\"port\":7000,\"version\":\"v1alpha1\",\"maxmind_db\":null}% 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.24.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:8000/config again, so we can see what has changed! $ curl -s http://localhost:8000/config\n{\"admin\":{\"address\":\"0.0.0.0:8000\"},\"clusters\":{\"default\":{\"localities\":[{\"locality\":null,\"endpoints\":[{\"address\":\"34.168.170.51:7226\",\"metadata\":{\"quilkin.dev\":{\"tokens\":[\"NDU2\"]}}}]}]}},\"filters\":[{\"name\":\"quilkin.filters.capture.v1alpha1.Capture\",\"config\":{\"metadataKey\":\"quilkin.dev/capture\",\"suffix\":{\"size\":3,\"remove\":true}}},{\"name\":\"quilkin.filters.token_router.v1alpha1.TokenRouter\",\"config\":null}],\"id\":\"quilkin-proxies-78965c446d-tfgsj\",\"management_servers\":[{\"address\":\"http://quilkin-manage-agones:80\"}],\"port\":7000,\"version\":\"v1alpha1\",\"maxmind_db\":null}% Looking under clusters > localities > 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 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 7000: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 ConcatenateBytes 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 -c ./client-token.yaml proxy\n{\"timestamp\":\"2022-10-07T22:10:47.257635Z\",\"level\":\"INFO\",\"fields\":{\"message\":\"Starting Quilkin\",\"version\":\"0.4.0-dev\",\"commit\":\"c77260a2526542c564829a2c66935c60f00adcd2\"},\"target\":\"quilkin::cli\"}\n{\"timestamp\":\"2022-10-07T22:10:47.258273Z\",\"level\":\"INFO\",\"fields\":{\"message\":\"Starting\",\"port\":7000,\"proxy_id\":\"markmandel45\"},\"target\":\"quilkin::proxy\"}\n{\"timestamp\":\"2022-10-07T22:10:47.258321Z\",\"level\":\"INFO\",\"fields\":{\"message\":\"Starting admin endpoint\",\"address\":\"[::]:9092\"},\"target\":\"quilkin::admin\"}\n{\"timestamp\":\"2022-10-07T22:10:47.258812Z\",\"level\":\"INFO\",\"fields\":{\"message\":\"Quilkin is ready\"},\"target\":\"quilkin::proxy\"} Now connect to the local client proxy on \"127.0.0.1:7000\" 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.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":"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] -t, --to One or more socket addresses to forward packets to [env: QUILKIN_DEST=] --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=] [default: 30] -h, --help Print help","breadcrumbs":"Proxy » Proxy","id":"39","title":"Proxy"},"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":"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":"40","title":"Endpoints"},"41":{"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":"41","title":"Proxy Filters"},"42":{"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":"42","title":"Endpoint Metadata"},"43":{"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: default: localities: - 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":"43","title":"Specialist Endpoint Metadata"},"44":{"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":"44","title":"Session"},"45":{"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":"45","title":"Configuration File"},"46":{"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 default: localities: # grouping of endpoints within a cluster - 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":"46","title":"Static Configuration"},"47":{"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":"47","title":"Dynamic Configuration"},"48":{"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: object description: | grouping of clusters, each with a key for a name additionalProperties: type: object description: | An individual cluster properties: localities: 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 management_servers: type: array description: | A list of XDS management servers to fetch configuration from. Multiple servers can be provided for redundancy for the proxy to fall back to upon error. items: type: object description: | Configuration for a management server. properties: address: type: string description: | Address of the management server. This must have the `http(s)` scheme prefix. Example: `http://example.com`","breadcrumbs":"Proxy » Configuration File » Json Schema","id":"48","title":"Json Schema"},"49":{"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":"49","title":"Packet Filters"},"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":"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":"50","title":"Filters and Filter chain"},"51":{"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: default: localities: - 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":"51","title":"Configuration Examples"},"52":{"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":"52","title":"Filter Dynamic Metadata"},"53":{"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":"53","title":"Well Known Dynamic Metadata"},"54":{"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. ConcatenateBytes 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":"54","title":"Built-in filters"},"55":{"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":"55","title":"FilterConfig"},"56":{"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 ConcatenateBytes and TokenRouter filter to provide common packet routing utilities.","breadcrumbs":"Proxy » Filters » Capture » Capture","id":"56","title":"Capture"},"57":{"body":"There are multiple strategies for capturing bytes from the packet.","breadcrumbs":"Proxy » Filters » Capture » Capture strategies","id":"57","title":"Capture strategies"},"58":{"body":"Captures bytes from the end of the packet.","breadcrumbs":"Proxy » Filters » Capture » Suffix","id":"58","title":"Suffix"},"59":{"body":"Captures bytes from the start of the packet.","breadcrumbs":"Proxy » Filters » Capture » Prefix","id":"59","title":"Prefix"},"6":{"body":"","breadcrumbs":"Installation » Distributions","id":"6","title":"Distributions"},"60":{"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":"60","title":"Regex"},"61":{"body":"quilkin.filters.capture.v1alpha1.Capture","breadcrumbs":"Proxy » Filters » Capture » Filter name","id":"61","title":"Filter name"},"62":{"body":"# let yaml = \"\nversion: v1alpha1\nfilters: - name: quilkin.filters.capture.v1alpha1.Capture config: metadataKey: myapp.com/myownkey prefix: size: 3 remove: false\nclusters: default: localities: - 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":"62","title":"Configuration Examples"},"63":{"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":"63","title":"Configuration Options ( Rust Doc )"},"64":{"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":"64","title":"Compress"},"65":{"body":"quilkin.filters.compress.v1alpha1.Compress","breadcrumbs":"Proxy » Filters » Compress » Filter name","id":"65","title":"Filter name"},"66":{"body":"# let yaml = \"\nversion: v1alpha1\nfilters: - name: quilkin.filters.compress.v1alpha1.Compress config: on_read: COMPRESS on_write: DECOMPRESS mode: SNAPPY\nclusters: default: localities: - 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":"66","title":"Configuration Examples"},"67":{"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","breadcrumbs":"Proxy » Filters » Compress » Configuration Options ( Rust Doc )","id":"67","title":"Configuration Options ( Rust Doc )"},"68":{"body":"","breadcrumbs":"Proxy » Filters » Compress » Compression Modes","id":"68","title":"Compression Modes"},"69":{"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. Currently, this filter only provides the Snappy compression format via the rust-snappy crate, but more will be provided in the future.","breadcrumbs":"Proxy » Filters » Compress » Snappy","id":"69","title":"Snappy"},"7":{"body":"Source / Method us-docker.pkg.dev/quilkin/release/quilkin:0.7.0-dev-de49889 Notes Pre-built Quilkin binary with no preset arguments","breadcrumbs":"Installation » OCI Image","id":"7","title":"OCI Image"},"70":{"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":"70","title":"Metrics"},"71":{"body":"The ConcatenateBytes 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 Bytes » ConcatenateBytes","id":"71","title":"ConcatenateBytes"},"72":{"body":"quilkin.filters.concatenate_bytes.v1alpha1.ConcatenateBytes","breadcrumbs":"Proxy » Filters » Concatenate Bytes » Filter name","id":"72","title":"Filter name"},"73":{"body":"# let yaml = \"\nversion: v1alpha1\nfilters: - name: quilkin.filters.concatenate_bytes.v1alpha1.ConcatenateBytes config: on_read: APPEND on_write: DO_NOTHING bytes: MXg3aWp5Ng==\nclusters: default: localities: - 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 Bytes » Configuration Examples","id":"73","title":"Configuration Examples"},"74":{"body":"$schema: http://json-schema.org/draft-07/schema#\ntitle: Config\ndescription: Config represents a `ConcatenateBytes` 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 Bytes » Configuration Options ( Rust Doc )","id":"74","title":"Configuration Options ( Rust Doc )"},"75":{"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":"75","title":"Debug"},"76":{"body":"quilkin.filters.debug_filter.v1alpha1.Debug","breadcrumbs":"Proxy » Filters » Debug » Filter name","id":"76","title":"Filter name"},"77":{"body":"# let yaml = \"\nversion: v1alpha1\nfilters: - name: quilkin.filters.debug.v1alpha1.Debug config: id: debug-1\nclusters: default: localities: - 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":"77","title":"Configuration Examples"},"78":{"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":"78","title":"Configuration Options ( Rust Doc )"},"79":{"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":"79","title":"Drop"},"8":{"body":"Source / Method cargo install quilkin Notes Compiled from source using cargo","breadcrumbs":"Installation » Cargo","id":"8","title":"Cargo"},"80":{"body":"quilkin.filters.drop.v1alpha1.Drop","breadcrumbs":"Proxy » Filters » Drop » Filter name","id":"80","title":"Filter name"},"81":{"body":"# let yaml = \"\nversion: v1alpha1\nclusters: default: localities: - 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":"81","title":"Configuration Examples"},"82":{"body":"No defined configuration options.","breadcrumbs":"Proxy » Filters » Drop » Configuration","id":"82","title":"Configuration"},"83":{"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":"83","title":"Firewall"},"84":{"body":"quilkin.filters.firewall.v1alpha1.Firewall","breadcrumbs":"Proxy » Filters » Firewall » Filter name","id":"84","title":"Filter name"},"85":{"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: default: localities: - 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":"85","title":"Configuration Examples"},"86":{"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":"86","title":"Configuration Options ( Rust Doc )"},"87":{"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":"87","title":"Rule Evaluation"},"88":{"body":"The LoadBalancer filter distributes packets received downstream among all upstream endpoints.","breadcrumbs":"Proxy » Filters » Load Balancer » LoadBalancer","id":"88","title":"LoadBalancer"},"89":{"body":"quilkin.filters.load_balancer.v1alpha1.LoadBalancer","breadcrumbs":"Proxy » Filters » Load Balancer » Filter name","id":"89","title":"Filter name"},"9":{"body":"Source / Method GitHub Releases Notes Pre-built binaries for manual installation","breadcrumbs":"Installation » GitHub","id":"9","title":"GitHub"},"90":{"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: default: localities: - 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":"90","title":"Configuration Examples"},"91":{"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":"91","title":"Configuration Options ( Rust Doc )"},"92":{"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":"92","title":"LocalRateLimit"},"93":{"body":"quilkin.filters.local_rate_limit.v1alpha1.LocalRateLimit","breadcrumbs":"Proxy » Filters » Local Rate Limit » Filter name","id":"93","title":"Filter name"},"94":{"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: default: localities: - 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":"94","title":"Configuration Examples"},"95":{"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":"95","title":"Configuration Options ( Rust Doc )"},"96":{"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":"96","title":"Match"},"97":{"body":"quilkin.filters.match.v1alpha1.Match","breadcrumbs":"Proxy » Filters » Match » Filter name","id":"97","title":"Filter name"},"98":{"body":"# let yaml = \"\nversion: v1alpha1\nclusters: default: localities: - 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":"98","title":"Configuration Examples"},"99":{"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: name: quilkin.filters.drop.v1alpha1.Drop label: null config: null 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":"99","title":"Configuration Options ( Rust Doc )"}},"length":164,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{".":{"0":{"df":5,"docs":{"63":{"tf":1.4142135623730951},"74":{"tf":1.0},"86":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}},"2":{".":{"0":{"df":1,"docs":{"120":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{".":{"0":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"df":1,"docs":{"123":{"tf":1.7320508075688772}}},"8":{"df":1,"docs":{"122":{"tf":1.0}}},"df":0,"docs":{}},"1":{"df":1,"docs":{"18":{"tf":2.0}}},"7":{"/":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":10,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"2":{"2":{":":{"1":{"0":{":":{"4":{"7":{".":{"2":{"5":{"7":{"6":{"3":{"5":{"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":{"37":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"3":{"2":{"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":{"37":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"1":{"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":{"37":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":5,"docs":{"126":{"tf":1.0},"137":{"tf":1.0},"18":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":2.0}},"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":{"122":{"tf":1.0},"123":{"tf":1.0}}},"2":{"4":{".":{"0":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"/":{"1":{"df":2,"docs":{"33":{"tf":1.0},"34":{"tf":2.0}}},"df":0,"docs":{}},"0":{".":{"1":{"0":{"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":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"df":2,"docs":{"85":{"tf":1.0},"94":{"tf":1.7320508075688772}}},"4":{"df":1,"docs":{"94":{"tf":1.0}}},"df":0,"docs":{}},"df":3,"docs":{"37":{"tf":2.0},"51":{"tf":1.4142135623730951},"85":{"tf":1.0}}},"2":{"3":{".":{"0":{".":{"0":{".":{"1":{":":{"2":{"9":{"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{".":{"0":{".":{"0":{".":{"1":{":":{"2":{"6":{"0":{"0":{"0":{"df":8,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"81":{"tf":1.0},"98":{"tf":1.0}}},"1":{"df":6,"docs":{"103":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"46":{"tf":1.0},"81":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"3":{"2":{"1":{"df":2,"docs":{"120":{"tf":1.0},"123":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"0":{"0":{"0":{"df":1,"docs":{"37":{"tf":1.0}}},"1":{"df":8,"docs":{"51":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"0":{"0":{"df":1,"docs":{"125":{"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":{"146":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"9":{"9":{"9":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"120":{"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":{"147":{"tf":1.0}}},"8":{"0":{"0":{"0":{"df":1,"docs":{"144":{"tf":1.0}}},"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"2":{".":{"1":{"6":{"8":{".":{"1":{".":{"1":{":":{"7":{"0":{"0":{"1":{"df":1,"docs":{"48":{"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":{"85":{"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":{}}},"df":19,"docs":{"112":{"tf":1.0},"120":{"tf":1.0},"123":{"tf":1.0},"126":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.4142135623730951},"144":{"tf":1.0},"147":{"tf":1.0},"17":{"tf":1.0},"22":{"tf":1.0},"32":{"tf":1.0},"51":{"tf":1.4142135623730951},"62":{"tf":1.0},"66":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.4142135623730951},"85":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.7320508075688772}},"m":{"2":{"3":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"x":{"7":{"df":0,"docs":{},"i":{"df":0,"docs":{},"j":{"df":0,"docs":{},"y":{"6":{"df":3,"docs":{"141":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"2":{"0":{"0":{"df":2,"docs":{"153":{"tf":1.0},"154":{"tf":1.4142135623730951}}},"2":{"2":{"df":1,"docs":{"36":{"tf":1.0}}},"3":{"df":1,"docs":{"163":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"df":0,"docs":{},"m":{"df":1,"docs":{"36":{"tf":1.7320508075688772}}}},"df":8,"docs":{"103":{"tf":1.0},"116":{"tf":1.0},"18":{"tf":1.0},"23":{"tf":1.0},"33":{"tf":1.0},"51":{"tf":1.0},"81":{"tf":1.0},"98":{"tf":1.0}}},"3":{"0":{"df":2,"docs":{"145":{"tf":1.0},"39":{"tf":1.0}}},"4":{".":{"1":{"6":{"8":{".":{"1":{"7":{"0":{".":{"5":{"1":{"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":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":10,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"116":{"tf":1.0},"142":{"tf":1.0},"19":{"tf":1.0},"24":{"tf":1.0},"34":{"tf":1.0},"62":{"tf":1.0},"81":{"tf":1.0},"98":{"tf":1.0}},"h":{"2":{"2":{"df":0,"docs":{},"m":{"df":1,"docs":{"37":{"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":{"120":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"120":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"6":{"df":2,"docs":{"36":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":5,"docs":{"23":{"tf":1.0},"27":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0},"94":{"tf":1.0}}},"5":{"1":{"2":{"df":1,"docs":{"50":{"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":{},"j":{"7":{"df":0,"docs":{},"q":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":2,"docs":{"25":{"tf":1.0},"36":{"tf":1.0}},"m":{"7":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}}},"6":{"0":{"df":1,"docs":{"44":{"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":1,"docs":{"34":{"tf":1.7320508075688772}}}},"7":{"0":{"0":{"0":{":":{"3":{"0":{"1":{"7":{"4":{"/":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"p":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"19":{"tf":1.0},"48":{"tf":1.0},"85":{"tf":1.4142135623730951}}},"1":{"df":1,"docs":{"123":{"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":{}},"df":0,"docs":{}},"5":{"3":{"3":{"df":1,"docs":{"22":{"tf":1.0}}},"4":{"df":1,"docs":{"26":{"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":2,"docs":{"124":{"tf":1.0},"39":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":1,"docs":{"33":{"tf":1.0}}},"7":{"7":{"7":{"df":3,"docs":{"120":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"0":{"0":{"df":2,"docs":{"132":{"tf":1.4142135623730951},"145":{"tf":1.4142135623730951}}},"1":{"df":1,"docs":{"146":{"tf":1.0}}},"2":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}},"9":{"6":{"5":{"c":{"4":{"4":{"6":{"d":{"df":2,"docs":{"34":{"tf":2.0},"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"0":{"0":{"df":2,"docs":{"145":{"tf":1.4142135623730951},"146":{"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":{}},"df":1,"docs":{"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":{}},"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":{"149":{"tf":1.0},"151":{"tf":1.0},"34":{"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}}}}}},"df":1,"docs":{"75":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"j":{"3":{"df":0,"docs":{},"v":{"2":{"df":0,"docs":{},"i":{"df":3,"docs":{"141":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"9":{"0":{"9":{"1":{"df":1,"docs":{"24":{"tf":1.0}}},"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}}}}},"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":{"120":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"a":{"b":{"c":{"df":3,"docs":{"103":{"tf":1.0},"81":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"158":{"tf":1.0},"3":{"tf":1.0},"50":{"tf":1.0}}}},"o":{"df":0,"docs":{},"v":{"df":9,"docs":{"1":{"tf":1.0},"159":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"51":{"tf":1.0},"66":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":6,"docs":{"105":{"tf":1.0},"118":{"tf":1.0},"126":{"tf":1.0},"145":{"tf":1.0},"4":{"tf":1.4142135623730951},"54":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":12,"docs":{"1":{"tf":1.0},"116":{"tf":1.0},"141":{"tf":1.4142135623730951},"151":{"tf":1.0},"160":{"tf":1.0},"163":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.4142135623730951},"43":{"tf":1.0},"86":{"tf":1.0},"87":{"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":{"131":{"tf":1.0}}}}}}},"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":1,"docs":{"163":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"39":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"67":{"tf":1.0},"85":{"tf":1.4142135623730951},"86":{"tf":2.0},"87":{"tf":2.0}}}},"v":{"df":4,"docs":{"129":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"145":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"118":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"d":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"d":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}}},"df":10,"docs":{"116":{"tf":1.0},"120":{"tf":1.7320508075688772},"122":{"tf":1.0},"123":{"tf":2.0},"145":{"tf":1.0},"146":{"tf":1.0},"36":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"71":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"124":{"tf":1.0},"133":{"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":2,"docs":{"48":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}}}}}}}}},"df":1,"docs":{"146":{"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":2,"docs":{"23":{"tf":1.0},"37":{"tf":1.0}}}}}},"df":38,"docs":{"103":{"tf":1.4142135623730951},"107":{"tf":1.0},"112":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"120":{"tf":1.0},"123":{"tf":1.0},"128":{"tf":1.7320508075688772},"134":{"tf":2.23606797749979},"140":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":2.6457513110645907},"151":{"tf":1.0},"160":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"43":{"tf":1.0},"46":{"tf":1.7320508075688772},"48":{"tf":2.23606797749979},"51":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.4142135623730951},"85":{"tf":1.0},"86":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0},"98":{"tf":1.4142135623730951}}}}}}},"df":7,"docs":{"124":{"tf":1.0},"131":{"tf":1.0},"133":{"tf":1.0},"141":{"tf":1.4142135623730951},"145":{"tf":1.4142135623730951},"146":{"tf":1.0},"147":{"tf":1.0}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"117":{"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":8,"docs":{"146":{"tf":2.23606797749979},"151":{"tf":1.0},"152":{"tf":1.0},"18":{"tf":1.0},"24":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":2.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":4,"docs":{"124":{"tf":1.0},"149":{"tf":1.4142135623730951},"151":{"tf":1.4142135623730951},"161":{"tf":1.0}}}}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"150":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"158":{"tf":1.0},"159":{"tf":1.0},"2":{"tf":1.0},"32":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"163":{"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":{"150":{"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":1,"docs":{"34":{"tf":1.0}}}}}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"19":{"tf":1.0},"36":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"112":{"tf":1.0},"116":{"tf":1.0},"143":{"tf":1.0},"23":{"tf":1.0},"86":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}}}},"df":7,"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}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":2,"docs":{"133":{"tf":1.0},"145":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"n":{"df":24,"docs":{"132":{"tf":1.4142135623730951},"139":{"tf":2.23606797749979},"140":{"tf":1.7320508075688772},"142":{"tf":1.4142135623730951},"143":{"tf":1.7320508075688772},"145":{"tf":1.4142135623730951},"154":{"tf":1.0},"163":{"tf":1.7320508075688772},"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"22":{"tf":2.23606797749979},"23":{"tf":1.0},"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}},"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":1,"docs":{"36":{"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":1,"docs":{"36":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"d":{"df":0,"docs":{},"k":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}},"v":{"1":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},":":{"8":{"0":{"\"":{"df":0,"docs":{},"}":{"]":{",":{"\"":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"\"":{":":{"7":{"0":{"0":{"0":{",":{"\"":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"\"":{":":{"\"":{"df":0,"docs":{},"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":{},"x":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"_":{"d":{"b":{"\"":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"34":{"tf":1.0},"36":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"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},"69":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":7,"docs":{"132":{"tf":1.0},"140":{"tf":1.0},"145":{"tf":1.0},"23":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":3.1622776601683795},"37":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":8,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"63":{"tf":1.4142135623730951},"67":{"tf":1.0},"74":{"tf":1.4142135623730951},"86":{"tf":1.0},"91":{"tf":1.0},"99":{"tf":1.7320508075688772}}},"w":{"df":11,"docs":{"117":{"tf":1.0},"14":{"tf":1.0},"2":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.7320508075688772},"87":{"tf":2.23606797749979},"94":{"tf":2.0},"95":{"tf":1.0}},"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":{"54":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"126":{"tf":1.0},"52":{"tf":1.0}},"s":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"158":{"tf":1.0},"43":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"h":{"a":{"df":2,"docs":{"11":{"tf":1.0},"147":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"123":{"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":{"50":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":6,"docs":{"101":{"tf":1.0},"11":{"tf":1.0},"145":{"tf":1.0},"160":{"tf":1.4142135623730951},"79":{"tf":1.0},"94":{"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":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"163":{"tf":1.0}}}}}}},"n":{"d":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"128":{"tf":1.0},"47":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"141":{"tf":1.4142135623730951},"36":{"tf":2.449489742783178}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"125":{"tf":1.0},"160":{"tf":1.0},"19":{"tf":1.0},"34":{"tf":1.0},"52":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"99":{"tf":1.7320508075688772}}},"n":{"df":1,"docs":{"163":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":14,"docs":{"117":{"tf":1.0},"12":{"tf":1.0},"124":{"tf":2.0},"133":{"tf":2.0},"134":{"tf":1.7320508075688772},"151":{"tf":1.0},"161":{"tf":1.0},"163":{"tf":1.4142135623730951},"27":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"142":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"117":{"tf":1.0},"37":{"tf":1.7320508075688772},"50":{"tf":2.6457513110645907},"52":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"115":{"tf":1.0},"36":{"tf":1.0}}},"df":9,"docs":{"137":{"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},"63":{"tf":1.0},"95":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"145":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":6,"docs":{"116":{"tf":1.0},"143":{"tf":1.0},"158":{"tf":1.0},"33":{"tf":1.4142135623730951},"36":{"tf":1.0},"71":{"tf":1.0}}}}}}}}},"r":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"40":{"tf":1.0},"42":{"tf":1.4142135623730951},"48":{"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":{"132":{"tf":1.0},"157":{"tf":1.4142135623730951},"2":{"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":4,"docs":{"128":{"tf":1.0},"154":{"tf":1.0},"21":{"tf":1.0},"31":{"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":6,"docs":{"140":{"tf":1.0},"142":{"tf":1.0},"145":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"130":{"tf":1.0},"137":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"y":{"df":6,"docs":{"110":{"tf":1.0},"46":{"tf":1.4142135623730951},"48":{"tf":2.0},"74":{"tf":1.0},"86":{"tf":2.0},"99":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"df":0,"docs":{},"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":{"161":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"n":{"df":3,"docs":{"128":{"tf":2.0},"129":{"tf":2.449489742783178},"130":{"tf":1.4142135623730951}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"151":{"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":{"103":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"144":{"tf":1.0},"51":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0},"98":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":8,"docs":{"129":{"tf":1.4142135623730951},"141":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"46":{"tf":1.4142135623730951},"48":{"tf":1.0},"52":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"116":{"tf":1.0},"151":{"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":{"118":{"tf":1.0},"122":{"tf":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":{"118":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"90":{"tf":1.0},"94":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"137":{"tf":1.7320508075688772}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"66":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"71":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":8,"docs":{"112":{"tf":1.0},"116":{"tf":2.8284271247461903},"143":{"tf":1.0},"160":{"tf":1.0},"163":{"tf":1.0},"36":{"tf":1.4142135623730951},"54":{"tf":1.0},"56":{"tf":1.0}}}}}},"o":{"df":1,"docs":{"4":{"tf":1.4142135623730951}},"m":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"148":{"tf":1.0},"44":{"tf":1.4142135623730951}}}},"df":2,"docs":{"132":{"tf":1.0},"5":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":5,"docs":{"129":{"tf":1.0},"155":{"tf":1.4142135623730951},"157":{"tf":1.0},"161":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"160":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":7,"docs":{"138":{"tf":1.0},"160":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"34":{"tf":1.0},"48":{"tf":1.0},"66":{"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":{"137":{"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":{"134":{"tf":2.0},"160":{"tf":1.4142135623730951},"90":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"6":{"4":{"df":4,"docs":{"141":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.4142135623730951},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":12,"docs":{"11":{"tf":1.0},"124":{"tf":1.0},"129":{"tf":1.0},"134":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.4142135623730951},"91":{"tf":1.0},"96":{"tf":1.0}}},"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":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"50":{"tf":1.0}}}}},"df":6,"docs":{"13":{"tf":1.0},"131":{"tf":1.7320508075688772},"134":{"tf":1.0},"158":{"tf":1.0},"52":{"tf":1.0},"66":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":8,"docs":{"129":{"tf":1.0},"130":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"66":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"63":{"tf":1.0},"71":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"96":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"54":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"1":{"tf":1.0},"138":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"116":{"tf":1.0},"157":{"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":1,"docs":{"1":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":11,"docs":{"105":{"tf":1.0},"129":{"tf":1.0},"133":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"26":{"tf":1.0},"32":{"tf":1.0},"44":{"tf":1.7320508075688772},"49":{"tf":1.0},"54":{"tf":1.0},"64":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":11,"docs":{"12":{"tf":1.0},"123":{"tf":1.0},"13":{"tf":1.0},"159":{"tf":1.0},"16":{"tf":1.0},"160":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"37":{"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":{"119":{"tf":1.0},"123":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"d":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"83":{"tf":1.0},"86":{"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":{"112":{"tf":1.0},"116":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"137":{"tf":1.0},"63":{"tf":1.4142135623730951},"99":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"df":1,"docs":{"23":{"tf":1.0}},"h":{"df":5,"docs":{"11":{"tf":1.0},"118":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"36":{"tf":1.0},"52":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"151":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"df":5,"docs":{"123":{"tf":1.0},"158":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"54":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"81":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":2.23606797749979}}}},"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":{},"g":{"df":1,"docs":{"145":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"l":{"d":{"df":7,"docs":{"1":{"tf":1.0},"12":{"tf":1.0},"123":{"tf":1.7320508075688772},"131":{"tf":1.0},"14":{"tf":1.0},"41":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":11,"docs":{"134":{"tf":1.0},"139":{"tf":1.0},"146":{"tf":1.0},"163":{"tf":1.0},"43":{"tf":1.4142135623730951},"47":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.0},"7":{"tf":1.0},"9":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":20,"docs":{"110":{"tf":1.0},"123":{"tf":1.0},"129":{"tf":1.0},"147":{"tf":1.7320508075688772},"46":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":2.8284271247461903},"70":{"tf":1.4142135623730951},"71":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.4142135623730951},"75":{"tf":1.0}}}}}},"c":{"/":{"c":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"138":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"154":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"50":{"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":{"43":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"157":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":12,"docs":{"105":{"tf":1.0},"116":{"tf":1.4142135623730951},"157":{"tf":1.0},"33":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"56":{"tf":1.7320508075688772},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.4142135623730951},"63":{"tf":2.6457513110645907}},"e":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":3,"docs":{"112":{"tf":1.0},"116":{"tf":1.0},"52":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"27":{"tf":1.0},"37":{"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":3,"docs":{"120":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.4142135623730951}}}}}}},"df":5,"docs":{"120":{"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":{"126":{"tf":1.0},"144":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.4142135623730951},"94":{"tf":1.0}}}},"t":{"df":1,"docs":{"17":{"tf":1.4142135623730951}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"145":{"tf":1.0}}}}},"d":{"df":1,"docs":{"134":{"tf":1.0}}},"df":6,"docs":{"12":{"tf":2.23606797749979},"14":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.4142135623730951},"4":{"tf":1.0},"45":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":8,"docs":{"118":{"tf":1.0},"134":{"tf":2.23606797749979},"44":{"tf":2.0},"48":{"tf":1.0},"50":{"tf":2.8284271247461903},"51":{"tf":2.0},"52":{"tf":1.7320508075688772},"56":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":22,"docs":{"11":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"132":{"tf":1.4142135623730951},"139":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.4142135623730951},"150":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"96":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":8,"docs":{"146":{"tf":1.4142135623730951},"153":{"tf":1.0},"154":{"tf":1.0},"24":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"2":{"tf":1.0},"23":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"91":{"tf":1.0}}}}}}},"i":{"d":{"df":0,"docs":{},"r":{"df":2,"docs":{"128":{"tf":1.0},"86":{"tf":2.0}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"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}}}}},"r":{"df":1,"docs":{"138":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":1,"docs":{"151":{"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":1,"docs":{"3":{"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":{"126":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":26,"docs":{"1":{"tf":1.4142135623730951},"116":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":2.0},"123":{"tf":1.0},"124":{"tf":1.0},"126":{"tf":1.7320508075688772},"13":{"tf":1.0},"130":{"tf":1.4142135623730951},"146":{"tf":1.0},"148":{"tf":1.0},"158":{"tf":2.0},"159":{"tf":3.7416573867739413},"160":{"tf":3.872983346207417},"163":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":2.8284271247461903},"31":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":3.0},"44":{"tf":2.449489742783178},"64":{"tf":1.0},"66":{"tf":1.7320508075688772}}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"11":{"tf":1.0}}}},"u":{"d":{"df":2,"docs":{"163":{"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":37,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"120":{"tf":1.0},"129":{"tf":1.4142135623730951},"132":{"tf":2.23606797749979},"134":{"tf":2.23606797749979},"138":{"tf":1.0},"139":{"tf":1.4142135623730951},"140":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"145":{"tf":1.7320508075688772},"146":{"tf":1.4142135623730951},"156":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"46":{"tf":1.7320508075688772},"48":{"tf":2.0},"51":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0},"98":{"tf":1.0}},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}}}},"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":8,"docs":{"117":{"tf":1.0},"12":{"tf":1.4142135623730951},"121":{"tf":1.0},"123":{"tf":2.0},"128":{"tf":1.0},"163":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"146":{"tf":1.0}}}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":12,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"116":{"tf":1.0},"134":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.0},"163":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0},"79":{"tf":1.0},"86":{"tf":1.0},"92":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":6,"docs":{"123":{"tf":1.0},"133":{"tf":1.0},"158":{"tf":1.0},"34":{"tf":1.4142135623730951},"41":{"tf":1.0},"49":{"tf":1.0}}},"m":{"a":{"df":1,"docs":{"141":{"tf":1.0}},"n":{"d":{"df":10,"docs":{"125":{"tf":1.0},"132":{"tf":1.4142135623730951},"135":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"24":{"tf":1.0},"4":{"tf":2.0},"45":{"tf":1.4142135623730951},"46":{"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}}}}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"131":{"tf":1.0},"132":{"tf":1.0},"56":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"153":{"tf":1.0},"154":{"tf":1.0},"71":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":9,"docs":{"123":{"tf":1.0},"133":{"tf":1.0},"14":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.4142135623730951},"160":{"tf":1.0},"163":{"tf":1.0},"2":{"tf":1.0},"44":{"tf":1.4142135623730951}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"110":{"tf":1.4142135623730951},"99":{"tf":1.7320508075688772}}},"t":{"df":2,"docs":{"133":{"tf":1.0},"69":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"123":{"tf":1.0},"13":{"tf":1.0},"8":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.4142135623730951}}},"x":{"df":5,"docs":{"132":{"tf":1.0},"157":{"tf":1.0},"160":{"tf":1.0},"163":{"tf":1.0},"45":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"163":{"tf":1.0},"36":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"150":{"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":{".":{"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":14,"docs":{"117":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"26":{"tf":2.23606797749979},"27":{"tf":2.0},"50":{"tf":2.0},"54":{"tf":1.4142135623730951},"64":{"tf":2.0},"66":{"tf":2.0},"67":{"tf":1.7320508075688772},"68":{"tf":1.0},"69":{"tf":2.0},"70":{"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":{"69":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"117":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"133":{"tf":1.0},"51":{"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":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":6,"docs":{"116":{"tf":1.0},"37":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"71":{"tf":1.4142135623730951},"74":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"160":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"101":{"tf":1.0},"79":{"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":{"120":{"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":{"120":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"123":{"tf":1.0}}}}}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"144":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":36,"docs":{"103":{"tf":1.7320508075688772},"107":{"tf":1.7320508075688772},"108":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"116":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"122":{"tf":2.0},"123":{"tf":2.23606797749979},"142":{"tf":1.7320508075688772},"143":{"tf":1.0},"144":{"tf":1.4142135623730951},"156":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.7320508075688772},"45":{"tf":1.0},"51":{"tf":2.23606797749979},"55":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"78":{"tf":1.0},"81":{"tf":1.7320508075688772},"85":{"tf":1.4142135623730951},"86":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"98":{"tf":1.7320508075688772},"99":{"tf":2.0}},"m":{"a":{"df":0,"docs":{},"p":{"df":8,"docs":{"132":{"tf":1.0},"142":{"tf":2.0},"145":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"df":71,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"107":{"tf":1.0},"108":{"tf":1.4142135623730951},"11":{"tf":1.7320508075688772},"112":{"tf":1.0},"113":{"tf":1.0},"116":{"tf":1.4142135623730951},"119":{"tf":1.7320508075688772},"120":{"tf":1.4142135623730951},"121":{"tf":2.0},"122":{"tf":1.4142135623730951},"123":{"tf":3.0},"126":{"tf":1.0},"129":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":2.23606797749979},"133":{"tf":2.449489742783178},"134":{"tf":2.8284271247461903},"137":{"tf":2.6457513110645907},"138":{"tf":2.23606797749979},"140":{"tf":1.4142135623730951},"142":{"tf":2.0},"144":{"tf":2.0},"145":{"tf":1.4142135623730951},"146":{"tf":2.449489742783178},"151":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.0},"18":{"tf":1.7320508075688772},"22":{"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},"42":{"tf":1.0},"43":{"tf":1.7320508075688772},"45":{"tf":2.8284271247461903},"46":{"tf":2.6457513110645907},"47":{"tf":1.4142135623730951},"48":{"tf":2.449489742783178},"51":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.7320508075688772},"67":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.4142135623730951},"77":{"tf":1.0},"78":{"tf":1.4142135623730951},"81":{"tf":1.0},"82":{"tf":1.4142135623730951},"85":{"tf":1.0},"86":{"tf":1.7320508075688772},"87":{"tf":1.4142135623730951},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"94":{"tf":2.23606797749979},"95":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":2.449489742783178}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"158":{"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":25,"docs":{"129":{"tf":2.6457513110645907},"130":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"137":{"tf":1.7320508075688772},"138":{"tf":1.7320508075688772},"139":{"tf":1.0},"140":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.7320508075688772},"146":{"tf":1.0},"158":{"tf":1.4142135623730951},"159":{"tf":1.0},"160":{"tf":2.0},"19":{"tf":1.0},"2":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":2.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"37":{"tf":2.0},"46":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"52":{"tf":1.0}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"150":{"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":{"119":{"tf":1.0},"123":{"tf":1.0}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"134":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"118":{"tf":1.0},"42":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"121":{"tf":1.0},"126":{"tf":1.4142135623730951},"146":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.4142135623730951},"5":{"tf":1.0},"75":{"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":{}},"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":4,"docs":{"126":{"tf":1.0},"142":{"tf":1.4142135623730951},"36":{"tf":1.0},"52":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"118":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0},"63":{"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":15,"docs":{"1":{"tf":1.0},"116":{"tf":1.0},"124":{"tf":1.0},"129":{"tf":1.0},"132":{"tf":1.4142135623730951},"145":{"tf":2.23606797749979},"146":{"tf":3.3166247903554},"160":{"tf":1.7320508075688772},"3":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"34":{"tf":1.0},"47":{"tf":1.0},"87":{"tf":1.0},"92":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"117":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"75":{"tf":1.0}}},"t":{"df":1,"docs":{"123":{"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":{"123":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"160":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"i":{"df":4,"docs":{"148":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"50":{"tf":1.0},"53":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"114":{"tf":1.0},"37":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"160":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"138":{"tf":1.0}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"128":{"tf":1.0},"134":{"tf":1.4142135623730951},"138":{"tf":2.0},"141":{"tf":1.0},"50":{"tf":1.0},"51":{"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":7,"docs":{"100":{"tf":1.4142135623730951},"114":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"137":{"tf":2.0},"138":{"tf":2.0}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"128":{"tf":1.0}}},"y":{"_":{"c":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"128":{"tf":1.0},"130":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"p":{"d":{"df":1,"docs":{"145":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":1,"docs":{"2":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":5,"docs":{"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.7320508075688772},"69":{"tf":1.0}}}}},"d":{"df":2,"docs":{"132":{"tf":1.0},"145":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":17,"docs":{"117":{"tf":1.0},"12":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"130":{"tf":1.0},"146":{"tf":1.0},"17":{"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},"44":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"55":{"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":{"119":{"tf":1.0},"123":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"50":{"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":2,"docs":{"116":{"tf":1.0},"36":{"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":{"122":{"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":{"(":{"b":{"\"":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"d":{"b":{"df":0,"docs":{},"y":{"df":1,"docs":{"118":{"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":{"118":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"118":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":4,"docs":{"146":{"tf":1.7320508075688772},"34":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"37":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":20,"docs":{"11":{"tf":1.0},"119":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"129":{"tf":1.4142135623730951},"130":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.4142135623730951},"139":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"69":{"tf":1.0},"94":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":4,"docs":{"117":{"tf":1.4142135623730951},"120":{"tf":1.0},"133":{"tf":1.0},"163":{"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":{"128":{"tf":1.4142135623730951},"130":{"tf":1.0},"39":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{}},"df":16,"docs":{"1":{"tf":1.0},"105":{"tf":1.0},"114":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"129":{"tf":2.449489742783178},"142":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"154":{"tf":1.4142135623730951},"160":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"3":{"tf":1.0},"52":{"tf":1.4142135623730951},"54":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"146":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"4":{"9":{"8":{"8":{"9":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":7,"docs":{"122":{"tf":1.0},"150":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"54":{"tf":1.0},"75":{"tf":1.7320508075688772},"77":{"tf":1.0},"78":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"14":{"tf":1.0},"146":{"tf":1.0},"87":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"14":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"110":{"tf":1.0}}}},"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":6,"docs":{"26":{"tf":1.0},"54":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"70":{"tf":1.0}}}}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":10,"docs":{"0":{"tf":1.0},"1":{"tf":1.7320508075688772},"157":{"tf":1.0},"158":{"tf":2.23606797749979},"159":{"tf":1.4142135623730951},"160":{"tf":2.8284271247461903},"163":{"tf":1.0},"22":{"tf":1.4142135623730951},"37":{"tf":1.0},"66":{"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":{"41":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":45,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"128":{"tf":1.0},"132":{"tf":1.0},"140":{"tf":1.4142135623730951},"142":{"tf":1.4142135623730951},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.7320508075688772},"146":{"tf":1.7320508075688772},"150":{"tf":1.0},"151":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"36":{"tf":2.0},"39":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.7320508075688772},"51":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.4142135623730951},"77":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"104":{"tf":1.0},"119":{"tf":1.0},"122":{"tf":1.0},"82":{"tf":1.0},"99":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":9,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"130":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"74":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0},"99":{"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":{"67":{"tf":1.4142135623730951},"86":{"tf":1.0}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"99":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"86":{"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":{"99":{"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":{"99":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":4,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"63":{"tf":1.0},"99":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"67":{"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":{"91":{"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":{"86":{"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":{"86":{"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":{"86":{"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":{"63":{"tf":1.0},"74":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"99":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"25":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"44":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"146":{"tf":1.0}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"27":{"tf":1.0},"36":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"i":{"df":3,"docs":{"85":{"tf":1.0},"86":{"tf":1.4142135623730951},"87":{"tf":2.449489742783178}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":8,"docs":{"11":{"tf":1.0},"120":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.7320508075688772},"154":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"83":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":8,"docs":{"1":{"tf":1.0},"143":{"tf":1.4142135623730951},"33":{"tf":2.0},"34":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"49":{"tf":1.0},"5":{"tf":1.0},"75":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"133":{"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":1,"docs":{"34":{"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":{"122":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":4,"docs":{"121":{"tf":1.4142135623730951},"133":{"tf":1.0},"36":{"tf":1.4142135623730951},"51":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":16,"docs":{"108":{"tf":1.7320508075688772},"113":{"tf":1.4142135623730951},"128":{"tf":1.0},"131":{"tf":1.4142135623730951},"48":{"tf":3.872983346207417},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"63":{"tf":3.4641016151377544},"67":{"tf":1.4142135623730951},"74":{"tf":1.7320508075688772},"78":{"tf":1.4142135623730951},"86":{"tf":2.8284271247461903},"91":{"tf":2.23606797749979},"95":{"tf":1.7320508075688772},"99":{"tf":3.3166247903554}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"122":{"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":{"41":{"tf":1.0},"52":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"44":{"tf":1.0},"49":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"112":{"tf":1.0},"99":{"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":{"42":{"tf":1.0},"44":{"tf":1.0},"51":{"tf":1.0}}}}}}}},"v":{"df":1,"docs":{"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},"145":{"tf":1.0},"163":{"tf":1.4142135623730951},"2":{"tf":1.0}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"161":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"154":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":2,"docs":{"14":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"114":{"tf":1.0},"131":{"tf":1.0},"145":{"tf":1.0},"151":{"tf":1.0},"157":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"109":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"131":{"tf":2.0},"137":{"tf":1.0},"41":{"tf":1.0},"50":{"tf":1.0},"99":{"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":{"99":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"i":{"df":6,"docs":{"13":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.4142135623730951},"27":{"tf":1.0},"37":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"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":{"138":{"tf":1.0}}}},"df":0,"docs":{}}}},"v":{"df":6,"docs":{"132":{"tf":1.7320508075688772},"133":{"tf":1.0},"134":{"tf":1.4142135623730951},"138":{"tf":1.0},"139":{"tf":1.0},"148":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":8,"docs":{"132":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"134":{"tf":2.23606797749979},"138":{"tf":2.0},"145":{"tf":1.7320508075688772},"146":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951}}},"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":{"137":{"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":{"144":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"125":{"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":{"54":{"tf":1.0},"6":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"41":{"tf":1.0}}}}},"o":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"67":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.7320508075688772}}}}}}},"c":{"df":11,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"126":{"tf":1.4142135623730951},"63":{"tf":1.0},"67":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0},"99":{"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":{".":{"7":{".":{"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":{}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":11,"docs":{"112":{"tf":1.0},"117":{"tf":1.0},"12":{"tf":1.0},"133":{"tf":1.0},"150":{"tf":1.0},"155":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.4142135623730951},"99":{"tf":1.0}}}}}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"134":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"'":{"df":0,"docs":{},"t":{"df":2,"docs":{"36":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"50":{"tf":1.0},"92":{"tf":1.0}}}},"w":{"df":0,"docs":{},"n":{"df":4,"docs":{"129":{"tf":1.0},"130":{"tf":1.0},"2":{"tf":1.0},"56":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"37":{"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":{"118":{"tf":1.4142135623730951},"129":{"tf":2.449489742783178},"44":{"tf":1.0},"50":{"tf":1.4142135623730951},"54":{"tf":1.0},"88":{"tf":1.0},"92":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"q":{"df":0,"docs":{},"v":{"df":0,"docs":{},"j":{"df":0,"docs":{},"g":{"\"":{",":{"\"":{"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":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"\"":{":":{"[":{"df":0,"docs":{},"{":{"\"":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"\"":{":":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"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":{"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":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":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":{"34":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":7,"docs":{"114":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"44":{"tf":1.0},"50":{"tf":3.0},"54":{"tf":1.4142135623730951},"79":{"tf":1.7320508075688772},"94":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"e":{"df":2,"docs":{"137":{"tf":1.0},"94":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"t":{"df":6,"docs":{"105":{"tf":1.0},"109":{"tf":1.0},"129":{"tf":1.0},"131":{"tf":1.4142135623730951},"54":{"tf":1.0},"95":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"123":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":16,"docs":{"100":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.7320508075688772},"116":{"tf":1.4142135623730951},"121":{"tf":1.0},"131":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":1.7320508075688772},"52":{"tf":2.6457513110645907},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"56":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":7,"docs":{"129":{"tf":1.0},"131":{"tf":1.0},"134":{"tf":1.4142135623730951},"137":{"tf":1.0},"42":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"52":{"tf":1.0}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":15,"docs":{"116":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"138":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":1.0},"71":{"tf":1.4142135623730951},"78":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"129":{"tf":1.0},"34":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"131":{"tf":1.0},"14":{"tf":1.0},"27":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":4,"docs":{"120":{"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":1,"docs":{"134":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"27":{"tf":1.4142135623730951},"37":{"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":{"51":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"m":{"b":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"160":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"d":{"df":4,"docs":{"141":{"tf":1.0},"36":{"tf":1.0},"46":{"tf":1.0},"75":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"129":{"tf":1.0},"138":{"tf":1.0}}}}}}},"d":{"df":6,"docs":{"36":{"tf":1.0},"51":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.4142135623730951},"71":{"tf":1.0},"86":{"tf":1.4142135623730951}},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"126":{"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}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"\"":{":":{"\"":{"[":{":":{":":{"]":{":":{"9":{"0":{"9":{"2":{"\"":{"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":1,"docs":{"37":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"'":{"df":4,"docs":{"110":{"tf":1.0},"114":{"tf":1.0},"134":{"tf":1.0},"43":{"tf":1.0}}},"df":49,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"110":{"tf":1.4142135623730951},"112":{"tf":1.0},"116":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"120":{"tf":1.0},"123":{"tf":1.0},"129":{"tf":2.23606797749979},"132":{"tf":2.23606797749979},"134":{"tf":2.6457513110645907},"138":{"tf":1.4142135623730951},"139":{"tf":1.0},"140":{"tf":1.4142135623730951},"141":{"tf":1.4142135623730951},"142":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.7320508075688772},"146":{"tf":2.23606797749979},"152":{"tf":1.4142135623730951},"153":{"tf":1.0},"154":{"tf":1.4142135623730951},"18":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.4142135623730951},"39":{"tf":1.0},"40":{"tf":1.7320508075688772},"41":{"tf":1.0},"42":{"tf":2.6457513110645907},"43":{"tf":2.6457513110645907},"44":{"tf":2.23606797749979},"46":{"tf":3.0},"47":{"tf":1.0},"48":{"tf":2.8284271247461903},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"62":{"tf":1.0},"66":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.7320508075688772},"91":{"tf":2.0},"94":{"tf":1.0},"98":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"94":{"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},"147":{"tf":1.4142135623730951},"148":{"tf":1.7320508075688772},"159":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"1":{"tf":1.0},"154":{"tf":1.0},"37":{"tf":1.0},"66":{"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":{"49":{"tf":1.0},"66":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"128":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"2":{"tf":1.0},"52":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":6,"docs":{"48":{"tf":1.0},"63":{"tf":1.7320508075688772},"67":{"tf":1.4142135623730951},"74":{"tf":1.0},"86":{"tf":1.4142135623730951},"91":{"tf":1.7320508075688772}}}},"v":{"df":4,"docs":{"132":{"tf":2.23606797749979},"145":{"tf":1.7320508075688772},"39":{"tf":2.449489742783178},"4":{"tf":2.0}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"150":{"tf":1.4142135623730951},"151":{"tf":1.0},"45":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"y":{"df":2,"docs":{"133":{"tf":1.0},"14":{"tf":1.7320508075688772}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"123":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":1.7320508075688772}},"v":{"df":1,"docs":{"123":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"123":{"tf":1.0},"129":{"tf":1.0},"138":{"tf":1.0},"48":{"tf":1.0},"75":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"44":{"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":{"45":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":1,"docs":{"158":{"tf":1.0}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"87":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"160":{"tf":1.0},"19":{"tf":1.0}},"t":{"df":2,"docs":{"129":{"tf":1.7320508075688772},"150":{"tf":1.0}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"94":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":39,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"11":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":2.0},"120":{"tf":1.4142135623730951},"123":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"146":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.0},"159":{"tf":1.0},"19":{"tf":1.0},"23":{"tf":1.0},"29":{"tf":1.4142135623730951},"32":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.7320508075688772},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"48":{"tf":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":1.7320508075688772},"52":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.4142135623730951},"73":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.4142135623730951},"94":{"tf":2.0},"98":{"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":{"107":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"94":{"tf":1.0}},"l":{"df":1,"docs":{"14":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"13":{"tf":1.0},"131":{"tf":2.0}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"144":{"tf":1.0},"50":{"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},"160":{"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":{"145":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}},"s":{"df":10,"docs":{"129":{"tf":1.0},"130":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"140":{"tf":1.4142135623730951},"145":{"tf":1.0},"146":{"tf":1.0},"151":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"60":{"tf":1.4142135623730951},"63":{"tf":1.0},"96":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"120":{"tf":1.0},"121":{"tf":1.0},"134":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"117":{"tf":1.0},"163":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"116":{"tf":1.0},"12":{"tf":1.4142135623730951},"33":{"tf":1.0},"37":{"tf":1.7320508075688772}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"43":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.0}}}},"df":1,"docs":{"163":{"tf":1.0}}},"df":0,"docs":{}}}}},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"75":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"48":{"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":5,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"81":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}}}}}}}},"s":{"df":8,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"43":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"81":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.4142135623730951}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"21":{"tf":1.0},"31":{"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":{"90":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"11":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}}}},"df":8,"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}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"120":{"tf":1.0},"124":{"tf":1.0},"158":{"tf":1.0},"3":{"tf":1.0},"43":{"tf":1.0}}}}}},"d":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":1,"docs":{"128":{"tf":1.0}},"l":{"df":1,"docs":{"19":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":3,"docs":{"123":{"tf":1.0},"50":{"tf":1.0},"94":{"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":6,"docs":{"128":{"tf":1.4142135623730951},"134":{"tf":1.7320508075688772},"23":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"43":{"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":14,"docs":{"123":{"tf":1.0},"132":{"tf":1.4142135623730951},"142":{"tf":1.0},"144":{"tf":2.6457513110645907},"145":{"tf":1.4142135623730951},"146":{"tf":1.7320508075688772},"148":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"45":{"tf":2.23606797749979},"46":{"tf":1.4142135623730951},"48":{"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":1,"docs":{"144":{"tf":1.4142135623730951}}}}}}}}},"l":{"df":1,"docs":{"27":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"'":{"df":11,"docs":{"110":{"tf":1.0},"113":{"tf":1.0},"131":{"tf":1.4142135623730951},"134":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"64":{"tf":1.0},"71":{"tf":1.0},"78":{"tf":1.0},"83":{"tf":1.0},"96":{"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":{"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":{}}},"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":{"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":{}},"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"134":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"134":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"156":{"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":{"51":{"tf":1.0},"55":{"tf":1.0}}}}}}}},"df":83,"docs":{"101":{"tf":1.4142135623730951},"102":{"tf":1.0},"103":{"tf":1.0},"105":{"tf":1.4142135623730951},"106":{"tf":1.0},"107":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.7320508075688772},"111":{"tf":1.0},"112":{"tf":1.7320508075688772},"114":{"tf":1.7320508075688772},"116":{"tf":2.449489742783178},"117":{"tf":2.449489742783178},"118":{"tf":2.0},"119":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"121":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.7320508075688772},"131":{"tf":3.1622776601683795},"132":{"tf":1.0},"134":{"tf":3.3166247903554},"142":{"tf":2.0},"144":{"tf":1.0},"145":{"tf":1.0},"150":{"tf":1.0},"158":{"tf":1.4142135623730951},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":2.23606797749979},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":2.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":2.23606797749979},"49":{"tf":1.4142135623730951},"50":{"tf":4.358898943540674},"51":{"tf":3.605551275463989},"52":{"tf":4.0},"53":{"tf":1.4142135623730951},"54":{"tf":2.23606797749979},"55":{"tf":2.6457513110645907},"56":{"tf":1.7320508075688772},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":2.0},"69":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.7320508075688772},"75":{"tf":1.4142135623730951},"76":{"tf":1.0},"77":{"tf":1.0},"79":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"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},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.4142135623730951},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":2.449489742783178}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"118":{"tf":1.4142135623730951},"122":{"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":{"120":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"n":{"d":{"df":2,"docs":{"144":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":5,"docs":{"158":{"tf":1.0},"54":{"tf":1.0},"83":{"tf":1.7320508075688772},"86":{"tf":1.0},"87":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":9,"docs":{"117":{"tf":1.0},"122":{"tf":1.0},"140":{"tf":1.0},"27":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"51":{"tf":1.0},"66":{"tf":1.0},"87":{"tf":1.0}}}}},"t":{"df":2,"docs":{"117":{"tf":1.0},"50":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"145":{"tf":1.0},"146":{"tf":1.7320508075688772},"151":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"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}}}}},"o":{"df":0,"docs":{},"w":{"df":6,"docs":{"101":{"tf":1.0},"131":{"tf":1.0},"137":{"tf":1.0},"44":{"tf":1.4142135623730951},"50":{"tf":1.0},"79":{"tf":1.0}}}}},"n":{"df":8,"docs":{"118":{"tf":1.4142135623730951},"119":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":2.0},"51":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"u":{"df":1,"docs":{"1":{"tf":1.0}},"s":{"df":2,"docs":{"124":{"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},"148":{"tf":1.7320508075688772},"29":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":25,"docs":{"120":{"tf":1.0},"123":{"tf":1.7320508075688772},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"129":{"tf":1.0},"130":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"147":{"tf":1.0},"152":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"33":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"53":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":12,"docs":{"122":{"tf":1.4142135623730951},"147":{"tf":1.0},"155":{"tf":1.0},"23":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"63":{"tf":1.4142135623730951},"69":{"tf":1.0},"74":{"tf":1.0},"86":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}},"df":2,"docs":{"48":{"tf":1.0},"50":{"tf":1.4142135623730951}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":13,"docs":{"120":{"tf":1.0},"133":{"tf":1.0},"146":{"tf":1.0},"24":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"39":{"tf":1.0},"40":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":2.449489742783178},"51":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"110":{"tf":1.0},"114":{"tf":1.4142135623730951},"117":{"tf":1.0},"134":{"tf":1.0},"14":{"tf":1.0},"34":{"tf":1.0},"63":{"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":{"54":{"tf":1.0},"92":{"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":{"123":{"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":{"123":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":7,"docs":{"117":{"tf":1.0},"120":{"tf":1.0},"132":{"tf":1.0},"143":{"tf":1.0},"160":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0}},"i":{"df":1,"docs":{"154":{"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},"110":{"tf":1.0},"120":{"tf":2.0},"125":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"27":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"94":{"tf":1.0}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"11":{"tf":1.0},"26":{"tf":1.0},"34":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"134":{"tf":1.0},"69":{"tf":1.0}}}}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":24,"docs":{"0":{"tf":1.0},"1":{"tf":2.8284271247461903},"116":{"tf":1.0},"13":{"tf":1.0},"132":{"tf":1.4142135623730951},"139":{"tf":1.0},"14":{"tf":1.0},"145":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951},"158":{"tf":2.8284271247461903},"159":{"tf":2.6457513110645907},"160":{"tf":3.605551275463989},"163":{"tf":2.449489742783178},"2":{"tf":2.449489742783178},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"27":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"4":{"tf":1.0},"64":{"tf":1.4142135623730951},"66":{"tf":2.0}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":13,"docs":{"139":{"tf":1.0},"140":{"tf":2.0},"141":{"tf":1.0},"143":{"tf":2.0},"22":{"tf":1.7320508075688772},"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}},"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":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"u":{"df":0,"docs":{},"g":{"df":2,"docs":{"137":{"tf":1.0},"138":{"tf":1.7320508075688772}}}}},"d":{"c":{"df":1,"docs":{"163":{"tf":1.0}},"v":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"163":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"116":{"tf":1.0},"123":{"tf":2.0},"129":{"tf":1.4142135623730951},"131":{"tf":1.7320508075688772},"138":{"tf":1.4142135623730951},"33":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"48":{"tf":1.0},"75":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"128":{"tf":1.0}}}}},"t":{"df":4,"docs":{"138":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"df":3,"docs":{"157":{"tf":1.0},"16":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"157":{"tf":1.0},"22":{"tf":1.0}},"n":{"df":5,"docs":{"132":{"tf":1.0},"133":{"tf":1.0},"145":{"tf":1.0},"4":{"tf":1.0},"95":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":4,"docs":{"22":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"36":{"tf":1.7320508075688772}}}},"o":{"df":5,"docs":{"117":{"tf":1.0},"120":{"tf":1.0},"146":{"tf":1.4142135623730951},"22":{"tf":1.0},"34":{"tf":1.0}},"o":{"d":{"b":{"df":0,"docs":{},"y":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":1,"docs":{"11":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"163":{"tf":1.0}}}}}},"r":{"a":{"b":{"df":3,"docs":{"24":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"160":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"123":{"tf":1.0}}},".":{"df":0,"docs":{},"v":{"1":{"df":3,"docs":{"119":{"tf":1.0},"120":{"tf":1.0},"123":{"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":{"120":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":6,"docs":{"117":{"tf":2.0},"118":{"tf":1.4142135623730951},"119":{"tf":1.7320508075688772},"121":{"tf":1.4142135623730951},"122":{"tf":2.23606797749979},"123":{"tf":2.8284271247461903}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"46":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951}}}}},"p":{"c":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"v":{"4":{"df":1,"docs":{"145":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":3,"docs":{"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"134":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"df":1,"docs":{"36":{"tf":1.0}}},"u":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"21":{"tf":1.0},"31":{"tf":1.0},"4":{"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":{"49":{"tf":1.0},"52":{"tf":1.0},"66":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"142":{"tf":1.0}}}}}},"r":{"d":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"36":{"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":1,"docs":{"91":{"tf":1.4142135623730951}}}},"v":{"df":0,"docs":{},"e":{"df":7,"docs":{"14":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"4":{"tf":1.0}}}}},"df":4,"docs":{"132":{"tf":1.0},"145":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0}},"e":{"a":{"d":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"153":{"tf":1.0},"154":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":3,"docs":{"117":{"tf":1.0},"120":{"tf":1.0},"144":{"tf":1.0}}}},"p":{"df":5,"docs":{"131":{"tf":2.23606797749979},"132":{"tf":2.23606797749979},"145":{"tf":2.23606797749979},"39":{"tf":1.7320508075688772},"4":{"tf":2.23606797749979}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"134":{"tf":1.0},"34":{"tf":1.0},"50":{"tf":1.0}}}},"y":{"df":1,"docs":{"123":{"tf":1.0}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"69":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"138":{"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":{"109":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"t":{"df":1,"docs":{"19":{"tf":1.0}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"139":{"tf":1.0},"160":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"48":{"tf":1.0}}}},"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":{"(":{"df":1,"docs":{"48":{"tf":1.0}}},"/":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"p":{"df":1,"docs":{"134":{"tf":1.0}}}},"df":0,"docs":{}}},":":{"/":{"/":{"1":{"2":{"7":{".":{"0":{".":{"0":{".":{"1":{":":{"7":{"8":{"0":{"0":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"48":{"tf":1.0}}}}},"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":{"108":{"tf":1.0},"113":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0},"99":{"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":1,"docs":{"146":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"34":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"df":1,"docs":{"146":{"tf":1.0}}},"2":{"df":1,"docs":{"146":{"tf":1.0}}},"3":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"0":{"9":{"1":{"/":{"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":{}},"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":1,"docs":{"34":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"149":{"tf":1.0},"151":{"tf":1.4142135623730951},"153":{"tf":1.0},"154":{"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":9,"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}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"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":3,"docs":{"134":{"tf":1.7320508075688772},"154":{"tf":1.0},"50":{"tf":1.0}}},"d":{"df":11,"docs":{"112":{"tf":1.0},"116":{"tf":1.0},"126":{"tf":3.4641016151377544},"131":{"tf":1.4142135623730951},"144":{"tf":1.0},"36":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"77":{"tf":1.0},"78":{"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":{"44":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0},"78":{"tf":1.0}}}}}}}},"l":{"df":2,"docs":{"145":{"tf":1.0},"39":{"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":{"145":{"tf":1.0},"39":{"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":{}}},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"134":{"tf":2.0}}}}}},"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":{"118":{"tf":1.0},"119":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":13,"docs":{"116":{"tf":1.0},"117":{"tf":1.7320508075688772},"118":{"tf":1.0},"123":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"135":{"tf":1.0},"158":{"tf":1.0},"163":{"tf":1.0},"26":{"tf":1.0},"55":{"tf":1.0},"64":{"tf":1.0},"94":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"117":{"tf":1.0},"120":{"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":{"44":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":6,"docs":{"123":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"134":{"tf":2.23606797749979},"54":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":5,"docs":{"116":{"tf":1.4142135623730951},"18":{"tf":1.0},"26":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"92":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"c":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":2,"docs":{"131":{"tf":1.4142135623730951},"150":{"tf":1.0}},"r":{"df":0,"docs":{},"m":{"df":14,"docs":{"12":{"tf":1.0},"128":{"tf":1.7320508075688772},"134":{"tf":3.1622776601683795},"139":{"tf":1.4142135623730951},"145":{"tf":1.0},"146":{"tf":1.0},"154":{"tf":1.0},"158":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":2.23606797749979}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"44":{"tf":1.0},"51":{"tf":1.0},"94":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"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":2,"docs":{"33":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"14":{"tf":1.0},"157":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":11,"docs":{"123":{"tf":1.0},"148":{"tf":1.4142135623730951},"16":{"tf":1.0},"21":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"34":{"tf":2.0},"4":{"tf":1.0},"5":{"tf":1.7320508075688772},"8":{"tf":1.0},"9":{"tf":1.0}}},"n":{"c":{"df":9,"docs":{"118":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.7320508075688772},"4":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"d":{"df":8,"docs":{"1":{"tf":1.0},"129":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"27":{"tf":1.0},"37":{"tf":1.4142135623730951},"45":{"tf":1.0},"69":{"tf":1.0},"75":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"21":{"tf":1.0},"31":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":6,"docs":{"48":{"tf":1.0},"63":{"tf":1.4142135623730951},"74":{"tf":1.0},"86":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}},"r":{"df":13,"docs":{"12":{"tf":1.7320508075688772},"132":{"tf":1.4142135623730951},"139":{"tf":1.0},"145":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"159":{"tf":1.0},"160":{"tf":1.7320508075688772},"163":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"3":{"tf":1.7320508075688772},"32":{"tf":1.0},"33":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"34":{"tf":1.0},"4":{"tf":1.0}}}}},"f":{"a":{"c":{"df":5,"docs":{"151":{"tf":1.7320508075688772},"152":{"tf":1.0},"24":{"tf":1.0},"4":{"tf":1.4142135623730951},"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"138":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":1,"docs":{"3":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0}}}}},"v":{"df":2,"docs":{"145":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"163":{"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":{"114":{"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":{"156":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":1,"docs":{"118":{"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":{"158":{"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":{"160":{"tf":1.0}}}}}}},":":{"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":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":3,"docs":{"128":{"tf":1.0},"129":{"tf":2.449489742783178},"130":{"tf":1.0}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"130":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":16,"docs":{"128":{"tf":1.0},"130":{"tf":1.0},"134":{"tf":1.4142135623730951},"140":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.4142135623730951},"23":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":1.4142135623730951},"37":{"tf":2.23606797749979},"40":{"tf":1.0},"44":{"tf":1.4142135623730951},"54":{"tf":1.0},"83":{"tf":1.0},"91":{"tf":1.0},"92":{"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":5,"docs":{"124":{"tf":1.0},"132":{"tf":1.0},"149":{"tf":1.0},"39":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951}}},"6":{"df":5,"docs":{"124":{"tf":1.0},"132":{"tf":1.0},"149":{"tf":1.0},"39":{"tf":1.4142135623730951},"86":{"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":{"117":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":4,"docs":{"48":{"tf":2.0},"74":{"tf":1.0},"86":{"tf":2.0},"99":{"tf":1.7320508075688772}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"133":{"tf":1.0},"52":{"tf":1.0}}}}}}}},"j":{"df":0,"docs":{},"o":{"b":{"df":6,"docs":{"110":{"tf":1.0},"56":{"tf":1.0},"64":{"tf":1.0},"71":{"tf":1.0},"83":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}},"q":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"156":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951}}}}}},"k":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":1,"docs":{"126":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":1,"docs":{"17":{"tf":1.0}},"e":{"df":0,"docs":{},"y":{"df":11,"docs":{"108":{"tf":1.7320508075688772},"113":{"tf":1.7320508075688772},"116":{"tf":1.0},"131":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"48":{"tf":1.7320508075688772},"52":{"tf":2.0},"53":{"tf":1.0},"63":{"tf":1.7320508075688772},"99":{"tf":1.7320508075688772}}}},"i":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"142":{"tf":1.0},"36":{"tf":1.4142135623730951},"63":{"tf":2.449489742783178}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"129":{"tf":1.0},"163":{"tf":1.0},"36":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":4,"docs":{"134":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.4142135623730951},"53":{"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":{"143":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"l":{"df":12,"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}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":9,"docs":{"139":{"tf":1.0},"140":{"tf":1.0},"143":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"163":{"tf":2.0},"21":{"tf":1.0},"22":{"tf":1.0},"31":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":9,"docs":{"114":{"tf":1.0},"120":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.7320508075688772},"130":{"tf":1.4142135623730951},"131":{"tf":3.0},"142":{"tf":1.4142135623730951},"36":{"tf":1.0},"99":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"138":{"tf":1.0}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"1":{"tf":1.0},"163":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"45":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"130":{"tf":1.0},"51":{"tf":1.0},"66":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"124":{"tf":1.0},"125":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"50":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"138":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"163":{"tf":1.0}}}}}},"d":{"df":1,"docs":{"134":{"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":1,"docs":{"50":{"tf":1.0}}}}}},"t":{"'":{"df":12,"docs":{"117":{"tf":1.0},"120":{"tf":1.4142135623730951},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.4142135623730951},"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}}},"df":1,"docs":{"50":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"150":{"tf":1.4142135623730951},"2":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"50":{"tf":1.0},"52":{"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},"160":{"tf":1.0},"163":{"tf":1.0},"3":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"128":{"tf":1.0},"48":{"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":{"133":{"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":{"44":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"134":{"tf":1.0},"158":{"tf":1.0},"54":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.7320508075688772},"95":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":5,"docs":{"135":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"46":{"tf":1.0}}},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"48":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"129":{"tf":1.0},"134":{"tf":1.7320508075688772},"140":{"tf":1.0},"23":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.4142135623730951},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":7,"docs":{"120":{"tf":1.4142135623730951},"129":{"tf":2.449489742783178},"132":{"tf":1.0},"134":{"tf":1.4142135623730951},"39":{"tf":1.7320508075688772},"48":{"tf":1.0},"66":{"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":1,"docs":{"153":{"tf":1.4142135623730951}}}}},"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":{"91":{"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":3,"docs":{"37":{"tf":1.0},"54":{"tf":1.0},"88":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":4,"docs":{"11":{"tf":1.0},"134":{"tf":2.0},"160":{"tf":1.4142135623730951},"90":{"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":{"51":{"tf":1.0},"94":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":33,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"125":{"tf":1.0},"134":{"tf":1.0},"144":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":2.0},"31":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.7320508075688772},"39":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":1.4142135623730951},"5":{"tf":1.0},"51":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.4142135623730951},"73":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0},"98":{"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":1,"docs":{"146":{"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":1,"docs":{"146":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":5,"docs":{"151":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"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":3,"docs":{"51":{"tf":1.0},"54":{"tf":1.0},"92":{"tf":1.4142135623730951}}}}}}}}}},"df":0,"docs":{}}},"t":{"df":4,"docs":{"132":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"148":{"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":{"128":{"tf":1.4142135623730951},"150":{"tf":2.23606797749979},"4":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.0},"75":{"tf":1.4142135623730951},"78":{"tf":1.0}},"i":{"c":{"a":{"df":0,"docs":{},"l":{"_":{"d":{"df":0,"docs":{},"n":{"df":1,"docs":{"134":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"130":{"tf":1.0},"158":{"tf":1.0}}}},"o":{"df":0,"docs":{},"k":{"df":13,"docs":{"116":{"tf":1.0},"140":{"tf":1.0},"142":{"tf":1.0},"146":{"tf":1.0},"161":{"tf":1.0},"163":{"tf":1.4142135623730951},"19":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.0},"36":{"tf":1.4142135623730951},"4":{"tf":1.0},"45":{"tf":1.0},"63":{"tf":1.7320508075688772}}},"p":{"df":1,"docs":{"2":{"tf":1.0}}}},"t":{"df":1,"docs":{"163":{"tf":1.0}}},"w":{"df":1,"docs":{"158":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"u":{"df":1,"docs":{"120":{"tf":1.0}}}},"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":{"48":{"tf":1.0},"5":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":4,"docs":{"137":{"tf":2.0},"14":{"tf":1.0},"159":{"tf":1.0},"160":{"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":{"126":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"120":{"tf":2.0},"123":{"tf":1.0},"125":{"tf":1.0},"51":{"tf":1.4142135623730951},"90":{"tf":1.0},"94":{"tf":1.4142135623730951}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"e":{"df":6,"docs":{"131":{"tf":1.0},"14":{"tf":1.0},"146":{"tf":1.0},"2":{"tf":1.7320508075688772},"5":{"tf":1.0},"50":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":19,"docs":{"121":{"tf":1.0},"123":{"tf":1.4142135623730951},"132":{"tf":2.449489742783178},"133":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"137":{"tf":3.1622776601683795},"143":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"145":{"tf":2.0},"146":{"tf":2.23606797749979},"154":{"tf":1.0},"33":{"tf":2.6457513110645907},"34":{"tf":2.6457513110645907},"36":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.7320508075688772},"4":{"tf":2.449489742783178},"47":{"tf":1.0},"48":{"tf":2.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":4,"docs":{"135":{"tf":1.0},"145":{"tf":1.0},"39":{"tf":1.0},"48":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"163":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":4,"docs":{"14":{"tf":1.4142135623730951},"157":{"tf":1.0},"19":{"tf":1.0},"60":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"27":{"tf":1.0},"41":{"tf":1.0}}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"163":{"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":0,"docs":{},"v":{"df":0,"docs":{},"e":{"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":{},"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":{"120":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"132":{"tf":1.7320508075688772}}},"r":{"df":0,"docs":{},"k":{"df":4,"docs":{"163":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.0},"36":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"`":{"]":{"[":{"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":{"99":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":21,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"114":{"tf":1.0},"116":{"tf":1.0},"128":{"tf":1.0},"159":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0},"86":{"tf":2.0},"87":{"tf":2.0},"96":{"tf":1.7320508075688772},"99":{"tf":2.23606797749979}},"m":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"160":{"tf":1.0},"36":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"x":{"_":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"51":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"69":{"tf":1.0},"94":{"tf":2.23606797749979},"95":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"_":{"d":{"b":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"b":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}},"df":4,"docs":{"128":{"tf":1.7320508075688772},"130":{"tf":1.0},"39":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}}}}}},"d":{"df":2,"docs":{"145":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951}},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"145":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":2,"docs":{"145":{"tf":1.0},"39":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"137":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"124":{"tf":1.0},"125":{"tf":1.4142135623730951},"131":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":4,"docs":{"110":{"tf":1.0},"116":{"tf":1.0},"133":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"134":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"138":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":3,"docs":{"145":{"tf":1.0},"146":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"163":{"tf":1.0}}},"s":{"a":{"df":0,"docs":{},"g":{"df":9,"docs":{"121":{"tf":1.0},"123":{"tf":1.4142135623730951},"124":{"tf":1.0},"132":{"tf":1.0},"137":{"tf":1.0},"145":{"tf":1.0},"4":{"tf":1.0},"75":{"tf":1.0},"78":{"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":3,"docs":{"109":{"tf":1.0},"63":{"tf":1.4142135623730951},"99":{"tf":1.0}},"}":{"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":{"63":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":26,"docs":{"100":{"tf":1.0},"105":{"tf":1.0},"108":{"tf":1.4142135623730951},"110":{"tf":1.0},"112":{"tf":1.7320508075688772},"113":{"tf":1.4142135623730951},"114":{"tf":1.7320508075688772},"116":{"tf":2.0},"119":{"tf":1.0},"134":{"tf":1.7320508075688772},"141":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":2.6457513110645907},"46":{"tf":2.23606797749979},"48":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":2.6457513110645907},"53":{"tf":1.4142135623730951},"54":{"tf":2.0},"56":{"tf":1.0},"63":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.7320508075688772}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":9,"docs":{"103":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"108":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.0},"62":{"tf":1.0},"81":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":2,"docs":{"124":{"tf":1.4142135623730951},"126":{"tf":1.0}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":5,"docs":{"118":{"tf":1.4142135623730951},"5":{"tf":1.0},"7":{"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},"100":{"tf":1.0},"109":{"tf":1.0},"114":{"tf":1.0},"127":{"tf":1.4142135623730951},"128":{"tf":1.0},"129":{"tf":2.449489742783178},"130":{"tf":1.7320508075688772},"131":{"tf":2.449489742783178},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"155":{"tf":2.449489742783178},"158":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.7320508075688772},"3":{"tf":1.0},"70":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"32":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":5,"docs":{"63":{"tf":1.4142135623730951},"74":{"tf":1.0},"86":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"138":{"tf":1.0}}}}},"m":{"d":{"b":{"df":1,"docs":{"39":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"d":{"df":1,"docs":{"123":{"tf":1.0}},"e":{"df":9,"docs":{"127":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"154":{"tf":2.0},"18":{"tf":1.0},"48":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":1.4142135623730951},"68":{"tf":1.0}}},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"120":{"tf":1.0}},"i":{"df":1,"docs":{"66":{"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":22,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"112":{"tf":1.0},"12":{"tf":1.0},"131":{"tf":1.4142135623730951},"132":{"tf":1.0},"135":{"tf":1.0},"14":{"tf":1.0},"150":{"tf":1.0},"160":{"tf":1.0},"19":{"tf":1.0},"36":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"4":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"69":{"tf":1.0},"99":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"105":{"tf":1.0},"12":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"14":{"tf":1.0},"36":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"132":{"tf":1.0},"145":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":8,"docs":{"0":{"tf":1.0},"1":{"tf":1.7320508075688772},"157":{"tf":1.0},"163":{"tf":1.4142135623730951},"2":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0}}}},"df":10,"docs":{"132":{"tf":1.0},"140":{"tf":1.4142135623730951},"145":{"tf":1.0},"160":{"tf":1.0},"2":{"tf":1.0},"36":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"87":{"tf":1.0}}}}}}},"t":{"df":2,"docs":{"118":{"tf":1.4142135623730951},"122":{"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":{"141":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"112":{"tf":1.0},"116":{"tf":1.0},"144":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"73":{"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":{"112":{"tf":1.0},"62":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"103":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"98":{"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":48,"docs":{"102":{"tf":1.0},"103":{"tf":2.0},"106":{"tf":1.0},"107":{"tf":1.4142135623730951},"111":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"131":{"tf":1.7320508075688772},"134":{"tf":1.4142135623730951},"142":{"tf":1.7320508075688772},"144":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.4142135623730951},"53":{"tf":1.0},"55":{"tf":1.4142135623730951},"61":{"tf":1.0},"62":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":2.0},"84":{"tf":1.0},"85":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":2.0},"99":{"tf":2.23606797749979}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":4,"docs":{"140":{"tf":1.4142135623730951},"142":{"tf":1.4142135623730951},"143":{"tf":2.0},"36":{"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":1,"docs":{"126":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"163":{"tf":1.0}}}}}},"c":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"17":{"tf":1.7320508075688772}}}},"df":2,"docs":{"120":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951}}},"d":{"df":0,"docs":{},"u":{"2":{"df":1,"docs":{"36":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":1,"docs":{"94":{"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},"51":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"138":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":14,"docs":{"117":{"tf":1.4142135623730951},"119":{"tf":1.0},"120":{"tf":1.0},"123":{"tf":1.4142135623730951},"133":{"tf":1.0},"134":{"tf":1.0},"146":{"tf":1.4142135623730951},"159":{"tf":1.0},"160":{"tf":1.0},"163":{"tf":1.0},"27":{"tf":1.0},"36":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}},"t":{"c":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"120":{"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":{"86":{"tf":1.0}}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":7,"docs":{"120":{"tf":1.0},"123":{"tf":1.0},"14":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.0},"4":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}},"w":{"df":5,"docs":{"124":{"tf":1.0},"129":{"tf":1.0},"154":{"tf":1.0},"26":{"tf":1.4142135623730951},"50":{"tf":1.0}}},"x":{"df":0,"docs":{},"t":{"df":8,"docs":{"120":{"tf":1.0},"161":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"29":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"34":{"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":{"46":{"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":{"129":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":4,"docs":{"22":{"tf":1.0},"26":{"tf":1.0},"35":{"tf":1.0},"36":{"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":{"114":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"n":{"c":{"df":1,"docs":{"126":{"tf":2.0}}},"df":5,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.0},"39":{"tf":1.0}},"e":{"df":5,"docs":{"120":{"tf":1.4142135623730951},"33":{"tf":1.0},"87":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"160":{"tf":1.0},"36":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"86":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":8,"docs":{"129":{"tf":1.0},"130":{"tf":1.0},"145":{"tf":1.0},"50":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}},"h":{"df":2,"docs":{"67":{"tf":1.0},"74":{"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":{"114":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"w":{"df":17,"docs":{"105":{"tf":1.0},"109":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.4142135623730951},"123":{"tf":1.0},"146":{"tf":1.0},"159":{"tf":1.0},"22":{"tf":1.0},"23":{"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},"54":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"78":{"tf":1.0},"99":{"tf":2.449489742783178}}}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":16,"docs":{"100":{"tf":1.4142135623730951},"11":{"tf":1.0},"114":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":2.6457513110645907},"130":{"tf":1.7320508075688772},"132":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":2.6457513110645907},"138":{"tf":3.1622776601683795},"158":{"tf":1.0},"50":{"tf":1.0},"63":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"94":{"tf":1.7320508075688772},"95":{"tf":1.0}}}}},"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":15,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"118":{"tf":1.0},"43":{"tf":1.4142135623730951},"48":{"tf":2.6457513110645907},"51":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"63":{"tf":2.0},"67":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0},"86":{"tf":1.7320508075688772},"91":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":2.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":4,"docs":{"105":{"tf":1.0},"11":{"tf":1.0},"163":{"tf":1.4142135623730951},"54":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"129":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0}},"r":{"df":1,"docs":{"94":{"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":{"112":{"tf":1.0},"116":{"tf":1.0},"43":{"tf":1.0},"46":{"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":{"119":{"tf":1.0},"123":{"tf":1.4142135623730951}}}}}}},"df":2,"docs":{"118":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951}}},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":10,"docs":{"103":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.4142135623730951},"73":{"tf":1.0},"74":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":7,"docs":{"66":{"tf":1.0},"67":{"tf":1.4142135623730951},"73":{"tf":1.0},"74":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.4142135623730951},"99":{"tf":1.0}}}}}}},"c":{"df":1,"docs":{"36":{"tf":1.0}}},"df":20,"docs":{"117":{"tf":1.0},"125":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.4142135623730951},"135":{"tf":1.0},"154":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.4142135623730951},"23":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.4142135623730951},"44":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":1.0},"60":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":3,"docs":{"63":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"o":{"df":2,"docs":{"13":{"tf":1.0},"44":{"tf":1.0}}}},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"5":{"tf":1.0},"55":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"1":{"tf":1.0},"163":{"tf":1.4142135623730951},"24":{"tf":1.0}}},"r":{"df":3,"docs":{"124":{"tf":1.0},"2":{"tf":1.0},"86":{"tf":1.0}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"117":{"tf":1.0},"118":{"tf":1.0},"50":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"94":{"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":{"119":{"tf":1.0},"123":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":20,"docs":{"104":{"tf":1.0},"108":{"tf":1.0},"113":{"tf":1.0},"12":{"tf":1.0},"13":{"tf":1.0},"132":{"tf":1.7320508075688772},"145":{"tf":1.7320508075688772},"158":{"tf":1.0},"39":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.4142135623730951},"82":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0},"99":{"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},"163":{"tf":1.4142135623730951}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"134":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"66":{"tf":1.0},"87":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"128":{"tf":1.0},"130":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"128":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"34":{"tf":1.0},"63":{"tf":1.4142135623730951},"66":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"163":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"157":{"tf":1.0}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":4,"docs":{"134":{"tf":1.0},"160":{"tf":1.0},"42":{"tf":1.0},"48":{"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":{"50":{"tf":1.0}}}}}}},"t":{"df":11,"docs":{"1":{"tf":1.0},"120":{"tf":1.0},"123":{"tf":1.4142135623730951},"158":{"tf":1.0},"2":{"tf":1.0},"24":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"54":{"tf":1.0}},"g":{"df":0,"docs":{},"o":{"df":2,"docs":{"116":{"tf":1.0},"75":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"116":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":8,"docs":{"120":{"tf":1.0},"155":{"tf":1.0},"18":{"tf":1.0},"24":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"50":{"tf":1.0},"75":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":11,"docs":{"12":{"tf":1.0},"120":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"130":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"45":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"124":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":4,"docs":{"0":{"tf":1.0},"117":{"tf":1.0},"133":{"tf":1.0},"32":{"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":{"123":{"tf":1.0}}}}}}}},"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"123":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"52":{"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":{"126":{"tf":1.4142135623730951}}}}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"126":{"tf":1.4142135623730951}}}}}},"df":54,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"116":{"tf":2.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"120":{"tf":1.7320508075688772},"126":{"tf":1.4142135623730951},"129":{"tf":2.6457513110645907},"131":{"tf":1.0},"134":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"160":{"tf":1.7320508075688772},"17":{"tf":1.4142135623730951},"19":{"tf":2.0},"26":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.4142135623730951},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":2.0},"43":{"tf":1.0},"44":{"tf":2.0},"48":{"tf":1.7320508075688772},"49":{"tf":1.4142135623730951},"50":{"tf":4.358898943540674},"51":{"tf":1.4142135623730951},"52":{"tf":3.0},"53":{"tf":1.0},"54":{"tf":3.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":2.449489742783178},"66":{"tf":1.0},"67":{"tf":1.0},"71":{"tf":1.7320508075688772},"75":{"tf":1.4142135623730951},"79":{"tf":1.0},"86":{"tf":1.4142135623730951},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":2.0},"92":{"tf":1.0},"94":{"tf":3.0},"95":{"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":{"42":{"tf":1.4142135623730951},"44":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":2,"docs":{"122":{"tf":1.0},"123":{"tf":1.0}}},"t":{"df":3,"docs":{"12":{"tf":1.0},"134":{"tf":1.4142135623730951},"34":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"42":{"tf":1.0},"55":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":2,"docs":{"162":{"tf":1.0},"44":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"s":{"df":12,"docs":{"101":{"tf":1.7320508075688772},"120":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"160":{"tf":1.0},"22":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"71":{"tf":1.0},"79":{"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":{"118":{"tf":1.0}}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"132":{"tf":1.0},"145":{"tf":1.0},"148":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"132":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"2":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}}}},"y":{"df":1,"docs":{"66":{"tf":1.0}}}},"df":2,"docs":{"132":{"tf":1.0},"39":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"134":{"tf":1.0},"160":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":4,"docs":{"11":{"tf":2.23606797749979},"150":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"o":{"d":{"df":5,"docs":{"138":{"tf":1.0},"44":{"tf":1.0},"51":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"33":{"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":{}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"140":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"g":{"'":{"df":1,"docs":{"126":{"tf":1.0}}},"_":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"126":{"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":{"126":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"124":{"tf":1.0},"125":{"tf":2.0}}}},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"134":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"118":{"tf":1.0},"50":{"tf":2.23606797749979}}}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"43":{"tf":1.0},"66":{"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":{"146":{"tf":1.0}}},".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"33":{"tf":1.0},"34":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":8,"docs":{"129":{"tf":1.0},"132":{"tf":1.4142135623730951},"145":{"tf":2.23606797749979},"146":{"tf":3.1622776601683795},"160":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"47":{"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},"163":{"tf":1.0},"3":{"tf":1.0},"48":{"tf":1.0}}}}}}},"y":{"df":4,"docs":{"23":{"tf":1.4142135623730951},"27":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"117":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"147":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951}}}}}}},"o":{"d":{"df":3,"docs":{"143":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"34":{"tf":1.7320508075688772}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"11":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0},"34":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"90":{"tf":1.4142135623730951},"91":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"34":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":4,"docs":{"160":{"tf":1.0},"22":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"132":{"tf":1.0}}}},"df":5,"docs":{"116":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"154":{"tf":1.0},"52":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"t":{"(":{"df":2,"docs":{"33":{"tf":1.0},"37":{"tf":1.0}}},"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"158":{"tf":1.0}}}}},"df":38,"docs":{"118":{"tf":1.0},"120":{"tf":1.7320508075688772},"123":{"tf":1.0},"124":{"tf":1.0},"129":{"tf":2.449489742783178},"132":{"tf":2.0},"134":{"tf":1.0},"140":{"tf":2.23606797749979},"144":{"tf":1.7320508075688772},"145":{"tf":2.23606797749979},"146":{"tf":2.23606797749979},"149":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"39":{"tf":2.449489742783178},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"44":{"tf":2.0},"48":{"tf":2.0},"54":{"tf":1.0},"66":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.4142135623730951},"86":{"tf":2.0},"91":{"tf":1.0},"92":{"tf":1.0}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"86":{"tf":1.0}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":7,"docs":{"11":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.4142135623730951},"38":{"tf":1.0},"4":{"tf":1.0},"94":{"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":{"46":{"tf":1.0},"94":{"tf":1.0},"99":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"161":{"tf":1.0},"163":{"tf":1.0},"37":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"94":{"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":{"52":{"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":{"50":{"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":{"128":{"tf":1.0},"130":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"128":{"tf":1.0},"130":{"tf":1.0}}}},"df":0,"docs":{}}},"df":10,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"128":{"tf":1.7320508075688772},"130":{"tf":1.0},"48":{"tf":1.0},"59":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"81":{"tf":1.0},"98":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"74":{"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":{"49":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"162":{"tf":1.0},"45":{"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":{"157":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":3,"docs":{"110":{"tf":1.0},"163":{"tf":1.0},"23":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"39":{"tf":1.0},"4":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"14":{"tf":1.0},"154":{"tf":1.0}}}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"120":{"tf":1.0},"132":{"tf":1.4142135623730951},"145":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":1.7320508075688772}}}},"v":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"160":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"o":{"b":{"df":0,"docs":{},"e":{"df":2,"docs":{"153":{"tf":1.0},"154":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":16,"docs":{"100":{"tf":1.0},"11":{"tf":1.0},"129":{"tf":1.0},"134":{"tf":1.0},"163":{"tf":1.0},"17":{"tf":1.4142135623730951},"2":{"tf":1.0},"22":{"tf":1.0},"33":{"tf":1.4142135623730951},"36":{"tf":1.0},"42":{"tf":1.4142135623730951},"48":{"tf":1.0},"50":{"tf":2.23606797749979},"52":{"tf":2.0},"87":{"tf":1.0},"94":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.0},"145":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"132":{"tf":1.0},"14":{"tf":1.4142135623730951},"163":{"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":{"155":{"tf":1.0},"24":{"tf":1.0}}}}}}}},"p":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":12,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"48":{"tf":2.23606797749979},"55":{"tf":1.0},"63":{"tf":2.0},"67":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0},"86":{"tf":1.7320508075688772},"91":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":2.0}}}}}}},"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":{"123":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":2,"docs":{"121":{"tf":1.0},"123":{"tf":2.0}}}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"13":{"tf":1.0},"163":{"tf":1.4142135623730951},"36":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"3":{"df":1,"docs":{"123":{"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":{"123":{"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":{"123":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":2,"docs":{"121":{"tf":1.0},"123":{"tf":2.0}}}}},"c":{"df":1,"docs":{"123":{"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":{"126":{"tf":1.0}}}}}}},"df":9,"docs":{"124":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"132":{"tf":1.0},"133":{"tf":1.7320508075688772},"145":{"tf":1.0},"149":{"tf":1.0},"158":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.0}}}}},"df":2,"docs":{"123":{"tf":2.0},"134":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":48,"docs":{"1":{"tf":1.0},"110":{"tf":1.4142135623730951},"112":{"tf":1.0},"114":{"tf":1.4142135623730951},"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"124":{"tf":1.7320508075688772},"127":{"tf":1.0},"128":{"tf":1.0},"13":{"tf":1.0},"130":{"tf":1.0},"132":{"tf":3.0},"133":{"tf":1.4142135623730951},"134":{"tf":2.6457513110645907},"135":{"tf":1.0},"138":{"tf":1.4142135623730951},"139":{"tf":2.23606797749979},"140":{"tf":1.4142135623730951},"142":{"tf":1.4142135623730951},"143":{"tf":1.0},"144":{"tf":1.4142135623730951},"145":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.7320508075688772},"157":{"tf":1.0},"158":{"tf":1.4142135623730951},"160":{"tf":1.0},"163":{"tf":1.4142135623730951},"2":{"tf":1.0},"22":{"tf":1.0},"32":{"tf":1.7320508075688772},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.4142135623730951},"5":{"tf":1.0},"56":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":1.4142135623730951},"71":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"df":0,"docs":{},"i":{"df":51,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":2.6457513110645907},"126":{"tf":1.7320508075688772},"127":{"tf":1.4142135623730951},"129":{"tf":3.1622776601683795},"13":{"tf":1.0},"130":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":2.0},"134":{"tf":2.449489742783178},"135":{"tf":1.0},"137":{"tf":3.7416573867739413},"138":{"tf":3.4641016151377544},"139":{"tf":1.0},"14":{"tf":1.0},"140":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.7320508075688772},"145":{"tf":1.7320508075688772},"146":{"tf":2.23606797749979},"148":{"tf":1.0},"154":{"tf":2.0},"155":{"tf":1.4142135623730951},"157":{"tf":1.0},"158":{"tf":2.6457513110645907},"159":{"tf":3.3166247903554},"160":{"tf":4.242640687119285},"163":{"tf":1.4142135623730951},"18":{"tf":1.7320508075688772},"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},"39":{"tf":2.8284271247461903},"4":{"tf":2.449489742783178},"41":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"46":{"tf":2.0},"48":{"tf":2.0},"51":{"tf":1.0},"66":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.4142135623730951}}},"y":{"'":{"df":4,"docs":{"133":{"tf":1.0},"138":{"tf":1.0},"158":{"tf":1.0},"51":{"tf":1.0}}},".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"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":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"120":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"120":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"158":{"tf":1.4142135623730951},"160":{"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},"105":{"tf":1.0},"146":{"tf":1.0}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"124":{"tf":1.0},"150":{"tf":1.0},"36":{"tf":1.0},"44":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"132":{"tf":1.0}}}},"t":{"df":2,"docs":{"159":{"tf":1.0},"53":{"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":{"39":{"tf":1.0}}}}}}},"df":4,"docs":{"124":{"tf":1.4142135623730951},"125":{"tf":1.7320508075688772},"39":{"tf":1.4142135623730951},"4":{"tf":1.0}}}}},"df":2,"docs":{"39":{"tf":1.0},"4":{"tf":1.0}},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":1,"docs":{"126":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"146":{"tf":1.0},"151":{"tf":1.0},"34":{"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":7,"docs":{"146":{"tf":1.0},"15":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"4":{"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":{"133":{"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":{".":{"4":{".":{"0":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"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},"131":{"tf":1.0},"134":{"tf":1.4142135623730951},"160":{"tf":1.0},"163":{"tf":1.4142135623730951},"19":{"tf":1.0},"2":{"tf":1.0},"32":{"tf":1.0},"45":{"tf":1.4142135623730951},"50":{"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":2,"docs":{"113":{"tf":1.0},"53":{"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":{"142":{"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":2,"docs":{"141":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772}}}}}}}},"df":5,"docs":{"112":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"144":{"tf":1.0},"43":{"tf":1.4142135623730951},"46":{"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":8,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"116":{"tf":1.0},"142":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"81":{"tf":1.0},"98":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":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":2,"docs":{"65":{"tf":1.0},"66":{"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":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"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":{},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":2,"docs":{"72":{"tf":1.0},"73":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"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":{"144":{"tf":1.0},"51":{"tf":1.0},"77":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"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":{"76":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"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":{"103":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"98":{"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":{},"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":{"84":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"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":{"89":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"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":{"51":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"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":{"103":{"tf":1.0},"81":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":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":{"102":{"tf":1.0},"103":{"tf":1.0},"81":{"tf":1.0},"98":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":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":{"106":{"tf":1.0},"107":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"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":4,"docs":{"111":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"142":{"tf":1.0}}}}}}}}}}}},"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":7,"docs":{"120":{"tf":1.0},"123":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":1.7320508075688772},"4":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{}}},"2":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"146":{"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":{":":{":":{"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":{"103":{"tf":1.0},"107":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"144":{"tf":1.0},"51":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"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":1,"docs":{"120":{"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":{},"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":{"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":{"120":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"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":{"118":{"tf":1.0},"119":{"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":{"123":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"m":{"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":{"52":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"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":{"120":{"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":{"120":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":1,"docs":{"150":{"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":{"151":{"tf":1.0},"4":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"129":{"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":{"129":{"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":{"129":{"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":1,"docs":{"39":{"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":{"129":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"45":{"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":{"131":{"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":{"109":{"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":{"131":{"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":{"70":{"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":{"70":{"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":{"100":{"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":{"100":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"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":{"131":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"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":{"114":{"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":{"131":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"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":{"145":{"tf":1.0},"39":{"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":2,"docs":{"132":{"tf":1.0},"39":{"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":{"138":{"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":{"138":{"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":{"138":{"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":{"138":{"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":{"138":{"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":{"138":{"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":{"138":{"tf":1.0}}}}}},"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":{"145":{"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":{"129":{"tf":1.0}}}}}}}}}}}},"df":1,"docs":{"126":{"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":{"129":{"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":{"129":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"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":{"129":{"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":{"132":{"tf":1.0},"145":{"tf":1.0},"39":{"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":{"39":{"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":1,"docs":{"132":{"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":{"130":{"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":{"130":{"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":{"130":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"u":{"b":{"_":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"132":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"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":{"137":{"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":{"137":{"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":{"137":{"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":{"137":{"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":{"137":{"tf":1.0}}}}}},"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":1,"docs":{"132":{"tf":1.0}}}}}},"df":72,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"12":{"tf":1.7320508075688772},"120":{"tf":2.23606797749979},"123":{"tf":1.0},"124":{"tf":1.4142135623730951},"125":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.7320508075688772},"13":{"tf":1.4142135623730951},"132":{"tf":2.23606797749979},"133":{"tf":1.4142135623730951},"134":{"tf":2.0},"135":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.4142135623730951},"14":{"tf":1.0},"140":{"tf":1.0},"142":{"tf":1.7320508075688772},"143":{"tf":2.0},"144":{"tf":1.4142135623730951},"145":{"tf":2.0},"146":{"tf":2.0},"147":{"tf":1.4142135623730951},"148":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":2.0},"151":{"tf":1.0},"154":{"tf":1.7320508075688772},"157":{"tf":1.7320508075688772},"158":{"tf":2.23606797749979},"159":{"tf":1.7320508075688772},"16":{"tf":1.4142135623730951},"160":{"tf":2.449489742783178},"163":{"tf":1.4142135623730951},"18":{"tf":2.0},"19":{"tf":1.4142135623730951},"2":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":2.23606797749979},"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.4641016151377544},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":3.3166247903554},"38":{"tf":1.0},"39":{"tf":2.23606797749979},"4":{"tf":3.4641016151377544},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":2.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"5":{"tf":1.7320508075688772},"50":{"tf":1.7320508075688772},"53":{"tf":1.0},"54":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"116":{"tf":1.0},"36":{"tf":1.0},"91":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"g":{"df":2,"docs":{"134":{"tf":1.0},"86":{"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":{"86":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"94":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":4,"docs":{"158":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":2.23606797749979},"95":{"tf":1.0}}}}},"b":{"a":{"c":{"df":2,"docs":{"143":{"tf":1.0},"33":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"132":{"tf":1.0}},"e":{"a":{"d":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"118":{"tf":1.0},"122":{"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":{"131":{"tf":1.0}}}}}}},"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":{"118":{"tf":1.0},"122":{"tf":1.0}}}}}}}}},"df":8,"docs":{"108":{"tf":1.0},"118":{"tf":1.4142135623730951},"129":{"tf":2.0},"131":{"tf":1.0},"38":{"tf":1.0},"52":{"tf":1.0},"74":{"tf":1.0},"86":{"tf":1.0}},"i":{"df":8,"docs":{"154":{"tf":1.7320508075688772},"22":{"tf":1.7320508075688772},"26":{"tf":1.7320508075688772},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":2.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.0}}},"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}},"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":{},"i":{"df":1,"docs":{"37":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"114":{"tf":1.4142135623730951},"129":{"tf":1.0},"14":{"tf":1.0},"69":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":19,"docs":{"118":{"tf":1.4142135623730951},"126":{"tf":1.0},"129":{"tf":2.0},"137":{"tf":1.7320508075688772},"138":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"160":{"tf":1.4142135623730951},"17":{"tf":1.0},"19":{"tf":1.0},"33":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":2.6457513110645907},"70":{"tf":1.4142135623730951},"88":{"tf":1.0},"92":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"129":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"11":{"tf":1.0},"150":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"d":{"df":3,"docs":{"27":{"tf":1.0},"35":{"tf":1.0},"36":{"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":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"158":{"tf":1.0},"160":{"tf":1.4142135623730951},"2":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":9,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.4142135623730951},"67":{"tf":1.7320508075688772},"74":{"tf":1.4142135623730951},"86":{"tf":2.449489742783178},"91":{"tf":1.0},"99":{"tf":2.6457513110645907}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"158":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"c":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"129":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":2,"docs":{"60":{"tf":1.0},"63":{"tf":1.0}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"132":{"tf":2.23606797749979}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"60":{"tf":1.4142135623730951},"63":{"tf":1.0}}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"134":{"tf":1.7320508075688772},"137":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"y":{"'":{"df":2,"docs":{"145":{"tf":1.0},"146":{"tf":1.0}}},"df":5,"docs":{"132":{"tf":1.7320508075688772},"145":{"tf":3.1622776601683795},"146":{"tf":4.242640687119285},"39":{"tf":1.0},"4":{"tf":1.7320508075688772}}}},"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":{},"v":{"df":1,"docs":{"134":{"tf":1.0}}}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"120":{"tf":1.0}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"39":{"tf":1.0},"48":{"tf":1.0}}},"v":{"df":12,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"116":{"tf":1.4142135623730951},"123":{"tf":1.0},"131":{"tf":1.0},"142":{"tf":1.0},"2":{"tf":1.0},"52":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":2.0},"81":{"tf":1.0},"98":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"148":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":3,"docs":{"24":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":1,"docs":{"126":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"145":{"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":{"157":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":13,"docs":{"108":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"122":{"tf":1.0},"146":{"tf":1.0},"40":{"tf":1.4142135623730951},"44":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0},"74":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"156":{"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":{"138":{"tf":1.4142135623730951}}}}}},"df":5,"docs":{"138":{"tf":2.0},"145":{"tf":1.4142135623730951},"146":{"tf":1.0},"39":{"tf":1.4142135623730951},"87":{"tf":2.449489742783178}}}}},"i":{"df":0,"docs":{},"r":{"df":18,"docs":{"108":{"tf":1.0},"123":{"tf":1.0},"128":{"tf":1.0},"16":{"tf":1.0},"163":{"tf":1.0},"21":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.4142135623730951},"55":{"tf":1.0},"63":{"tf":2.0},"67":{"tf":1.0},"74":{"tf":1.0},"86":{"tf":1.7320508075688772},"95":{"tf":1.0},"99":{"tf":1.7320508075688772}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"43":{"tf":1.0}}}}},"i":{"d":{"df":2,"docs":{"116":{"tf":1.0},"148":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":8,"docs":{"133":{"tf":1.7320508075688772},"134":{"tf":2.8284271247461903},"137":{"tf":1.0},"138":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"140":{"tf":1.0},"22":{"tf":1.0},"33":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"141":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":4,"docs":{"118":{"tf":1.0},"128":{"tf":1.0},"132":{"tf":1.0},"138":{"tf":1.7320508075688772}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"33":{"tf":1.0},"34":{"tf":1.0}}}}},"df":1,"docs":{"134":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"119":{"tf":1.0},"123":{"tf":1.4142135623730951}}}}}}},"df":6,"docs":{"118":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"133":{"tf":1.0},"134":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":4,"docs":{"113":{"tf":1.0},"39":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":6,"docs":{"118":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.4142135623730951},"156":{"tf":1.0},"60":{"tf":1.0},"66":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"1":{"tf":1.0},"160":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"50":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"161":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"158":{"tf":1.0}}}}},"o":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"90":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"]":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"148":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"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":{"90":{"tf":1.0},"91":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"90":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":17,"docs":{"147":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":2.0},"37":{"tf":2.23606797749979},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.7320508075688772},"56":{"tf":1.0},"71":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":5,"docs":{"143":{"tf":1.0},"158":{"tf":1.0},"83":{"tf":1.0},"86":{"tf":2.23606797749979},"87":{"tf":2.23606797749979}}}},"n":{"df":35,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.7320508075688772},"13":{"tf":1.0},"132":{"tf":1.4142135623730951},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"143":{"tf":1.7320508075688772},"144":{"tf":1.7320508075688772},"145":{"tf":1.7320508075688772},"146":{"tf":1.7320508075688772},"154":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.7320508075688772},"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},"39":{"tf":1.4142135623730951},"4":{"tf":2.8284271247461903},"45":{"tf":1.0},"99":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"120":{"tf":1.0},"131":{"tf":1.0},"133":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"150":{"tf":1.4142135623730951}}}}}},"df":18,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"12":{"tf":2.0},"123":{"tf":1.4142135623730951},"13":{"tf":1.0},"14":{"tf":1.0},"160":{"tf":1.0},"3":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"99":{"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":9,"docs":{"145":{"tf":1.0},"146":{"tf":1.4142135623730951},"158":{"tf":1.0},"159":{"tf":1.0},"36":{"tf":1.4142135623730951},"44":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"87":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"115":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"2":{"tf":1.0}}}},"w":{"df":1,"docs":{"36":{"tf":1.0}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":3,"docs":{"1":{"tf":1.0},"129":{"tf":1.0},"163":{"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":{"50":{"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":{"108":{"tf":1.0},"113":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":15,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"144":{"tf":1.0},"4":{"tf":1.4142135623730951},"45":{"tf":1.0},"48":{"tf":1.7320508075688772},"55":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0},"99":{"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":{"122":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"123":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"k":{"df":3,"docs":{"148":{"tf":1.4142135623730951},"159":{"tf":1.0},"160":{"tf":1.0}}},"p":{"4":{"df":0,"docs":{},"k":{"df":2,"docs":{"22":{"tf":1.0},"26":{"tf":1.0}}}},"df":0,"docs":{}}},"df":4,"docs":{"137":{"tf":1.0},"141":{"tf":1.0},"34":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"148":{"tf":1.0}}}},"df":0,"docs":{}}},"c":{"df":2,"docs":{"145":{"tf":1.0},"39":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"d":{"df":8,"docs":{"129":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.0},"51":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"36":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"1":{"tf":1.0},"116":{"tf":1.0},"160":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":17,"docs":{"12":{"tf":1.0},"129":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"146":{"tf":1.0},"150":{"tf":1.0},"155":{"tf":1.4142135623730951},"18":{"tf":1.0},"19":{"tf":1.0},"24":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"36":{"tf":2.23606797749979},"4":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0}},"m":{"df":2,"docs":{"14":{"tf":1.0},"163":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"52":{"tf":1.0},"90":{"tf":1.4142135623730951}}}},"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":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":1,"docs":{"122":{"tf":1.4142135623730951}}}}},"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":{"123":{"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":{"123":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"]":{"'":{"df":2,"docs":{"108":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"123":{"tf":1.4142135623730951}}}},"n":{"d":{"df":17,"docs":{"110":{"tf":1.0},"120":{"tf":1.4142135623730951},"129":{"tf":2.0},"142":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.4142135623730951},"154":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"17":{"tf":1.0},"19":{"tf":1.7320508075688772},"39":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.7320508075688772}}},"df":0,"docs":{},"s":{"df":2,"docs":{"14":{"tf":1.0},"2":{"tf":1.0}}},"t":{"df":13,"docs":{"110":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":1.4142135623730951},"126":{"tf":2.0},"129":{"tf":1.4142135623730951},"138":{"tf":1.7320508075688772},"160":{"tf":1.0},"27":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"48":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":6,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"141":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":1,"docs":{"126":{"tf":1.7320508075688772}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"50":{"tf":1.0},"51":{"tf":1.7320508075688772},"52":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"d":{"df":2,"docs":{"121":{"tf":1.0},"122":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"122":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":1,"docs":{"56":{"tf":1.0}}},"v":{"df":3,"docs":{"132":{"tf":1.0},"133":{"tf":1.0},"44":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"'":{"df":3,"docs":{"120":{"tf":1.0},"126":{"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":{"126":{"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":{"126":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":37,"docs":{"0":{"tf":1.0},"1":{"tf":1.7320508075688772},"120":{"tf":2.0},"121":{"tf":1.0},"123":{"tf":1.0},"132":{"tf":1.7320508075688772},"133":{"tf":2.0},"135":{"tf":1.4142135623730951},"137":{"tf":3.3166247903554},"138":{"tf":1.7320508075688772},"139":{"tf":1.0},"140":{"tf":1.0},"143":{"tf":1.0},"145":{"tf":2.0},"146":{"tf":1.7320508075688772},"151":{"tf":1.0},"154":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":3.605551275463989},"159":{"tf":2.6457513110645907},"160":{"tf":4.242640687119285},"163":{"tf":2.23606797749979},"2":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"3":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"44":{"tf":2.0},"48":{"tf":2.0},"64":{"tf":1.0},"66":{"tf":1.4142135623730951}}}},"i":{"c":{"df":20,"docs":{"120":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"132":{"tf":1.4142135623730951},"133":{"tf":1.0},"134":{"tf":1.7320508075688772},"143":{"tf":1.0},"145":{"tf":3.7416573867739413},"146":{"tf":2.0},"149":{"tf":1.0},"160":{"tf":1.0},"163":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"33":{"tf":2.0},"34":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"37":{"tf":2.23606797749979},"39":{"tf":1.4142135623730951},"4":{"tf":3.4641016151377544}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"129":{"tf":2.23606797749979},"130":{"tf":2.449489742783178},"36":{"tf":1.0},"44":{"tf":3.4641016151377544}}}}}}},"t":{"df":21,"docs":{"1":{"tf":1.0},"131":{"tf":1.7320508075688772},"132":{"tf":1.7320508075688772},"133":{"tf":1.7320508075688772},"14":{"tf":1.0},"141":{"tf":1.7320508075688772},"146":{"tf":2.23606797749979},"150":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"22":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"52":{"tf":1.4142135623730951},"63":{"tf":2.0},"66":{"tf":1.0},"83":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"120":{"tf":1.0},"133":{"tf":1.0},"146":{"tf":1.4142135623730951}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"116":{"tf":1.0},"133":{"tf":1.0},"157":{"tf":1.4142135623730951},"33":{"tf":1.0},"54":{"tf":1.0}}}}}},"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":{"131":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":2,"docs":{"131":{"tf":1.0},"52":{"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":6,"docs":{"11":{"tf":1.4142135623730951},"120":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"66":{"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":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"120":{"tf":1.0}}}}},"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":{"158":{"tf":1.4142135623730951},"159":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":2.0},"26":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":4,"docs":{"116":{"tf":1.0},"13":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"133":{"tf":1.0},"36":{"tf":1.0},"50":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"133":{"tf":1.0},"96":{"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":1,"docs":{"158":{"tf":1.0}}}}},"i":{"df":1,"docs":{"43":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"139":{"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":6,"docs":{"145":{"tf":1.0},"160":{"tf":1.4142135623730951},"18":{"tf":1.0},"4":{"tf":1.4142135623730951},"51":{"tf":1.0},"99":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"117":{"tf":1.0},"142":{"tf":1.0},"146":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}}}}},"z":{"df":0,"docs":{},"e":{"df":10,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"116":{"tf":1.0},"126":{"tf":1.0},"138":{"tf":1.0},"142":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":2.0},"81":{"tf":1.0},"98":{"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":{"53":{"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":{"138":{"tf":1.0}}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"158":{"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":3,"docs":{"66":{"tf":1.0},"67":{"tf":1.4142135623730951},"69":{"tf":2.0}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"138":{"tf":2.8284271247461903}}}}}}}},"df":0,"docs":{}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"134":{"tf":1.0},"39":{"tf":1.0},"48":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"133":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"163":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"14":{"tf":1.0},"36":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.0}}}},"t":{"df":0,"docs":{},"w":{"df":1,"docs":{"133":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":15,"docs":{"1":{"tf":1.0},"117":{"tf":1.0},"132":{"tf":1.0},"146":{"tf":1.7320508075688772},"163":{"tf":1.4142135623730951},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"9":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":5,"docs":{"120":{"tf":1.0},"146":{"tf":1.4142135623730951},"4":{"tf":1.0},"51":{"tf":1.0},"94":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"43":{"tf":1.4142135623730951},"66":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"14":{"tf":1.0}},"t":{"df":1,"docs":{"43":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":13,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951},"12":{"tf":1.0},"131":{"tf":1.4142135623730951},"133":{"tf":1.0},"163":{"tf":1.0},"2":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"99":{"tf":1.4142135623730951}},"i":{"df":10,"docs":{"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.4142135623730951},"145":{"tf":1.0},"146":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"94":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"35":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"(":{"0":{".":{".":{"0":{"df":1,"docs":{"122":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"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":{"123":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"123":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"123":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":3,"docs":{"120":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951}}}},"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":{"129":{"tf":1.0},"49":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"159":{"tf":1.0},"160":{"tf":1.0},"3":{"tf":1.0}}}}},"r":{"d":{"df":8,"docs":{"1":{"tf":1.0},"120":{"tf":1.0},"133":{"tf":1.0},"14":{"tf":1.0},"141":{"tf":1.0},"158":{"tf":1.0},"35":{"tf":1.0},"75":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":12,"docs":{"11":{"tf":1.0},"120":{"tf":2.23606797749979},"144":{"tf":1.0},"146":{"tf":1.7320508075688772},"17":{"tf":1.0},"18":{"tf":1.7320508075688772},"21":{"tf":1.0},"31":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"59":{"tf":1.0},"86":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"133":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"e":{"df":7,"docs":{"123":{"tf":1.0},"133":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.0}}}}}}},"i":{"c":{"df":10,"docs":{"119":{"tf":1.0},"121":{"tf":1.0},"123":{"tf":1.4142135623730951},"133":{"tf":1.0},"134":{"tf":1.4142135623730951},"18":{"tf":1.0},"22":{"tf":1.0},"27":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":2.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"119":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"u":{"df":4,"docs":{"153":{"tf":1.0},"154":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"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":{"123":{"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":{"123":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"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":{"120":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"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":6,"docs":{"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":1.0},"50":{"tf":2.23606797749979}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.0},"158":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"112":{"tf":1.0},"116":{"tf":1.0},"54":{"tf":1.0},"63":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":5,"docs":{"57":{"tf":1.4142135623730951},"60":{"tf":1.0},"63":{"tf":2.23606797749979},"74":{"tf":1.0},"90":{"tf":1.0}}}}}}},"df":2,"docs":{"119":{"tf":1.0},"123":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"75":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":18,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"141":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.7320508075688772},"48":{"tf":2.449489742783178},"52":{"tf":1.0},"55":{"tf":1.0},"63":{"tf":2.23606797749979},"67":{"tf":1.4142135623730951},"74":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"86":{"tf":1.7320508075688772},"91":{"tf":1.7320508075688772},"99":{"tf":2.449489742783178}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"122":{"tf":1.7320508075688772},"126":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"_":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"132":{"tf":1.4142135623730951}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"(":{"df":3,"docs":{"132":{"tf":1.0},"145":{"tf":1.0},"4":{"tf":1.0}}},"df":4,"docs":{"132":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"39":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"a":{"d":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":1,"docs":{"132":{"tf":1.0}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"64":{"tf":1.0}}}},"t":{"df":1,"docs":{"134":{"tf":1.0}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"137":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"137":{"tf":1.0},"19":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"h":{"df":13,"docs":{"105":{"tf":1.0},"123":{"tf":1.0},"154":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"22":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"43":{"tf":1.0},"52":{"tf":1.0},"64":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":4,"docs":{"116":{"tf":1.0},"142":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"163":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"123":{"tf":1.0},"134":{"tf":2.449489742783178},"147":{"tf":1.0},"87":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":2,"docs":{"163":{"tf":1.0},"47":{"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":{"126":{"tf":1.0},"96":{"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":{"123":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"123":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":10,"docs":{"116":{"tf":1.0},"12":{"tf":1.0},"123":{"tf":1.0},"146":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"3":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"64":{"tf":1.0}}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"63":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":13,"docs":{"122":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"2":{"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},"51":{"tf":1.0},"86":{"tf":1.0}},"n":{"df":1,"docs":{"144":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"k":{"df":3,"docs":{"121":{"tf":1.0},"133":{"tf":1.0},"163":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"51":{"tf":1.0},"94":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"p":{"df":3,"docs":{"124":{"tf":1.0},"132":{"tf":1.0},"44":{"tf":1.4142135623730951}}}},"df":1,"docs":{"39":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"44":{"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},"158":{"tf":1.0}}}}}}}}},"n":{"d":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.7320508075688772},"19":{"tf":1.7320508075688772}}}}},"f":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"j":{"\"":{",":{"\"":{"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":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"\"":{":":{"[":{"df":0,"docs":{},"{":{"\"":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"\"":{":":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"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":{"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":{}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"35":{"tf":1.0}}}}}}}}},"t":{"'":{"df":2,"docs":{"123":{"tf":1.0},"146":{"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":1,"docs":{"37":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"131":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"94":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"36":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"50":{"tf":1.0}}}},"r":{"d":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"110":{"tf":1.0},"129":{"tf":1.4142135623730951},"158":{"tf":1.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"94":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":1,"docs":{"34":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":18,"docs":{"101":{"tf":1.0},"160":{"tf":1.0},"163":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":1.7320508075688772},"31":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"71":{"tf":1.0},"79":{"tf":1.0},"86":{"tf":1.0},"94":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"e":{"df":1,"docs":{"163":{"tf":1.0}}},"m":{"df":0,"docs":{},"e":{"df":12,"docs":{"12":{"tf":1.0},"126":{"tf":2.0},"129":{"tf":1.4142135623730951},"137":{"tf":1.0},"138":{"tf":1.0},"156":{"tf":1.0},"26":{"tf":1.0},"36":{"tf":1.4142135623730951},"52":{"tf":1.0},"66":{"tf":1.0},"87":{"tf":1.0},"94":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"\"":{":":{"\"":{"2":{"0":{"2":{"2":{"df":1,"docs":{"37":{"tf":2.0}}},"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":4,"docs":{"105":{"tf":2.23606797749979},"108":{"tf":1.0},"126":{"tf":2.0},"54":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"l":{"df":10,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}}}},"o":{"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":1,"docs":{"37":{"tf":2.449489742783178}}}}},"df":0,"docs":{}}},"df":17,"docs":{"110":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"114":{"tf":2.0},"116":{"tf":2.6457513110645907},"141":{"tf":1.7320508075688772},"144":{"tf":1.0},"147":{"tf":1.4142135623730951},"160":{"tf":1.0},"36":{"tf":2.6457513110645907},"37":{"tf":1.7320508075688772},"43":{"tf":1.7320508075688772},"46":{"tf":1.7320508075688772},"52":{"tf":1.4142135623730951},"54":{"tf":1.0},"56":{"tf":1.0},"71":{"tf":1.0}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":8,"docs":{"110":{"tf":1.4142135623730951},"116":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"43":{"tf":1.0},"52":{"tf":1.4142135623730951},"54":{"tf":1.0},"56":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"120":{"tf":1.0},"51":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{":":{":":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"120":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"120":{"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":{"123":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"123":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":2,"docs":{"121":{"tf":1.0},"123":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"129":{"tf":1.0},"131":{"tf":1.4142135623730951}}},"l":{"df":2,"docs":{"120":{"tf":1.0},"3":{"tf":1.0}}}},"p":{"df":2,"docs":{"139":{"tf":1.0},"163":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"134":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"130":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":8,"docs":{"100":{"tf":1.4142135623730951},"114":{"tf":1.0},"129":{"tf":2.23606797749979},"130":{"tf":1.0},"137":{"tf":2.6457513110645907},"138":{"tf":2.0},"14":{"tf":1.0},"70":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"150":{"tf":1.0}}},"k":{"df":3,"docs":{"129":{"tf":1.0},"137":{"tf":1.0},"44":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"157":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"'":{"df":1,"docs":{"83":{"tf":1.0}}},"df":14,"docs":{"158":{"tf":1.0},"160":{"tf":1.7320508075688772},"163":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":1.0},"54":{"tf":1.0},"66":{"tf":1.0},"83":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"117":{"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},"39":{"tf":1.0}}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"50":{"tf":1.0}}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"163":{"tf":1.0}}}}},"df":2,"docs":{"120":{"tf":1.0},"123":{"tf":1.0}}},"u":{"df":0,"docs":{},"e":{"df":3,"docs":{"116":{"tf":1.0},"142":{"tf":1.7320508075688772},"99":{"tf":1.4142135623730951}}}},"y":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"(":{"df":0,"docs":{},"p":{"df":1,"docs":{"123":{"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":{"119":{"tf":1.0},"123":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"120":{"tf":1.0}}}}}}},"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":{"123":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"44":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"150":{"tf":1.0},"36":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"163":{"tf":1.0}}}}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"49":{"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":{"50":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"o":{"df":7,"docs":{"117":{"tf":1.0},"12":{"tf":1.0},"123":{"tf":1.0},"141":{"tf":1.0},"163":{"tf":1.4142135623730951},"22":{"tf":1.0},"46":{"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":{"138":{"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":{"138":{"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":{"138":{"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":27,"docs":{"108":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"114":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":1.4142135623730951},"120":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":2.0},"126":{"tf":3.3166247903554},"133":{"tf":1.0},"134":{"tf":1.7320508075688772},"138":{"tf":1.4142135623730951},"19":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":4.242640687119285},"53":{"tf":1.0},"55":{"tf":2.23606797749979},"63":{"tf":3.605551275463989},"67":{"tf":1.7320508075688772},"74":{"tf":2.0},"78":{"tf":1.4142135623730951},"86":{"tf":3.4641016151377544},"91":{"tf":2.0},"95":{"tf":1.7320508075688772},"99":{"tf":4.242640687119285}}},"i":{"c":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"1":{"df":1,"docs":{"126":{"tf":2.0}}},"2":{"df":1,"docs":{"126":{"tf":1.0}}},"8":{"df":1,"docs":{"126":{"tf":2.0}}},"d":{"df":0,"docs":{},"p":{"df":23,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"120":{"tf":1.7320508075688772},"124":{"tf":1.4142135623730951},"125":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":1.0},"14":{"tf":1.0},"160":{"tf":1.4142135623730951},"163":{"tf":1.4142135623730951},"17":{"tf":2.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.7320508075688772},"22":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"37":{"tf":1.0},"39":{"tf":2.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"71":{"tf":1.0}}}},"df":3,"docs":{"120":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.7320508075688772}},"e":{"4":{"df":1,"docs":{"148":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"1":{"6":{"df":1,"docs":{"86":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"3":{"2":{"df":2,"docs":{"63":{"tf":1.4142135623730951},"95":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}},"8":{"df":2,"docs":{"74":{"tf":1.0},"99":{"tf":1.0}}},"df":1,"docs":{"95":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"141":{"tf":1.0},"148":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"63":{"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":{"163":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"145":{"tf":1.0},"146":{"tf":1.0}}}},"q":{"df":0,"docs":{},"u":{"df":3,"docs":{"126":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}}}},"t":{"df":1,"docs":{"126":{"tf":1.4142135623730951}}},"x":{"df":6,"docs":{"105":{"tf":1.0},"108":{"tf":1.0},"126":{"tf":1.4142135623730951},"45":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":1,"docs":{"60":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"13":{"tf":1.0},"147":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"159":{"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":{"137":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":7,"docs":{"154":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"124":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"145":{"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":10,"docs":{"122":{"tf":1.0},"123":{"tf":1.0},"131":{"tf":1.0},"133":{"tf":1.4142135623730951},"137":{"tf":1.7320508075688772},"138":{"tf":2.0},"144":{"tf":1.4142135623730951},"145":{"tf":1.0},"39":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{}},"df":13,"docs":{"120":{"tf":1.0},"123":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":1.0},"22":{"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},"66":{"tf":1.0},"94":{"tf":1.0}},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"148":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"133":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":10,"docs":{"118":{"tf":1.4142135623730951},"120":{"tf":1.0},"129":{"tf":1.7320508075688772},"44":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"52":{"tf":1.0},"54":{"tf":1.0},"88":{"tf":1.0},"92":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"l":{"df":4,"docs":{"135":{"tf":1.0},"138":{"tf":1.4142135623730951},"39":{"tf":1.0},"48":{"tf":1.0}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":7,"docs":{"132":{"tf":1.0},"143":{"tf":1.0},"145":{"tf":1.0},"150":{"tf":1.0},"29":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.7320508075688772}}}},"df":58,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951},"101":{"tf":1.0},"105":{"tf":1.0},"113":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.4142135623730951},"12":{"tf":1.0},"120":{"tf":1.7320508075688772},"121":{"tf":1.7320508075688772},"123":{"tf":2.0},"124":{"tf":1.0},"125":{"tf":1.0},"131":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951},"133":{"tf":1.0},"134":{"tf":2.8284271247461903},"140":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.4142135623730951},"146":{"tf":2.23606797749979},"153":{"tf":1.0},"154":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.0},"27":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":1.7320508075688772},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.4142135623730951},"60":{"tf":1.0},"63":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"87":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"23":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"c":{"df":2,"docs":{"108":{"tf":1.0},"126":{"tf":1.4142135623730951}}},"df":0,"docs":{},"f":{"df":1,"docs":{"75":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"163":{"tf":1.0},"56":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":9,"docs":{"116":{"tf":1.0},"139":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.4142135623730951},"3":{"tf":1.0},"32":{"tf":1.0},"43":{"tf":1.0},"56":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"159":{"tf":1.0}},"i":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"df":21,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"120":{"tf":1.0},"123":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":1,"docs":{"142":{"tf":1.0}}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"142":{"tf":1.0},"55":{"tf":1.0},"75":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":21,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"137":{"tf":1.0},"141":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"46":{"tf":1.7320508075688772},"48":{"tf":1.0},"52":{"tf":1.7320508075688772},"55":{"tf":2.0},"60":{"tf":1.0},"63":{"tf":1.0},"81":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":2.449489742783178}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"150":{"tf":1.4142135623730951},"45":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":4,"docs":{"38":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"64":{"tf":1.0}}}}}}}},"df":1,"docs":{"4":{"tf":1.0}},"e":{"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":{":":{":":{"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":{"120":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"114":{"tf":1.0}}},"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"117":{"tf":1.0}},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"150":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":2,"docs":{"163":{"tf":1.0},"69":{"tf":1.0}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":25,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"120":{"tf":1.7320508075688772},"123":{"tf":1.4142135623730951},"142":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951},"44":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.4142135623730951},"51":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0},"98":{"tf":1.0}}}}}}}},"i":{"a":{"df":22,"docs":{"114":{"tf":1.0},"116":{"tf":1.0},"129":{"tf":2.0},"132":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"140":{"tf":1.0},"142":{"tf":1.0},"160":{"tf":1.4142135623730951},"19":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"69":{"tf":1.0}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":6,"docs":{"112":{"tf":1.0},"132":{"tf":1.0},"138":{"tf":1.0},"145":{"tf":1.0},"39":{"tf":1.0},"99":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"134":{"tf":1.0},"3":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"131":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"s":{"df":1,"docs":{"154":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"14":{"tf":1.0},"148":{"tf":1.0},"37":{"tf":1.0},"50":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":7,"docs":{"132":{"tf":1.4142135623730951},"139":{"tf":1.0},"140":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.4142135623730951},"163":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":5,"docs":{"123":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{},"e":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":5,"docs":{"123":{"tf":1.0},"146":{"tf":1.0},"23":{"tf":1.0},"32":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951}}}},"r":{"df":3,"docs":{"120":{"tf":1.0},"146":{"tf":1.4142135623730951},"22":{"tf":1.0}}},"v":{"df":2,"docs":{"146":{"tf":1.0},"36":{"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":{"145":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":10,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"128":{"tf":1.0},"133":{"tf":1.0},"14":{"tf":1.0},"157":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.4142135623730951},"53":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":3,"docs":{"19":{"tf":1.0},"29":{"tf":1.0},"38":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"120":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"144":{"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":{"137":{"tf":1.0},"154":{"tf":1.0},"4":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"48":{"tf":1.0},"63":{"tf":1.4142135623730951},"67":{"tf":1.0},"74":{"tf":1.4142135623730951},"86":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"148":{"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":{"94":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"120":{"tf":1.0},"123":{"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":{"117":{"tf":1.0},"133":{"tf":1.0},"139":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"56":{"tf":1.0},"94":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"159":{"tf":1.0},"160":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"36":{"tf":1.0},"50":{"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":7,"docs":{"14":{"tf":1.0},"146":{"tf":1.0},"163":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"50":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":3,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"87":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"d":{"df":1,"docs":{"133":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":1,"docs":{"94":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"66":{"tf":1.4142135623730951}}}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":3,"docs":{"120":{"tf":1.0},"51":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"118":{"tf":1.0},"122":{"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":{"118":{"tf":1.0},"122":{"tf":1.0}}}}}}}}},"df":9,"docs":{"117":{"tf":1.7320508075688772},"118":{"tf":1.4142135623730951},"129":{"tf":1.7320508075688772},"131":{"tf":1.0},"36":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"74":{"tf":1.0},"86":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}}},"x":{"d":{"df":28,"docs":{"123":{"tf":1.0},"132":{"tf":2.0},"133":{"tf":2.0},"134":{"tf":1.0},"135":{"tf":1.4142135623730951},"136":{"tf":1.0},"138":{"tf":2.0},"139":{"tf":1.4142135623730951},"140":{"tf":1.0},"142":{"tf":1.4142135623730951},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":2.0},"146":{"tf":1.4142135623730951},"154":{"tf":1.7320508075688772},"155":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"163":{"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},"43":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951}},"s":{"/":{"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":{"145":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":2,"docs":{"145":{"tf":1.0},"147":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":17,"docs":{"143":{"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.449489742783178},"37":{"tf":2.23606797749979}}}}}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":21,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.0},"144":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0},"98":{"tf":1.0}}}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"129":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"132":{"tf":2.23606797749979}}}}}}}},"breadcrumbs":{"root":{"0":{".":{"0":{"df":5,"docs":{"63":{"tf":1.4142135623730951},"74":{"tf":1.0},"86":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}},"2":{".":{"0":{"df":1,"docs":{"120":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{".":{"0":{"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"df":1,"docs":{"123":{"tf":1.7320508075688772}}},"8":{"df":1,"docs":{"122":{"tf":1.0}}},"df":0,"docs":{}},"1":{"df":1,"docs":{"18":{"tf":2.0}}},"7":{"/":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":10,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"2":{"2":{":":{"1":{"0":{":":{"4":{"7":{".":{"2":{"5":{"7":{"6":{"3":{"5":{"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":{"37":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"3":{"2":{"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":{"37":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"1":{"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":{"37":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":5,"docs":{"126":{"tf":1.0},"137":{"tf":1.0},"18":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":2.0}},"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":{"122":{"tf":1.0},"123":{"tf":1.0}}},"2":{"4":{".":{"0":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"/":{"1":{"df":2,"docs":{"33":{"tf":1.0},"34":{"tf":2.0}}},"df":0,"docs":{}},"0":{".":{"1":{"0":{"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":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"df":2,"docs":{"85":{"tf":1.0},"94":{"tf":1.7320508075688772}}},"4":{"df":1,"docs":{"94":{"tf":1.0}}},"df":0,"docs":{}},"df":3,"docs":{"37":{"tf":2.0},"51":{"tf":1.4142135623730951},"85":{"tf":1.0}}},"2":{"3":{".":{"0":{".":{"0":{".":{"1":{":":{"2":{"9":{"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{".":{"0":{".":{"0":{".":{"1":{":":{"2":{"6":{"0":{"0":{"0":{"df":8,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"81":{"tf":1.0},"98":{"tf":1.0}}},"1":{"df":6,"docs":{"103":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"46":{"tf":1.0},"81":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"3":{"2":{"1":{"df":2,"docs":{"120":{"tf":1.0},"123":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"0":{"0":{"0":{"df":1,"docs":{"37":{"tf":1.0}}},"1":{"df":8,"docs":{"51":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"0":{"0":{"df":1,"docs":{"125":{"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":{"146":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"9":{"9":{"9":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"120":{"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":{"147":{"tf":1.0}}},"8":{"0":{"0":{"0":{"df":1,"docs":{"144":{"tf":1.0}}},"df":1,"docs":{"144":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"2":{".":{"1":{"6":{"8":{".":{"1":{".":{"1":{":":{"7":{"0":{"0":{"1":{"df":1,"docs":{"48":{"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":{"85":{"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":{}}},"df":19,"docs":{"112":{"tf":1.0},"120":{"tf":1.0},"123":{"tf":1.0},"126":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.4142135623730951},"144":{"tf":1.0},"147":{"tf":1.0},"17":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"62":{"tf":1.0},"66":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.4142135623730951},"85":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.7320508075688772}},"m":{"2":{"3":{"df":1,"docs":{"33":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"x":{"7":{"df":0,"docs":{},"i":{"df":0,"docs":{},"j":{"df":0,"docs":{},"y":{"6":{"df":3,"docs":{"141":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"2":{"0":{"0":{"df":2,"docs":{"153":{"tf":1.0},"154":{"tf":1.4142135623730951}}},"2":{"2":{"df":1,"docs":{"36":{"tf":1.0}}},"3":{"df":1,"docs":{"163":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"df":0,"docs":{},"m":{"df":1,"docs":{"36":{"tf":1.7320508075688772}}}},"df":8,"docs":{"103":{"tf":1.0},"116":{"tf":1.0},"18":{"tf":1.4142135623730951},"23":{"tf":1.4142135623730951},"33":{"tf":1.4142135623730951},"51":{"tf":1.0},"81":{"tf":1.0},"98":{"tf":1.0}}},"3":{"0":{"df":2,"docs":{"145":{"tf":1.0},"39":{"tf":1.0}}},"4":{".":{"1":{"6":{"8":{".":{"1":{"7":{"0":{".":{"5":{"1":{"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":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":10,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"116":{"tf":1.0},"142":{"tf":1.0},"19":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"62":{"tf":1.0},"81":{"tf":1.0},"98":{"tf":1.0}},"h":{"2":{"2":{"df":0,"docs":{},"m":{"df":1,"docs":{"37":{"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":{"120":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"120":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"6":{"df":2,"docs":{"36":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":5,"docs":{"23":{"tf":1.0},"27":{"tf":1.4142135623730951},"35":{"tf":1.4142135623730951},"44":{"tf":1.0},"94":{"tf":1.0}}},"5":{"1":{"2":{"df":1,"docs":{"50":{"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":{},"j":{"7":{"df":0,"docs":{},"q":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":2,"docs":{"25":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951}},"m":{"7":{"df":1,"docs":{"34":{"tf":1.0}}},"df":0,"docs":{}}},"6":{"0":{"df":1,"docs":{"44":{"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":1,"docs":{"34":{"tf":1.7320508075688772}}}},"7":{"0":{"0":{"0":{":":{"3":{"0":{"1":{"7":{"4":{"/":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"p":{"df":1,"docs":{"37":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"19":{"tf":1.0},"48":{"tf":1.0},"85":{"tf":1.4142135623730951}}},"1":{"df":1,"docs":{"123":{"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":{}},"df":0,"docs":{}},"5":{"3":{"3":{"df":1,"docs":{"22":{"tf":1.0}}},"4":{"df":1,"docs":{"26":{"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":2,"docs":{"124":{"tf":1.0},"39":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":1,"docs":{"33":{"tf":1.0}}},"7":{"7":{"7":{"df":3,"docs":{"120":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"0":{"0":{"df":2,"docs":{"132":{"tf":1.4142135623730951},"145":{"tf":1.4142135623730951}}},"1":{"df":1,"docs":{"146":{"tf":1.0}}},"2":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}},"9":{"6":{"5":{"c":{"4":{"4":{"6":{"d":{"df":2,"docs":{"34":{"tf":2.0},"36":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"0":{"0":{"df":2,"docs":{"145":{"tf":1.4142135623730951},"146":{"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":{}},"df":1,"docs":{"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":{}},"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":{"149":{"tf":1.0},"151":{"tf":1.0},"34":{"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}}}}}},"df":1,"docs":{"75":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"j":{"3":{"df":0,"docs":{},"v":{"2":{"df":0,"docs":{},"i":{"df":3,"docs":{"141":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"9":{"0":{"9":{"1":{"df":1,"docs":{"24":{"tf":1.0}}},"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}}}}},"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":{"120":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"a":{"b":{"c":{"df":3,"docs":{"103":{"tf":1.0},"81":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"158":{"tf":1.0},"3":{"tf":1.0},"50":{"tf":1.0}}}},"o":{"df":0,"docs":{},"v":{"df":9,"docs":{"1":{"tf":1.0},"159":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"51":{"tf":1.0},"66":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":6,"docs":{"105":{"tf":1.0},"118":{"tf":1.0},"126":{"tf":1.0},"145":{"tf":1.0},"4":{"tf":1.4142135623730951},"54":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":12,"docs":{"1":{"tf":1.0},"116":{"tf":1.0},"141":{"tf":1.7320508075688772},"151":{"tf":1.0},"160":{"tf":1.0},"163":{"tf":1.0},"22":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.4142135623730951},"43":{"tf":1.0},"86":{"tf":1.0},"87":{"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":{"131":{"tf":1.0}}}}}}},"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":1,"docs":{"163":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"39":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"67":{"tf":1.0},"85":{"tf":1.4142135623730951},"86":{"tf":2.0},"87":{"tf":2.0}}}},"v":{"df":4,"docs":{"129":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"145":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"118":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"d":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"d":{"df":1,"docs":{"52":{"tf":1.0}}},"df":0,"docs":{}}}},"df":10,"docs":{"116":{"tf":1.0},"120":{"tf":1.7320508075688772},"122":{"tf":1.0},"123":{"tf":2.0},"145":{"tf":1.0},"146":{"tf":1.0},"36":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"71":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"124":{"tf":1.0},"133":{"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":2,"docs":{"48":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}}}}}}}}},"df":1,"docs":{"146":{"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":2,"docs":{"23":{"tf":1.0},"37":{"tf":1.0}}}}}},"df":38,"docs":{"103":{"tf":1.4142135623730951},"107":{"tf":1.0},"112":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"120":{"tf":1.0},"123":{"tf":1.0},"128":{"tf":1.7320508075688772},"134":{"tf":2.23606797749979},"140":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":2.6457513110645907},"151":{"tf":1.0},"160":{"tf":1.4142135623730951},"22":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"43":{"tf":1.0},"46":{"tf":1.7320508075688772},"48":{"tf":2.23606797749979},"51":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.4142135623730951},"85":{"tf":1.0},"86":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0},"98":{"tf":1.4142135623730951}}}}}}},"df":7,"docs":{"124":{"tf":1.0},"131":{"tf":1.0},"133":{"tf":1.0},"141":{"tf":1.4142135623730951},"145":{"tf":1.4142135623730951},"146":{"tf":1.0},"147":{"tf":1.0}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"117":{"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":8,"docs":{"146":{"tf":2.23606797749979},"151":{"tf":1.0},"152":{"tf":1.0},"18":{"tf":1.0},"24":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":2.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":10,"docs":{"124":{"tf":1.0},"149":{"tf":2.0},"150":{"tf":1.0},"151":{"tf":1.7320508075688772},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"161":{"tf":1.0}}}}}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"150":{"tf":1.0},"4":{"tf":1.0}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"158":{"tf":1.0},"159":{"tf":1.0},"2":{"tf":1.0},"32":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"163":{"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":{"150":{"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":1,"docs":{"34":{"tf":1.0}}}}}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"19":{"tf":1.0},"36":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"112":{"tf":1.0},"116":{"tf":1.0},"143":{"tf":1.0},"23":{"tf":1.0},"86":{"tf":1.0},"99":{"tf":1.4142135623730951}}}}}}},"df":7,"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}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"4":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":2,"docs":{"133":{"tf":1.0},"145":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"n":{"df":30,"docs":{"132":{"tf":1.4142135623730951},"139":{"tf":2.6457513110645907},"140":{"tf":2.0},"141":{"tf":1.0},"142":{"tf":1.7320508075688772},"143":{"tf":2.0},"145":{"tf":1.4142135623730951},"154":{"tf":1.0},"163":{"tf":2.0},"19":{"tf":1.0},"20":{"tf":1.7320508075688772},"21":{"tf":1.7320508075688772},"22":{"tf":2.6457513110645907},"23":{"tf":1.4142135623730951},"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}},"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":1,"docs":{"36":{"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":1,"docs":{"36":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"d":{"df":0,"docs":{},"k":{"df":1,"docs":{"36":{"tf":1.0}}}},"df":0,"docs":{}},"v":{"1":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},":":{"8":{"0":{"\"":{"df":0,"docs":{},"}":{"]":{",":{"\"":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"\"":{":":{"7":{"0":{"0":{"0":{",":{"\"":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"\"":{":":{"\"":{"df":0,"docs":{},"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":{},"x":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"_":{"d":{"b":{"\"":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"34":{"tf":1.0},"36":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"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},"69":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":7,"docs":{"132":{"tf":1.0},"140":{"tf":1.0},"145":{"tf":1.0},"23":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":3.3166247903554},"37":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":8,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"63":{"tf":1.4142135623730951},"67":{"tf":1.0},"74":{"tf":1.4142135623730951},"86":{"tf":1.0},"91":{"tf":1.0},"99":{"tf":1.7320508075688772}}},"w":{"df":11,"docs":{"117":{"tf":1.0},"14":{"tf":1.0},"2":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.7320508075688772},"87":{"tf":2.23606797749979},"94":{"tf":2.0},"95":{"tf":1.0}},"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":{"54":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"126":{"tf":1.0},"52":{"tf":1.0}},"s":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"158":{"tf":1.0},"43":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"h":{"a":{"df":2,"docs":{"11":{"tf":1.0},"147":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"123":{"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":{"50":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":6,"docs":{"101":{"tf":1.0},"11":{"tf":1.0},"145":{"tf":1.0},"160":{"tf":1.4142135623730951},"79":{"tf":1.0},"94":{"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":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"163":{"tf":1.0}}}}}}},"n":{"d":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"128":{"tf":1.0},"47":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"141":{"tf":1.4142135623730951},"36":{"tf":2.449489742783178}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":5,"docs":{"125":{"tf":1.0},"160":{"tf":1.0},"19":{"tf":1.0},"34":{"tf":1.0},"52":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"99":{"tf":1.7320508075688772}}},"n":{"df":1,"docs":{"163":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":14,"docs":{"117":{"tf":1.0},"12":{"tf":1.0},"124":{"tf":2.0},"133":{"tf":2.0},"134":{"tf":2.0},"151":{"tf":1.4142135623730951},"161":{"tf":1.0},"163":{"tf":1.4142135623730951},"27":{"tf":1.0},"32":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"142":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"117":{"tf":1.0},"37":{"tf":1.7320508075688772},"50":{"tf":2.6457513110645907},"52":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"115":{"tf":1.4142135623730951},"36":{"tf":1.0}}},"df":9,"docs":{"137":{"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},"63":{"tf":1.0},"95":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"145":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":6,"docs":{"116":{"tf":1.0},"143":{"tf":1.0},"158":{"tf":1.0},"33":{"tf":1.4142135623730951},"36":{"tf":1.0},"71":{"tf":1.0}}}}}}}}},"r":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"40":{"tf":1.0},"42":{"tf":1.4142135623730951},"48":{"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":{"132":{"tf":1.0},"157":{"tf":1.7320508075688772},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"2":{"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":4,"docs":{"128":{"tf":1.0},"154":{"tf":1.0},"21":{"tf":1.0},"31":{"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":6,"docs":{"140":{"tf":1.0},"142":{"tf":1.0},"145":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"130":{"tf":1.0},"137":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"y":{"df":6,"docs":{"110":{"tf":1.0},"46":{"tf":1.4142135623730951},"48":{"tf":2.0},"74":{"tf":1.0},"86":{"tf":2.0},"99":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"df":0,"docs":{},"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":{"161":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"n":{"df":3,"docs":{"128":{"tf":2.23606797749979},"129":{"tf":2.449489742783178},"130":{"tf":1.4142135623730951}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"1":{"tf":1.0},"151":{"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":{"103":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"144":{"tf":1.0},"51":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0},"98":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":8,"docs":{"129":{"tf":1.4142135623730951},"141":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"46":{"tf":1.4142135623730951},"48":{"tf":1.0},"52":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":2,"docs":{"116":{"tf":1.0},"151":{"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":{"118":{"tf":1.0},"122":{"tf":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":{"118":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"90":{"tf":1.0},"94":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"46":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"137":{"tf":1.7320508075688772}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"66":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"71":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":8,"docs":{"112":{"tf":1.0},"116":{"tf":3.0},"143":{"tf":1.0},"160":{"tf":1.0},"163":{"tf":1.0},"36":{"tf":1.4142135623730951},"54":{"tf":1.0},"56":{"tf":1.0}}}}}},"o":{"df":1,"docs":{"4":{"tf":1.4142135623730951}},"m":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"148":{"tf":1.0},"44":{"tf":1.4142135623730951}}}},"df":2,"docs":{"132":{"tf":1.0},"5":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":5,"docs":{"129":{"tf":1.0},"155":{"tf":1.4142135623730951},"157":{"tf":1.0},"161":{"tf":1.0},"63":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"160":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":7,"docs":{"138":{"tf":1.0},"160":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"34":{"tf":1.0},"48":{"tf":1.0},"66":{"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":{"137":{"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":{"134":{"tf":2.0},"160":{"tf":1.4142135623730951},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"6":{"4":{"df":4,"docs":{"141":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.4142135623730951},"46":{"tf":1.0}}},"df":0,"docs":{}},"df":12,"docs":{"11":{"tf":1.0},"124":{"tf":1.0},"129":{"tf":1.0},"134":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.4142135623730951},"91":{"tf":1.0},"96":{"tf":1.0}}},"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":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"50":{"tf":1.0}}}}},"df":6,"docs":{"13":{"tf":1.0},"131":{"tf":1.7320508075688772},"134":{"tf":1.0},"158":{"tf":1.0},"52":{"tf":1.0},"66":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":8,"docs":{"129":{"tf":1.0},"130":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0},"66":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"63":{"tf":1.0},"71":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"96":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"54":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"1":{"tf":1.0},"138":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"116":{"tf":1.0},"157":{"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":1,"docs":{"1":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":11,"docs":{"105":{"tf":1.0},"129":{"tf":1.0},"133":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"26":{"tf":1.0},"32":{"tf":1.0},"44":{"tf":1.7320508075688772},"49":{"tf":1.0},"54":{"tf":1.0},"64":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":11,"docs":{"12":{"tf":1.0},"123":{"tf":1.0},"13":{"tf":1.0},"159":{"tf":1.0},"16":{"tf":1.0},"160":{"tf":1.0},"3":{"tf":1.0},"31":{"tf":1.0},"37":{"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":{"119":{"tf":1.0},"123":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"d":{"df":1,"docs":{"4":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"83":{"tf":1.0},"86":{"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":{"112":{"tf":1.0},"116":{"tf":1.0},"46":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"137":{"tf":1.0},"63":{"tf":1.4142135623730951},"99":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"df":1,"docs":{"23":{"tf":1.0}},"h":{"df":5,"docs":{"11":{"tf":1.0},"118":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"36":{"tf":1.0},"52":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"151":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"df":5,"docs":{"123":{"tf":1.0},"158":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"54":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"81":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":2.23606797749979}}}},"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":{},"g":{"df":1,"docs":{"145":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"l":{"d":{"df":7,"docs":{"1":{"tf":1.0},"12":{"tf":1.0},"123":{"tf":1.7320508075688772},"131":{"tf":1.0},"14":{"tf":1.0},"41":{"tf":1.0},"52":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":11,"docs":{"134":{"tf":1.0},"139":{"tf":1.0},"146":{"tf":1.0},"163":{"tf":1.0},"43":{"tf":1.4142135623730951},"47":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"7":{"tf":1.0},"9":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":21,"docs":{"110":{"tf":1.0},"123":{"tf":1.0},"129":{"tf":1.0},"147":{"tf":1.7320508075688772},"46":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"54":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":2.8284271247461903},"70":{"tf":1.4142135623730951},"71":{"tf":1.4142135623730951},"72":{"tf":1.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.7320508075688772},"75":{"tf":1.0}}}}}},"c":{"/":{"c":{"df":1,"docs":{"3":{"tf":1.0}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"138":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"154":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"50":{"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":{"43":{"tf":1.0}}}}},"df":0,"docs":{}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"157":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":14,"docs":{"105":{"tf":1.0},"116":{"tf":1.4142135623730951},"157":{"tf":1.0},"33":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"56":{"tf":2.23606797749979},"57":{"tf":2.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"60":{"tf":1.7320508075688772},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":2.8284271247461903}},"e":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":3,"docs":{"112":{"tf":1.0},"116":{"tf":1.0},"52":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"27":{"tf":1.0},"37":{"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":3,"docs":{"120":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.4142135623730951}}}}}}},"df":5,"docs":{"120":{"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":{"126":{"tf":1.0},"144":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.4142135623730951},"94":{"tf":1.0}}}},"t":{"df":1,"docs":{"17":{"tf":1.4142135623730951}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"145":{"tf":1.0}}}}},"d":{"df":1,"docs":{"134":{"tf":1.0}}},"df":6,"docs":{"12":{"tf":2.449489742783178},"14":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.4142135623730951},"4":{"tf":1.0},"45":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":8,"docs":{"118":{"tf":1.0},"134":{"tf":2.23606797749979},"44":{"tf":2.0},"48":{"tf":1.0},"50":{"tf":3.0},"51":{"tf":2.0},"52":{"tf":1.7320508075688772},"56":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":22,"docs":{"11":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"132":{"tf":1.4142135623730951},"139":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.4142135623730951},"150":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"96":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":8,"docs":{"146":{"tf":1.4142135623730951},"153":{"tf":1.0},"154":{"tf":1.0},"24":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"2":{"tf":1.0},"23":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"91":{"tf":1.0}}}}}}},"i":{"d":{"df":0,"docs":{},"r":{"df":2,"docs":{"128":{"tf":1.0},"86":{"tf":2.0}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"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.4142135623730951},"28":{"tf":1.4142135623730951}}}}},"r":{"df":1,"docs":{"138":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":1,"docs":{"151":{"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":1,"docs":{"3":{"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":{"126":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":26,"docs":{"1":{"tf":1.4142135623730951},"116":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":2.0},"123":{"tf":1.0},"124":{"tf":1.0},"126":{"tf":1.7320508075688772},"13":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"146":{"tf":1.0},"148":{"tf":1.0},"158":{"tf":2.0},"159":{"tf":3.872983346207417},"160":{"tf":4.0},"163":{"tf":1.0},"2":{"tf":1.0},"21":{"tf":1.0},"23":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":2.8284271247461903},"31":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":3.1622776601683795},"44":{"tf":2.449489742783178},"64":{"tf":1.0},"66":{"tf":1.7320508075688772}}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"11":{"tf":1.0}}}},"u":{"d":{"df":2,"docs":{"163":{"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":37,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"120":{"tf":1.0},"129":{"tf":1.4142135623730951},"132":{"tf":2.23606797749979},"134":{"tf":2.23606797749979},"138":{"tf":1.0},"139":{"tf":1.4142135623730951},"140":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"145":{"tf":1.7320508075688772},"146":{"tf":1.4142135623730951},"156":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.0},"31":{"tf":1.0},"33":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"46":{"tf":1.7320508075688772},"48":{"tf":2.0},"51":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0},"98":{"tf":1.0}},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"33":{"tf":1.0}}}}}}}}}},"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":8,"docs":{"117":{"tf":1.0},"12":{"tf":1.7320508075688772},"121":{"tf":1.0},"123":{"tf":2.0},"128":{"tf":1.0},"163":{"tf":1.0},"3":{"tf":1.0},"36":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"146":{"tf":1.0}}}}}},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":12,"docs":{"101":{"tf":1.0},"105":{"tf":1.0},"116":{"tf":1.0},"134":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.0},"163":{"tf":1.0},"50":{"tf":1.0},"56":{"tf":1.0},"79":{"tf":1.0},"86":{"tf":1.0},"92":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":6,"docs":{"123":{"tf":1.0},"133":{"tf":1.0},"158":{"tf":1.0},"34":{"tf":1.4142135623730951},"41":{"tf":1.0},"49":{"tf":1.0}}},"m":{"a":{"df":1,"docs":{"141":{"tf":1.0}},"n":{"d":{"df":10,"docs":{"125":{"tf":1.0},"132":{"tf":1.4142135623730951},"135":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"24":{"tf":1.0},"4":{"tf":2.0},"45":{"tf":1.4142135623730951},"46":{"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}}}}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"131":{"tf":1.0},"132":{"tf":1.0},"56":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"153":{"tf":1.0},"154":{"tf":1.0},"71":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":9,"docs":{"123":{"tf":1.0},"133":{"tf":1.0},"14":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.4142135623730951},"160":{"tf":1.0},"163":{"tf":1.0},"2":{"tf":1.0},"44":{"tf":1.4142135623730951}}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"110":{"tf":1.4142135623730951},"99":{"tf":1.7320508075688772}}},"t":{"df":2,"docs":{"133":{"tf":1.0},"69":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"123":{"tf":1.0},"13":{"tf":1.0},"8":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.4142135623730951}}},"x":{"df":5,"docs":{"132":{"tf":1.0},"157":{"tf":1.0},"160":{"tf":1.0},"163":{"tf":1.0},"45":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"163":{"tf":1.0},"36":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"150":{"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":{".":{"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":15,"docs":{"117":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"26":{"tf":2.449489742783178},"27":{"tf":2.0},"50":{"tf":2.0},"54":{"tf":1.4142135623730951},"64":{"tf":2.449489742783178},"65":{"tf":1.0},"66":{"tf":2.23606797749979},"67":{"tf":2.0},"68":{"tf":1.7320508075688772},"69":{"tf":2.23606797749979},"70":{"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":{"69":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"117":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"133":{"tf":1.0},"51":{"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":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":6,"docs":{"116":{"tf":1.0},"37":{"tf":1.0},"54":{"tf":1.0},"56":{"tf":1.0},"71":{"tf":1.7320508075688772},"74":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":5,"docs":{"160":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"101":{"tf":1.0},"79":{"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":{"120":{"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":{"120":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"123":{"tf":1.0}}}}}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"144":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":36,"docs":{"103":{"tf":1.7320508075688772},"107":{"tf":1.7320508075688772},"108":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"116":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"122":{"tf":2.0},"123":{"tf":2.23606797749979},"142":{"tf":1.7320508075688772},"143":{"tf":1.0},"144":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"37":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.7320508075688772},"45":{"tf":1.0},"51":{"tf":2.23606797749979},"55":{"tf":1.0},"62":{"tf":1.4142135623730951},"63":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"78":{"tf":1.0},"81":{"tf":1.7320508075688772},"85":{"tf":1.4142135623730951},"86":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"98":{"tf":1.7320508075688772},"99":{"tf":2.0}},"m":{"a":{"df":0,"docs":{},"p":{"df":8,"docs":{"132":{"tf":1.0},"142":{"tf":2.0},"145":{"tf":1.0},"22":{"tf":1.0},"25":{"tf":1.0},"28":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"r":{"df":71,"docs":{"100":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.7320508075688772},"107":{"tf":1.4142135623730951},"108":{"tf":1.7320508075688772},"11":{"tf":1.7320508075688772},"112":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"119":{"tf":1.7320508075688772},"120":{"tf":1.4142135623730951},"121":{"tf":2.23606797749979},"122":{"tf":1.7320508075688772},"123":{"tf":3.1622776601683795},"126":{"tf":1.0},"129":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":2.23606797749979},"133":{"tf":2.449489742783178},"134":{"tf":2.8284271247461903},"137":{"tf":2.6457513110645907},"138":{"tf":2.23606797749979},"140":{"tf":1.7320508075688772},"142":{"tf":2.23606797749979},"144":{"tf":2.0},"145":{"tf":1.4142135623730951},"146":{"tf":2.449489742783178},"151":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.0},"18":{"tf":1.7320508075688772},"22":{"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},"42":{"tf":1.0},"43":{"tf":1.7320508075688772},"45":{"tf":3.1622776601683795},"46":{"tf":3.0},"47":{"tf":2.0},"48":{"tf":2.6457513110645907},"51":{"tf":1.7320508075688772},"52":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"66":{"tf":2.0},"67":{"tf":1.4142135623730951},"73":{"tf":1.4142135623730951},"74":{"tf":1.7320508075688772},"77":{"tf":1.4142135623730951},"78":{"tf":1.7320508075688772},"81":{"tf":1.4142135623730951},"82":{"tf":1.7320508075688772},"85":{"tf":1.4142135623730951},"86":{"tf":2.0},"87":{"tf":1.4142135623730951},"90":{"tf":1.7320508075688772},"91":{"tf":1.7320508075688772},"94":{"tf":2.449489742783178},"95":{"tf":1.7320508075688772},"98":{"tf":1.4142135623730951},"99":{"tf":2.6457513110645907}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"158":{"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":25,"docs":{"129":{"tf":2.6457513110645907},"130":{"tf":1.4142135623730951},"135":{"tf":1.7320508075688772},"137":{"tf":1.7320508075688772},"138":{"tf":1.7320508075688772},"139":{"tf":1.0},"140":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.7320508075688772},"146":{"tf":1.0},"158":{"tf":1.4142135623730951},"159":{"tf":1.0},"160":{"tf":2.0},"19":{"tf":1.0},"2":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":2.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"37":{"tf":2.23606797749979},"46":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"52":{"tf":1.0}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"150":{"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":{"119":{"tf":1.0},"123":{"tf":1.0}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"134":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":5,"docs":{"118":{"tf":1.0},"42":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"121":{"tf":1.0},"126":{"tf":1.4142135623730951},"146":{"tf":1.0},"36":{"tf":1.0},"42":{"tf":1.4142135623730951},"5":{"tf":1.0},"75":{"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":{}},"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":4,"docs":{"126":{"tf":1.0},"142":{"tf":1.4142135623730951},"36":{"tf":1.0},"52":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"118":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0},"63":{"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":29,"docs":{"1":{"tf":1.0},"116":{"tf":1.0},"124":{"tf":1.7320508075688772},"125":{"tf":1.0},"126":{"tf":1.0},"129":{"tf":1.0},"132":{"tf":2.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":2.449489742783178},"146":{"tf":3.3166247903554},"160":{"tf":1.7320508075688772},"3":{"tf":1.0},"32":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"34":{"tf":1.0},"47":{"tf":1.0},"87":{"tf":1.0},"92":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"117":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"75":{"tf":1.0}}},"t":{"df":1,"docs":{"123":{"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":{"123":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"160":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"i":{"df":4,"docs":{"148":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"50":{"tf":1.0},"53":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"114":{"tf":1.0},"37":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"160":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"138":{"tf":1.0}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"128":{"tf":1.0},"134":{"tf":1.4142135623730951},"138":{"tf":2.0},"141":{"tf":1.0},"50":{"tf":1.0},"51":{"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":7,"docs":{"100":{"tf":1.4142135623730951},"114":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"137":{"tf":2.0},"138":{"tf":2.0}}}},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"128":{"tf":1.0}}},"y":{"_":{"c":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"128":{"tf":1.0},"130":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"p":{"d":{"df":1,"docs":{"145":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":1,"docs":{"2":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":5,"docs":{"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.7320508075688772},"69":{"tf":1.0}}}}},"d":{"df":2,"docs":{"132":{"tf":1.0},"145":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":17,"docs":{"117":{"tf":1.0},"12":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"130":{"tf":1.0},"146":{"tf":1.0},"17":{"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},"44":{"tf":1.7320508075688772},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"55":{"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":{"119":{"tf":1.0},"123":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"50":{"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":2,"docs":{"116":{"tf":1.0},"36":{"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":{"122":{"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":{"(":{"b":{"\"":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"d":{"b":{"df":0,"docs":{},"y":{"df":1,"docs":{"118":{"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":{"118":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"118":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":4,"docs":{"146":{"tf":1.7320508075688772},"34":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951},"37":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":20,"docs":{"11":{"tf":1.0},"119":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"129":{"tf":1.4142135623730951},"130":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.4142135623730951},"139":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"34":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"69":{"tf":1.0},"94":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":9,"docs":{"117":{"tf":2.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.4142135623730951},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"133":{"tf":1.0},"163":{"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":{"128":{"tf":1.4142135623730951},"130":{"tf":1.0},"39":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{}},"df":16,"docs":{"1":{"tf":1.0},"105":{"tf":1.0},"114":{"tf":1.4142135623730951},"126":{"tf":1.7320508075688772},"129":{"tf":2.449489742783178},"142":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"154":{"tf":1.4142135623730951},"160":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.7320508075688772},"3":{"tf":1.0},"52":{"tf":1.4142135623730951},"54":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"146":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"4":{"9":{"8":{"8":{"9":{"df":1,"docs":{"7":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":8,"docs":{"122":{"tf":1.0},"150":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"54":{"tf":1.0},"75":{"tf":2.23606797749979},"76":{"tf":1.0},"77":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951}}}}},"c":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"14":{"tf":1.0},"146":{"tf":1.0},"87":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":1,"docs":{"14":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"110":{"tf":1.0}}}},"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":6,"docs":{"26":{"tf":1.0},"54":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"70":{"tf":1.0}}}}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":10,"docs":{"0":{"tf":1.0},"1":{"tf":1.7320508075688772},"157":{"tf":1.0},"158":{"tf":2.23606797749979},"159":{"tf":1.4142135623730951},"160":{"tf":2.8284271247461903},"163":{"tf":1.0},"22":{"tf":1.4142135623730951},"37":{"tf":1.0},"66":{"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":{"41":{"tf":1.0}}}}}},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":45,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"128":{"tf":1.0},"132":{"tf":1.0},"140":{"tf":1.4142135623730951},"142":{"tf":1.4142135623730951},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.7320508075688772},"146":{"tf":1.7320508075688772},"150":{"tf":1.0},"151":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"36":{"tf":2.0},"39":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951},"43":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.7320508075688772},"51":{"tf":1.0},"53":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.4142135623730951},"77":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"104":{"tf":1.0},"119":{"tf":1.0},"122":{"tf":1.0},"82":{"tf":1.0},"99":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":9,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"130":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"74":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0},"99":{"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":{"67":{"tf":1.4142135623730951},"86":{"tf":1.0}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"99":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"86":{"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":{"99":{"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":{"99":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":4,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"63":{"tf":1.0},"99":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"67":{"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":{"91":{"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":{"86":{"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":{"86":{"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":{"86":{"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":{"63":{"tf":1.0},"74":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"99":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"25":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"44":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"146":{"tf":1.0}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"27":{"tf":1.0},"36":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"i":{"df":3,"docs":{"85":{"tf":1.0},"86":{"tf":1.4142135623730951},"87":{"tf":2.449489742783178}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":8,"docs":{"11":{"tf":1.0},"120":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.7320508075688772},"154":{"tf":1.0},"3":{"tf":1.0},"4":{"tf":1.0},"83":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":8,"docs":{"1":{"tf":1.0},"143":{"tf":1.4142135623730951},"33":{"tf":2.0},"34":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"49":{"tf":1.0},"5":{"tf":1.0},"75":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"133":{"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":1,"docs":{"34":{"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":{"122":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":4,"docs":{"121":{"tf":1.4142135623730951},"133":{"tf":1.0},"36":{"tf":1.4142135623730951},"51":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":16,"docs":{"108":{"tf":1.7320508075688772},"113":{"tf":1.4142135623730951},"128":{"tf":1.0},"131":{"tf":1.4142135623730951},"48":{"tf":3.872983346207417},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"63":{"tf":3.4641016151377544},"67":{"tf":1.4142135623730951},"74":{"tf":1.7320508075688772},"78":{"tf":1.4142135623730951},"86":{"tf":2.8284271247461903},"91":{"tf":2.23606797749979},"95":{"tf":1.7320508075688772},"99":{"tf":3.3166247903554}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"122":{"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":{"41":{"tf":1.0},"52":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"44":{"tf":1.0},"49":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"112":{"tf":1.0},"99":{"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":{"42":{"tf":1.0},"44":{"tf":1.0},"51":{"tf":1.0}}}}}}}},"v":{"df":1,"docs":{"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},"145":{"tf":1.0},"163":{"tf":1.7320508075688772},"2":{"tf":1.0}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"161":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"154":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":2,"docs":{"14":{"tf":1.4142135623730951},"37":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"114":{"tf":1.0},"131":{"tf":1.0},"145":{"tf":1.0},"151":{"tf":1.0},"157":{"tf":1.0},"4":{"tf":1.0},"49":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"109":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"131":{"tf":2.0},"137":{"tf":1.0},"41":{"tf":1.0},"50":{"tf":1.0},"99":{"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":{"99":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"i":{"df":6,"docs":{"13":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.4142135623730951},"27":{"tf":1.0},"37":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"45":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"s":{"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":{"138":{"tf":1.0}}}},"df":0,"docs":{}}}},"v":{"df":6,"docs":{"132":{"tf":1.7320508075688772},"133":{"tf":1.0},"134":{"tf":1.4142135623730951},"138":{"tf":1.0},"139":{"tf":1.0},"148":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":8,"docs":{"132":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"134":{"tf":2.23606797749979},"138":{"tf":2.0},"145":{"tf":1.7320508075688772},"146":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951}}},"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":{"137":{"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":{"144":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"125":{"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":{"54":{"tf":1.0},"6":{"tf":1.4142135623730951},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"41":{"tf":1.0}}}}},"o":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"67":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.7320508075688772}}}}}}},"c":{"df":11,"docs":{"108":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"99":{"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":{".":{"7":{".":{"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":{}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":11,"docs":{"112":{"tf":1.0},"117":{"tf":1.0},"12":{"tf":1.0},"133":{"tf":1.0},"150":{"tf":1.0},"155":{"tf":1.4142135623730951},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.4142135623730951},"99":{"tf":1.0}}}}}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"134":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"'":{"df":0,"docs":{},"t":{"df":2,"docs":{"36":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":2,"docs":{"50":{"tf":1.0},"92":{"tf":1.0}}}},"w":{"df":0,"docs":{},"n":{"df":4,"docs":{"129":{"tf":1.0},"130":{"tf":1.0},"2":{"tf":1.0},"56":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"37":{"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":{"118":{"tf":1.4142135623730951},"129":{"tf":2.449489742783178},"44":{"tf":1.0},"50":{"tf":1.4142135623730951},"54":{"tf":1.0},"88":{"tf":1.0},"92":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"q":{"df":0,"docs":{},"v":{"df":0,"docs":{},"j":{"df":0,"docs":{},"g":{"\"":{",":{"\"":{"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":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"\"":{":":{"[":{"df":0,"docs":{},"{":{"\"":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"\"":{":":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"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":{"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":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":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":{"34":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":10,"docs":{"114":{"tf":1.4142135623730951},"129":{"tf":1.4142135623730951},"44":{"tf":1.0},"50":{"tf":3.0},"54":{"tf":1.4142135623730951},"79":{"tf":2.23606797749979},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"94":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"e":{"df":2,"docs":{"137":{"tf":1.0},"94":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"t":{"df":6,"docs":{"105":{"tf":1.0},"109":{"tf":1.0},"129":{"tf":1.0},"131":{"tf":1.4142135623730951},"54":{"tf":1.0},"95":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"123":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":16,"docs":{"100":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.7320508075688772},"116":{"tf":1.4142135623730951},"121":{"tf":1.0},"131":{"tf":1.0},"43":{"tf":1.0},"47":{"tf":2.0},"52":{"tf":2.8284271247461903},"53":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"56":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":7,"docs":{"129":{"tf":1.0},"131":{"tf":1.0},"134":{"tf":1.4142135623730951},"137":{"tf":1.0},"42":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"52":{"tf":1.0}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":15,"docs":{"116":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"138":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"37":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":1.0},"71":{"tf":1.4142135623730951},"78":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"129":{"tf":1.0},"34":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"131":{"tf":1.0},"14":{"tf":1.0},"27":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"5":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":4,"docs":{"120":{"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":1,"docs":{"134":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"27":{"tf":1.4142135623730951},"37":{"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":{"51":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}}}},"m":{"b":{"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"12":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"160":{"tf":1.0},"52":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"d":{"df":4,"docs":{"141":{"tf":1.0},"36":{"tf":1.0},"46":{"tf":1.0},"75":{"tf":1.0}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"129":{"tf":1.0},"138":{"tf":1.0}}}}}}},"d":{"df":6,"docs":{"36":{"tf":1.0},"51":{"tf":1.0},"58":{"tf":1.0},"63":{"tf":1.4142135623730951},"71":{"tf":1.0},"86":{"tf":1.4142135623730951}},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"126":{"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}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"\"":{":":{"\"":{"[":{":":{":":{"]":{":":{"9":{"0":{"9":{"2":{"\"":{"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":1,"docs":{"37":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"'":{"df":4,"docs":{"110":{"tf":1.0},"114":{"tf":1.0},"134":{"tf":1.0},"43":{"tf":1.0}}},"df":49,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"110":{"tf":1.4142135623730951},"112":{"tf":1.0},"116":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"120":{"tf":1.0},"123":{"tf":1.0},"129":{"tf":2.23606797749979},"132":{"tf":2.23606797749979},"134":{"tf":2.6457513110645907},"138":{"tf":1.4142135623730951},"139":{"tf":1.0},"140":{"tf":1.7320508075688772},"141":{"tf":1.4142135623730951},"142":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.7320508075688772},"146":{"tf":2.23606797749979},"152":{"tf":1.7320508075688772},"153":{"tf":1.0},"154":{"tf":1.4142135623730951},"18":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.4142135623730951},"39":{"tf":1.0},"40":{"tf":2.0},"41":{"tf":1.0},"42":{"tf":2.8284271247461903},"43":{"tf":2.8284271247461903},"44":{"tf":2.23606797749979},"46":{"tf":3.0},"47":{"tf":1.0},"48":{"tf":2.8284271247461903},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"54":{"tf":1.4142135623730951},"62":{"tf":1.0},"66":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.7320508075688772},"91":{"tf":2.0},"94":{"tf":1.0},"98":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"94":{"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},"147":{"tf":2.0},"148":{"tf":2.0},"159":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"1":{"tf":1.0},"154":{"tf":1.0},"37":{"tf":1.0},"66":{"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":{"49":{"tf":1.0},"66":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"128":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"2":{"tf":1.0},"52":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":6,"docs":{"48":{"tf":1.0},"63":{"tf":1.7320508075688772},"67":{"tf":1.4142135623730951},"74":{"tf":1.0},"86":{"tf":1.4142135623730951},"91":{"tf":1.7320508075688772}}}},"v":{"df":4,"docs":{"132":{"tf":2.23606797749979},"145":{"tf":1.7320508075688772},"39":{"tf":2.449489742783178},"4":{"tf":2.0}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"150":{"tf":1.4142135623730951},"151":{"tf":1.0},"45":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"y":{"df":2,"docs":{"133":{"tf":1.0},"14":{"tf":2.0}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"123":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":1.7320508075688772}},"v":{"df":1,"docs":{"123":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"123":{"tf":1.0},"129":{"tf":1.0},"138":{"tf":1.0},"48":{"tf":1.0},"75":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"44":{"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":{"45":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":1,"docs":{"158":{"tf":1.0}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"87":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"160":{"tf":1.0},"19":{"tf":1.0}},"t":{"df":2,"docs":{"129":{"tf":1.7320508075688772},"150":{"tf":1.0}}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"94":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"50":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":41,"docs":{"103":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"11":{"tf":1.0},"112":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"117":{"tf":2.0},"120":{"tf":1.4142135623730951},"123":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"146":{"tf":1.0},"157":{"tf":2.0},"158":{"tf":1.4142135623730951},"159":{"tf":1.4142135623730951},"160":{"tf":1.0},"161":{"tf":1.0},"19":{"tf":1.0},"23":{"tf":1.0},"29":{"tf":1.4142135623730951},"32":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.7320508075688772},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"48":{"tf":1.0},"50":{"tf":1.7320508075688772},"51":{"tf":2.0},"52":{"tf":1.0},"62":{"tf":1.4142135623730951},"66":{"tf":1.7320508075688772},"73":{"tf":1.4142135623730951},"77":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"90":{"tf":1.7320508075688772},"94":{"tf":2.23606797749979},"98":{"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":{"107":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"94":{"tf":1.0}},"l":{"df":1,"docs":{"14":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"13":{"tf":1.0},"131":{"tf":2.0}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"144":{"tf":1.0},"50":{"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},"160":{"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":{"145":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"24":{"tf":1.0}}}},"s":{"df":10,"docs":{"129":{"tf":1.0},"130":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"140":{"tf":1.4142135623730951},"145":{"tf":1.0},"146":{"tf":1.0},"151":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"60":{"tf":1.4142135623730951},"63":{"tf":1.0},"96":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"120":{"tf":1.0},"121":{"tf":1.0},"134":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":2,"docs":{"117":{"tf":1.0},"163":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"116":{"tf":1.0},"12":{"tf":1.4142135623730951},"33":{"tf":1.0},"37":{"tf":1.7320508075688772}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"43":{"tf":1.0},"52":{"tf":1.4142135623730951},"53":{"tf":1.0}}}},"df":1,"docs":{"163":{"tf":1.0}}},"df":0,"docs":{}}}}},"f":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"75":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"48":{"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":5,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"81":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}}}}}}}},"s":{"df":8,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"43":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.4142135623730951},"81":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.4142135623730951}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"21":{"tf":1.0},"31":{"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":{"90":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"11":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}}}}},"df":8,"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}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"120":{"tf":1.0},"124":{"tf":1.0},"158":{"tf":1.0},"3":{"tf":1.4142135623730951},"43":{"tf":1.0}}}}}},"d":{"df":1,"docs":{"50":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":1,"docs":{"128":{"tf":1.0}},"l":{"df":1,"docs":{"19":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":3,"docs":{"123":{"tf":1.0},"50":{"tf":1.0},"94":{"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":6,"docs":{"128":{"tf":1.4142135623730951},"134":{"tf":1.7320508075688772},"23":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"43":{"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":15,"docs":{"123":{"tf":1.0},"132":{"tf":1.4142135623730951},"142":{"tf":1.0},"144":{"tf":2.6457513110645907},"145":{"tf":1.4142135623730951},"146":{"tf":1.7320508075688772},"148":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"45":{"tf":2.6457513110645907},"46":{"tf":1.7320508075688772},"47":{"tf":1.0},"48":{"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":1,"docs":{"144":{"tf":2.0}}}}}}}}},"l":{"df":1,"docs":{"27":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"'":{"df":11,"docs":{"110":{"tf":1.0},"113":{"tf":1.0},"131":{"tf":1.4142135623730951},"134":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"64":{"tf":1.0},"71":{"tf":1.0},"78":{"tf":1.0},"83":{"tf":1.0},"96":{"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":{"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":{}}},"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":{"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":{}},"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"134":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":1,"docs":{"134":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"156":{"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":{"51":{"tf":1.0},"55":{"tf":1.4142135623730951}}}}}}}},"df":102,"docs":{"100":{"tf":1.0},"101":{"tf":1.7320508075688772},"102":{"tf":1.7320508075688772},"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"105":{"tf":1.7320508075688772},"106":{"tf":1.7320508075688772},"107":{"tf":1.4142135623730951},"108":{"tf":1.0},"109":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":2.0},"111":{"tf":1.7320508075688772},"112":{"tf":2.0},"113":{"tf":1.0},"114":{"tf":2.0},"115":{"tf":1.0},"116":{"tf":2.6457513110645907},"117":{"tf":3.0},"118":{"tf":2.6457513110645907},"119":{"tf":2.0},"120":{"tf":2.0},"121":{"tf":1.7320508075688772},"122":{"tf":2.0},"123":{"tf":2.23606797749979},"131":{"tf":3.3166247903554},"132":{"tf":1.0},"134":{"tf":3.3166247903554},"142":{"tf":2.23606797749979},"144":{"tf":1.0},"145":{"tf":1.0},"150":{"tf":1.0},"158":{"tf":1.4142135623730951},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":2.449489742783178},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":2.0},"46":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":2.23606797749979},"49":{"tf":2.0},"50":{"tf":4.69041575982343},"51":{"tf":3.7416573867739413},"52":{"tf":4.242640687119285},"53":{"tf":1.7320508075688772},"54":{"tf":2.6457513110645907},"55":{"tf":2.8284271247461903},"56":{"tf":2.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.7320508075688772},"62":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"64":{"tf":1.0},"65":{"tf":1.7320508075688772},"66":{"tf":2.23606797749979},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.4142135623730951},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.7320508075688772},"73":{"tf":1.4142135623730951},"74":{"tf":2.0},"75":{"tf":1.7320508075688772},"76":{"tf":1.7320508075688772},"77":{"tf":1.4142135623730951},"78":{"tf":1.0},"79":{"tf":1.7320508075688772},"80":{"tf":1.7320508075688772},"81":{"tf":1.4142135623730951},"82":{"tf":1.0},"83":{"tf":1.4142135623730951},"84":{"tf":1.7320508075688772},"85":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"89":{"tf":1.7320508075688772},"90":{"tf":1.4142135623730951},"91":{"tf":1.0},"92":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772},"94":{"tf":1.7320508075688772},"95":{"tf":1.0},"96":{"tf":1.4142135623730951},"97":{"tf":1.7320508075688772},"98":{"tf":1.4142135623730951},"99":{"tf":2.6457513110645907}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"118":{"tf":1.4142135623730951},"122":{"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":{"120":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"n":{"d":{"df":2,"docs":{"144":{"tf":1.0},"56":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":7,"docs":{"158":{"tf":1.0},"54":{"tf":1.0},"83":{"tf":2.23606797749979},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":9,"docs":{"117":{"tf":1.0},"122":{"tf":1.0},"140":{"tf":1.0},"27":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"51":{"tf":1.0},"66":{"tf":1.0},"87":{"tf":1.0}}}}},"t":{"df":2,"docs":{"117":{"tf":1.0},"50":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"145":{"tf":1.0},"146":{"tf":1.7320508075688772},"151":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":6,"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}}}}},"o":{"df":0,"docs":{},"w":{"df":6,"docs":{"101":{"tf":1.0},"131":{"tf":1.0},"137":{"tf":1.0},"44":{"tf":1.4142135623730951},"50":{"tf":1.0},"79":{"tf":1.0}}}}},"n":{"df":8,"docs":{"118":{"tf":1.4142135623730951},"119":{"tf":1.0},"120":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":2.0},"51":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0}}},"o":{"c":{"df":0,"docs":{},"u":{"df":1,"docs":{"1":{"tf":1.0}},"s":{"df":2,"docs":{"124":{"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},"148":{"tf":1.7320508075688772},"29":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":25,"docs":{"120":{"tf":1.0},"123":{"tf":1.7320508075688772},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"129":{"tf":1.0},"130":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"147":{"tf":1.0},"152":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"33":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"53":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":12,"docs":{"122":{"tf":1.4142135623730951},"147":{"tf":1.0},"155":{"tf":1.0},"23":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"63":{"tf":1.4142135623730951},"69":{"tf":1.0},"74":{"tf":1.0},"86":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}},"df":2,"docs":{"48":{"tf":1.0},"50":{"tf":1.4142135623730951}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":13,"docs":{"120":{"tf":1.0},"133":{"tf":1.0},"146":{"tf":1.0},"24":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"39":{"tf":1.0},"40":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":2.449489742783178},"51":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"110":{"tf":1.0},"114":{"tf":1.4142135623730951},"117":{"tf":1.0},"134":{"tf":1.0},"14":{"tf":1.0},"34":{"tf":1.0},"63":{"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":{"54":{"tf":1.0},"92":{"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":{"123":{"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":{"123":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"1":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":7,"docs":{"117":{"tf":1.0},"120":{"tf":1.0},"132":{"tf":1.0},"143":{"tf":1.0},"160":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0}},"i":{"df":1,"docs":{"154":{"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},"110":{"tf":1.0},"120":{"tf":2.0},"125":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"27":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"94":{"tf":1.0}}}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"11":{"tf":1.0},"26":{"tf":1.0},"34":{"tf":1.0},"52":{"tf":1.0},"56":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"134":{"tf":1.0},"69":{"tf":1.0}}}}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":24,"docs":{"0":{"tf":1.0},"1":{"tf":2.8284271247461903},"116":{"tf":1.0},"13":{"tf":1.0},"132":{"tf":1.4142135623730951},"139":{"tf":1.0},"14":{"tf":1.0},"145":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951},"158":{"tf":2.8284271247461903},"159":{"tf":2.6457513110645907},"160":{"tf":3.605551275463989},"163":{"tf":2.8284271247461903},"2":{"tf":2.449489742783178},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"27":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"4":{"tf":1.0},"64":{"tf":1.4142135623730951},"66":{"tf":2.0}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":13,"docs":{"139":{"tf":1.0},"140":{"tf":2.0},"141":{"tf":1.0},"143":{"tf":2.0},"22":{"tf":1.7320508075688772},"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}},"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":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"u":{"df":0,"docs":{},"g":{"df":2,"docs":{"137":{"tf":1.0},"138":{"tf":1.7320508075688772}}}}},"d":{"c":{"df":1,"docs":{"163":{"tf":1.4142135623730951}},"v":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"163":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"116":{"tf":1.0},"123":{"tf":2.0},"129":{"tf":1.7320508075688772},"131":{"tf":1.7320508075688772},"138":{"tf":1.4142135623730951},"33":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"48":{"tf":1.0},"75":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"128":{"tf":1.0}}}}},"t":{"df":4,"docs":{"138":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"37":{"tf":1.0}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"df":3,"docs":{"157":{"tf":1.0},"16":{"tf":1.0},"9":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"157":{"tf":1.0},"22":{"tf":1.0}},"n":{"df":5,"docs":{"132":{"tf":1.0},"133":{"tf":1.0},"145":{"tf":1.0},"4":{"tf":1.0},"95":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":4,"docs":{"22":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"35":{"tf":1.7320508075688772},"36":{"tf":1.7320508075688772}}}},"o":{"df":5,"docs":{"117":{"tf":1.0},"120":{"tf":1.0},"146":{"tf":1.4142135623730951},"22":{"tf":1.0},"34":{"tf":1.0}},"o":{"d":{"b":{"df":0,"docs":{},"y":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":1,"docs":{"11":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"163":{"tf":1.0}}}}}},"r":{"a":{"b":{"df":3,"docs":{"24":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"46":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"160":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"123":{"tf":1.0}}},".":{"df":0,"docs":{},"v":{"1":{"df":3,"docs":{"119":{"tf":1.0},"120":{"tf":1.0},"123":{"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":{"120":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":6,"docs":{"117":{"tf":2.0},"118":{"tf":1.4142135623730951},"119":{"tf":1.7320508075688772},"121":{"tf":1.4142135623730951},"122":{"tf":2.23606797749979},"123":{"tf":2.8284271247461903}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"46":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951}}}}},"p":{"c":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"v":{"4":{"df":1,"docs":{"145":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":3,"docs":{"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"134":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"df":1,"docs":{"36":{"tf":1.0}}},"u":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"21":{"tf":1.0},"31":{"tf":1.0},"4":{"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":{"49":{"tf":1.0},"52":{"tf":1.0},"66":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"142":{"tf":1.0}}}}}},"r":{"d":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"36":{"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":1,"docs":{"91":{"tf":1.4142135623730951}}}},"v":{"df":0,"docs":{},"e":{"df":7,"docs":{"14":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"4":{"tf":1.0}}}}},"df":4,"docs":{"132":{"tf":1.0},"145":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.0}},"e":{"a":{"d":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"153":{"tf":1.0},"154":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":3,"docs":{"117":{"tf":1.0},"120":{"tf":1.0},"144":{"tf":1.0}}}},"p":{"df":5,"docs":{"131":{"tf":2.23606797749979},"132":{"tf":2.23606797749979},"145":{"tf":2.23606797749979},"39":{"tf":1.7320508075688772},"4":{"tf":2.23606797749979}}}},"r":{"df":0,"docs":{},"e":{"df":3,"docs":{"134":{"tf":1.0},"34":{"tf":1.0},"50":{"tf":1.0}}}},"y":{"df":1,"docs":{"123":{"tf":1.0}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"69":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"138":{"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":{"109":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.4142135623730951},"131":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"t":{"df":1,"docs":{"19":{"tf":1.0}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"139":{"tf":1.0},"160":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"48":{"tf":1.0}}}},"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":{"(":{"df":1,"docs":{"48":{"tf":1.0}}},"/":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"p":{"df":1,"docs":{"134":{"tf":1.0}}}},"df":0,"docs":{}}},":":{"/":{"/":{"1":{"2":{"7":{".":{"0":{".":{"0":{".":{"1":{":":{"7":{"8":{"0":{"0":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"48":{"tf":1.0}}}}},"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":{"108":{"tf":1.0},"113":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0},"99":{"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":1,"docs":{"146":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"34":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"df":1,"docs":{"146":{"tf":1.0}}},"2":{"df":1,"docs":{"146":{"tf":1.0}}},"3":{"df":1,"docs":{"146":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"0":{"9":{"1":{"/":{"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":{}},"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":1,"docs":{"34":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"149":{"tf":1.0},"151":{"tf":1.7320508075688772},"153":{"tf":1.0},"154":{"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":9,"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}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"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":3,"docs":{"134":{"tf":1.7320508075688772},"154":{"tf":1.0},"50":{"tf":1.0}}},"d":{"df":11,"docs":{"112":{"tf":1.0},"116":{"tf":1.0},"126":{"tf":3.4641016151377544},"131":{"tf":1.4142135623730951},"144":{"tf":1.0},"36":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"77":{"tf":1.0},"78":{"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":{"44":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0},"78":{"tf":1.0}}}}}}}},"l":{"df":2,"docs":{"145":{"tf":1.0},"39":{"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":{"145":{"tf":1.0},"39":{"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":{}}},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"134":{"tf":2.0}}}}}},"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":{"118":{"tf":1.0},"119":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":13,"docs":{"116":{"tf":1.0},"117":{"tf":1.7320508075688772},"118":{"tf":1.0},"123":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"135":{"tf":1.0},"158":{"tf":1.0},"163":{"tf":1.0},"26":{"tf":1.0},"55":{"tf":1.0},"64":{"tf":1.0},"94":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"117":{"tf":1.0},"120":{"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":{"44":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":6,"docs":{"123":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"134":{"tf":2.23606797749979},"54":{"tf":1.0},"78":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":5,"docs":{"116":{"tf":1.4142135623730951},"18":{"tf":1.0},"26":{"tf":1.0},"75":{"tf":1.0},"83":{"tf":1.0}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"92":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"c":{"df":1,"docs":{"137":{"tf":1.0}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":1,"docs":{"48":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":2,"docs":{"131":{"tf":1.4142135623730951},"150":{"tf":1.0}},"r":{"df":0,"docs":{},"m":{"df":14,"docs":{"12":{"tf":1.0},"128":{"tf":2.0},"134":{"tf":3.1622776601683795},"139":{"tf":1.4142135623730951},"145":{"tf":1.0},"146":{"tf":1.0},"154":{"tf":1.0},"158":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":2.23606797749979}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"44":{"tf":1.0},"51":{"tf":1.0},"94":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"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":2,"docs":{"33":{"tf":1.0},"41":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"14":{"tf":1.0},"157":{"tf":1.0}}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":13,"docs":{"123":{"tf":1.0},"148":{"tf":1.7320508075688772},"16":{"tf":1.0},"21":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"34":{"tf":2.23606797749979},"4":{"tf":1.0},"5":{"tf":2.23606797749979},"6":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951},"9":{"tf":1.4142135623730951}}},"n":{"c":{"df":9,"docs":{"118":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.7320508075688772},"4":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"55":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"d":{"df":8,"docs":{"1":{"tf":1.0},"129":{"tf":1.4142135623730951},"134":{"tf":1.4142135623730951},"27":{"tf":1.0},"37":{"tf":1.4142135623730951},"45":{"tf":1.0},"69":{"tf":1.0},"75":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"21":{"tf":1.0},"31":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":6,"docs":{"48":{"tf":1.0},"63":{"tf":1.4142135623730951},"74":{"tf":1.0},"86":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}},"r":{"df":13,"docs":{"12":{"tf":2.0},"132":{"tf":1.4142135623730951},"139":{"tf":1.0},"145":{"tf":1.0},"157":{"tf":1.7320508075688772},"158":{"tf":1.4142135623730951},"159":{"tf":1.0},"160":{"tf":1.7320508075688772},"163":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"3":{"tf":1.7320508075688772},"32":{"tf":1.0},"33":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"41":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"34":{"tf":1.0},"4":{"tf":1.0}}}}},"f":{"a":{"c":{"df":5,"docs":{"151":{"tf":1.7320508075688772},"152":{"tf":1.0},"24":{"tf":1.0},"4":{"tf":1.4142135623730951},"45":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"138":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":1,"docs":{"3":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0}}}}},"v":{"df":2,"docs":{"145":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"163":{"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":{"114":{"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":{"156":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":1,"docs":{"118":{"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":{"158":{"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":{"160":{"tf":1.0}}}}}}},":":{"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":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":3,"docs":{"128":{"tf":1.0},"129":{"tf":2.449489742783178},"130":{"tf":1.0}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"130":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":16,"docs":{"128":{"tf":1.0},"130":{"tf":1.0},"134":{"tf":1.4142135623730951},"140":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.4142135623730951},"23":{"tf":1.0},"27":{"tf":1.0},"33":{"tf":1.4142135623730951},"37":{"tf":2.23606797749979},"40":{"tf":1.0},"44":{"tf":1.4142135623730951},"54":{"tf":1.0},"83":{"tf":1.0},"91":{"tf":1.0},"92":{"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":5,"docs":{"124":{"tf":1.0},"132":{"tf":1.0},"149":{"tf":1.0},"39":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951}}},"6":{"df":5,"docs":{"124":{"tf":1.0},"132":{"tf":1.0},"149":{"tf":1.0},"39":{"tf":1.4142135623730951},"86":{"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":{"117":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":4,"docs":{"48":{"tf":2.0},"74":{"tf":1.0},"86":{"tf":2.0},"99":{"tf":1.7320508075688772}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"133":{"tf":1.0},"52":{"tf":1.0}}}}}}}},"j":{"df":0,"docs":{},"o":{"b":{"df":6,"docs":{"110":{"tf":1.0},"56":{"tf":1.0},"64":{"tf":1.0},"71":{"tf":1.0},"83":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}},"q":{"df":1,"docs":{"34":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"156":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.4142135623730951},"48":{"tf":1.7320508075688772}}}}}},"k":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":1,"docs":{"126":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":1,"docs":{"17":{"tf":1.0}},"e":{"df":0,"docs":{},"y":{"df":11,"docs":{"108":{"tf":1.7320508075688772},"113":{"tf":1.7320508075688772},"116":{"tf":1.0},"131":{"tf":1.0},"42":{"tf":1.7320508075688772},"43":{"tf":1.4142135623730951},"48":{"tf":1.7320508075688772},"52":{"tf":2.0},"53":{"tf":1.0},"63":{"tf":1.7320508075688772},"99":{"tf":1.7320508075688772}}}},"i":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"142":{"tf":1.0},"36":{"tf":1.4142135623730951},"63":{"tf":2.449489742783178}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":3,"docs":{"129":{"tf":1.0},"163":{"tf":1.0},"36":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"50":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":4,"docs":{"134":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.4142135623730951},"53":{"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":{"143":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"l":{"df":12,"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}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":9,"docs":{"139":{"tf":1.0},"140":{"tf":1.0},"143":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"163":{"tf":2.23606797749979},"21":{"tf":1.0},"22":{"tf":1.0},"31":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"a":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":9,"docs":{"114":{"tf":1.0},"120":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.7320508075688772},"130":{"tf":1.4142135623730951},"131":{"tf":3.0},"142":{"tf":1.4142135623730951},"36":{"tf":1.0},"99":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"138":{"tf":1.0}}},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"1":{"tf":1.0},"163":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"45":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"130":{"tf":1.0},"51":{"tf":1.0},"66":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"124":{"tf":1.0},"125":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":1,"docs":{"50":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"138":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"163":{"tf":1.0}}}}}},"d":{"df":1,"docs":{"134":{"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":1,"docs":{"50":{"tf":1.0}}}}}},"t":{"'":{"df":12,"docs":{"117":{"tf":1.0},"120":{"tf":1.4142135623730951},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.4142135623730951},"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}}},"df":1,"docs":{"50":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"150":{"tf":1.4142135623730951},"2":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"50":{"tf":1.0},"52":{"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},"160":{"tf":1.0},"163":{"tf":1.0},"3":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"128":{"tf":1.0},"48":{"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":{"133":{"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":{"44":{"tf":1.0}}}}}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":7,"docs":{"134":{"tf":1.0},"158":{"tf":1.0},"54":{"tf":1.0},"92":{"tf":1.4142135623730951},"93":{"tf":1.0},"94":{"tf":2.0},"95":{"tf":1.4142135623730951}}}}},"n":{"df":0,"docs":{},"e":{"df":5,"docs":{"135":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"45":{"tf":1.4142135623730951},"46":{"tf":1.0}}},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"48":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"129":{"tf":1.0},"134":{"tf":1.7320508075688772},"140":{"tf":1.0},"23":{"tf":1.0},"41":{"tf":1.0},"48":{"tf":1.4142135623730951},"99":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":7,"docs":{"120":{"tf":1.4142135623730951},"129":{"tf":2.449489742783178},"132":{"tf":1.0},"134":{"tf":1.4142135623730951},"39":{"tf":1.7320508075688772},"48":{"tf":1.0},"66":{"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":1,"docs":{"153":{"tf":1.7320508075688772}}}}},"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":{"91":{"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":3,"docs":{"37":{"tf":1.0},"54":{"tf":1.0},"88":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":7,"docs":{"11":{"tf":1.0},"134":{"tf":2.0},"160":{"tf":1.4142135623730951},"88":{"tf":1.0},"89":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"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":{"51":{"tf":1.0},"94":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":36,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":1.0},"120":{"tf":1.0},"125":{"tf":1.0},"134":{"tf":1.0},"144":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"17":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":2.0},"31":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.7320508075688772},"39":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":1.4142135623730951},"5":{"tf":1.0},"51":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.4142135623730951},"73":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.0},"98":{"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":1,"docs":{"146":{"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":1,"docs":{"146":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":5,"docs":{"151":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"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":3,"docs":{"51":{"tf":1.0},"54":{"tf":1.0},"92":{"tf":1.7320508075688772}}}}}}}}}},"df":0,"docs":{}}},"t":{"df":4,"docs":{"132":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"148":{"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":{"128":{"tf":1.4142135623730951},"150":{"tf":2.449489742783178},"4":{"tf":1.0},"51":{"tf":1.0},"54":{"tf":1.0},"75":{"tf":1.4142135623730951},"78":{"tf":1.0}},"i":{"c":{"a":{"df":0,"docs":{},"l":{"_":{"d":{"df":0,"docs":{},"n":{"df":1,"docs":{"134":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"130":{"tf":1.0},"158":{"tf":1.0}}}},"o":{"df":0,"docs":{},"k":{"df":13,"docs":{"116":{"tf":1.0},"140":{"tf":1.0},"142":{"tf":1.0},"146":{"tf":1.0},"161":{"tf":1.0},"163":{"tf":1.4142135623730951},"19":{"tf":1.0},"24":{"tf":1.0},"29":{"tf":1.0},"36":{"tf":1.4142135623730951},"4":{"tf":1.0},"45":{"tf":1.0},"63":{"tf":1.7320508075688772}}},"p":{"df":1,"docs":{"2":{"tf":1.0}}}},"t":{"df":1,"docs":{"163":{"tf":1.0}}},"w":{"df":1,"docs":{"158":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"u":{"df":1,"docs":{"120":{"tf":1.0}}}},"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":{"48":{"tf":1.0},"5":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":4,"docs":{"137":{"tf":2.0},"14":{"tf":1.0},"159":{"tf":1.0},"160":{"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":{"126":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"120":{"tf":2.0},"123":{"tf":1.0},"125":{"tf":1.0},"51":{"tf":1.4142135623730951},"90":{"tf":1.0},"94":{"tf":1.4142135623730951}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"3":{"tf":1.4142135623730951}}}}},"k":{"df":0,"docs":{},"e":{"df":6,"docs":{"131":{"tf":1.0},"14":{"tf":1.0},"146":{"tf":1.0},"2":{"tf":1.7320508075688772},"5":{"tf":1.0},"50":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":19,"docs":{"121":{"tf":1.0},"123":{"tf":1.4142135623730951},"132":{"tf":2.449489742783178},"133":{"tf":1.4142135623730951},"135":{"tf":1.7320508075688772},"137":{"tf":3.1622776601683795},"143":{"tf":1.4142135623730951},"144":{"tf":1.4142135623730951},"145":{"tf":2.0},"146":{"tf":2.23606797749979},"154":{"tf":1.0},"33":{"tf":2.6457513110645907},"34":{"tf":2.6457513110645907},"36":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.7320508075688772},"4":{"tf":2.449489742783178},"47":{"tf":1.0},"48":{"tf":2.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":4,"docs":{"135":{"tf":1.0},"145":{"tf":1.0},"39":{"tf":1.0},"48":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"163":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":4,"docs":{"14":{"tf":1.4142135623730951},"157":{"tf":1.0},"19":{"tf":1.0},"60":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"27":{"tf":1.0},"41":{"tf":1.0}}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"163":{"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":0,"docs":{},"v":{"df":0,"docs":{},"e":{"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":{},"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":{"120":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"132":{"tf":1.7320508075688772}}},"r":{"df":0,"docs":{},"k":{"df":4,"docs":{"163":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.0},"36":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"`":{"]":{"[":{"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":{"99":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":23,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"114":{"tf":1.0},"116":{"tf":1.0},"128":{"tf":1.0},"159":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"54":{"tf":1.0},"60":{"tf":1.0},"63":{"tf":1.0},"79":{"tf":1.0},"83":{"tf":1.0},"86":{"tf":2.0},"87":{"tf":2.0},"96":{"tf":2.23606797749979},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":2.449489742783178}},"m":{"a":{"df":0,"docs":{},"k":{"df":2,"docs":{"160":{"tf":1.0},"36":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"51":{"tf":1.0}}}}}},"x":{"_":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"51":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"69":{"tf":1.0},"94":{"tf":2.23606797749979},"95":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"_":{"d":{"b":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"d":{"b":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}},"df":4,"docs":{"128":{"tf":2.0},"130":{"tf":1.0},"39":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}}}}}},"d":{"df":2,"docs":{"145":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951}},"s":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"145":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":2,"docs":{"145":{"tf":1.0},"39":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"137":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"124":{"tf":1.0},"125":{"tf":1.4142135623730951},"131":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":4,"docs":{"110":{"tf":1.0},"116":{"tf":1.0},"133":{"tf":1.0},"96":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"50":{"tf":1.0}}}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"134":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"138":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":3,"docs":{"145":{"tf":1.0},"146":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"163":{"tf":1.4142135623730951}}},"s":{"a":{"df":0,"docs":{},"g":{"df":11,"docs":{"121":{"tf":1.0},"123":{"tf":1.4142135623730951},"124":{"tf":1.7320508075688772},"125":{"tf":1.0},"126":{"tf":1.0},"132":{"tf":1.0},"137":{"tf":1.0},"145":{"tf":1.0},"4":{"tf":1.0},"75":{"tf":1.0},"78":{"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":3,"docs":{"109":{"tf":1.0},"63":{"tf":1.4142135623730951},"99":{"tf":1.0}},"}":{"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":{"63":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":26,"docs":{"100":{"tf":1.0},"105":{"tf":1.0},"108":{"tf":1.4142135623730951},"110":{"tf":1.0},"112":{"tf":1.7320508075688772},"113":{"tf":1.4142135623730951},"114":{"tf":1.7320508075688772},"116":{"tf":2.0},"119":{"tf":1.0},"134":{"tf":1.7320508075688772},"141":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":2.0},"43":{"tf":2.8284271247461903},"46":{"tf":2.23606797749979},"48":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":2.8284271247461903},"53":{"tf":1.7320508075688772},"54":{"tf":2.0},"56":{"tf":1.0},"63":{"tf":1.0},"96":{"tf":1.0},"99":{"tf":1.7320508075688772}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":9,"docs":{"103":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"108":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.0},"62":{"tf":1.0},"81":{"tf":1.4142135623730951},"98":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":2,"docs":{"124":{"tf":1.4142135623730951},"126":{"tf":1.0}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":5,"docs":{"118":{"tf":1.4142135623730951},"5":{"tf":1.0},"7":{"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},"100":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"127":{"tf":2.0},"128":{"tf":1.4142135623730951},"129":{"tf":2.8284271247461903},"130":{"tf":2.23606797749979},"131":{"tf":2.8284271247461903},"136":{"tf":1.7320508075688772},"137":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"155":{"tf":2.6457513110645907},"158":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":2.0},"3":{"tf":1.0},"70":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"32":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":5,"docs":{"63":{"tf":1.4142135623730951},"74":{"tf":1.0},"86":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"138":{"tf":1.0}}}}},"m":{"d":{"b":{"df":1,"docs":{"39":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"d":{"df":1,"docs":{"123":{"tf":1.0}},"e":{"df":9,"docs":{"127":{"tf":1.0},"137":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"154":{"tf":2.0},"18":{"tf":1.0},"48":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"120":{"tf":1.0}},"i":{"df":1,"docs":{"66":{"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":22,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"112":{"tf":1.0},"12":{"tf":1.0},"131":{"tf":1.4142135623730951},"132":{"tf":1.0},"135":{"tf":1.0},"14":{"tf":1.0},"150":{"tf":1.0},"160":{"tf":1.0},"19":{"tf":1.0},"36":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"4":{"tf":1.0},"42":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.0},"69":{"tf":1.0},"99":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"105":{"tf":1.0},"12":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"14":{"tf":1.0},"36":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"2":{"tf":1.0},"45":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"132":{"tf":1.0},"145":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":8,"docs":{"0":{"tf":1.0},"1":{"tf":1.7320508075688772},"157":{"tf":1.0},"163":{"tf":1.7320508075688772},"2":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0}}}},"df":10,"docs":{"132":{"tf":1.0},"140":{"tf":1.4142135623730951},"145":{"tf":1.0},"160":{"tf":1.0},"2":{"tf":1.0},"36":{"tf":1.0},"48":{"tf":1.0},"57":{"tf":1.0},"60":{"tf":1.0},"87":{"tf":1.0}}}}}}},"t":{"df":2,"docs":{"118":{"tf":1.4142135623730951},"122":{"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":{"141":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"112":{"tf":1.0},"116":{"tf":1.0},"144":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"73":{"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":{"112":{"tf":1.0},"62":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"103":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"98":{"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":48,"docs":{"102":{"tf":1.4142135623730951},"103":{"tf":2.0},"106":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"111":{"tf":1.4142135623730951},"112":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"131":{"tf":1.7320508075688772},"134":{"tf":1.4142135623730951},"142":{"tf":1.7320508075688772},"144":{"tf":1.0},"22":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.4142135623730951},"53":{"tf":1.0},"55":{"tf":1.4142135623730951},"61":{"tf":1.4142135623730951},"62":{"tf":1.0},"65":{"tf":1.4142135623730951},"66":{"tf":1.0},"72":{"tf":1.4142135623730951},"73":{"tf":1.0},"76":{"tf":1.4142135623730951},"77":{"tf":1.0},"80":{"tf":1.4142135623730951},"81":{"tf":2.0},"84":{"tf":1.4142135623730951},"85":{"tf":1.0},"89":{"tf":1.4142135623730951},"90":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.0},"97":{"tf":1.4142135623730951},"98":{"tf":2.0},"99":{"tf":2.23606797749979}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":4,"docs":{"140":{"tf":1.4142135623730951},"142":{"tf":1.4142135623730951},"143":{"tf":2.0},"36":{"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":1,"docs":{"126":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"163":{"tf":1.0}}}}}},"c":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"16":{"tf":1.0},"17":{"tf":1.7320508075688772}}}},"df":2,"docs":{"120":{"tf":1.4142135623730951},"19":{"tf":1.4142135623730951}}},"d":{"df":0,"docs":{},"u":{"2":{"df":1,"docs":{"36":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":1,"docs":{"94":{"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},"51":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"138":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":14,"docs":{"117":{"tf":1.4142135623730951},"119":{"tf":1.0},"120":{"tf":1.0},"123":{"tf":1.4142135623730951},"133":{"tf":1.0},"134":{"tf":1.0},"146":{"tf":1.4142135623730951},"159":{"tf":1.0},"160":{"tf":1.0},"163":{"tf":1.0},"27":{"tf":1.0},"36":{"tf":1.0},"47":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}},"t":{"c":{"a":{"df":0,"docs":{},"t":{"df":7,"docs":{"120":{"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":{"86":{"tf":1.0}}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":7,"docs":{"120":{"tf":1.0},"123":{"tf":1.0},"14":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.0},"4":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"50":{"tf":1.0}}}}},"w":{"df":5,"docs":{"124":{"tf":1.0},"129":{"tf":1.0},"154":{"tf":1.0},"26":{"tf":1.4142135623730951},"50":{"tf":1.0}}},"x":{"df":0,"docs":{},"t":{"df":8,"docs":{"120":{"tf":1.0},"161":{"tf":1.4142135623730951},"18":{"tf":1.0},"19":{"tf":1.0},"29":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"50":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"34":{"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":{"46":{"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":{"129":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":4,"docs":{"22":{"tf":1.0},"26":{"tf":1.0},"35":{"tf":1.0},"36":{"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":{"114":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"n":{"c":{"df":1,"docs":{"126":{"tf":2.0}}},"df":5,"docs":{"1":{"tf":1.0},"13":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.0},"39":{"tf":1.0}},"e":{"df":5,"docs":{"120":{"tf":1.4142135623730951},"33":{"tf":1.0},"87":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"160":{"tf":1.0},"36":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"86":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":8,"docs":{"129":{"tf":1.0},"130":{"tf":1.0},"145":{"tf":1.0},"50":{"tf":1.0},"66":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0},"9":{"tf":1.0}}},"h":{"df":2,"docs":{"67":{"tf":1.0},"74":{"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":{"114":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"w":{"df":17,"docs":{"105":{"tf":1.0},"109":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.4142135623730951},"123":{"tf":1.0},"146":{"tf":1.0},"159":{"tf":1.0},"22":{"tf":1.0},"23":{"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},"54":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"78":{"tf":1.0},"99":{"tf":2.449489742783178}}}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":16,"docs":{"100":{"tf":1.4142135623730951},"11":{"tf":1.0},"114":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":2.6457513110645907},"130":{"tf":1.7320508075688772},"132":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":2.6457513110645907},"138":{"tf":3.1622776601683795},"158":{"tf":1.0},"50":{"tf":1.0},"63":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"94":{"tf":1.7320508075688772},"95":{"tf":1.0}}}}},"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":15,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"118":{"tf":1.0},"43":{"tf":1.4142135623730951},"48":{"tf":2.6457513110645907},"51":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"63":{"tf":2.0},"67":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0},"86":{"tf":1.7320508075688772},"91":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":2.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":4,"docs":{"105":{"tf":1.0},"11":{"tf":1.0},"163":{"tf":1.4142135623730951},"54":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"129":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0}},"r":{"df":1,"docs":{"94":{"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":{"112":{"tf":1.0},"116":{"tf":1.0},"43":{"tf":1.0},"46":{"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":{"119":{"tf":1.0},"123":{"tf":1.4142135623730951}}}}}}},"df":2,"docs":{"118":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951}}},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":10,"docs":{"103":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.4142135623730951},"73":{"tf":1.0},"74":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":7,"docs":{"66":{"tf":1.0},"67":{"tf":1.4142135623730951},"73":{"tf":1.0},"74":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.4142135623730951},"99":{"tf":1.0}}}}}}},"c":{"df":1,"docs":{"36":{"tf":1.0}}},"df":20,"docs":{"117":{"tf":1.0},"125":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.4142135623730951},"135":{"tf":1.0},"154":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.4142135623730951},"23":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"39":{"tf":1.4142135623730951},"44":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":1.0},"60":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":3,"docs":{"63":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"o":{"df":2,"docs":{"13":{"tf":1.0},"44":{"tf":1.0}}}},"t":{"df":0,"docs":{},"o":{"df":2,"docs":{"5":{"tf":1.0},"55":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":3,"docs":{"1":{"tf":1.0},"163":{"tf":1.7320508075688772},"24":{"tf":1.0}}},"r":{"df":3,"docs":{"124":{"tf":1.0},"2":{"tf":1.0},"86":{"tf":1.0}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"117":{"tf":1.0},"118":{"tf":1.0},"50":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"94":{"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":{"119":{"tf":1.0},"123":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":20,"docs":{"104":{"tf":1.0},"108":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"12":{"tf":1.0},"13":{"tf":1.0},"132":{"tf":1.7320508075688772},"145":{"tf":1.7320508075688772},"158":{"tf":1.0},"39":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951},"40":{"tf":1.0},"63":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"78":{"tf":1.7320508075688772},"82":{"tf":1.0},"86":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"99":{"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},"163":{"tf":1.4142135623730951}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"134":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.4142135623730951},"66":{"tf":1.0},"87":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"128":{"tf":1.0},"130":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"128":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"34":{"tf":1.0},"63":{"tf":1.4142135623730951},"66":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"163":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"157":{"tf":1.0}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":4,"docs":{"134":{"tf":1.0},"160":{"tf":1.0},"42":{"tf":1.0},"48":{"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":{"50":{"tf":1.0}}}}}}},"t":{"df":11,"docs":{"1":{"tf":1.0},"120":{"tf":1.0},"123":{"tf":1.4142135623730951},"158":{"tf":1.0},"2":{"tf":1.0},"24":{"tf":1.4142135623730951},"3":{"tf":1.0},"32":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.4142135623730951},"54":{"tf":1.0}},"g":{"df":0,"docs":{},"o":{"df":2,"docs":{"116":{"tf":1.0},"75":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"116":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":8,"docs":{"120":{"tf":1.0},"155":{"tf":1.0},"18":{"tf":1.0},"24":{"tf":1.0},"34":{"tf":1.0},"37":{"tf":1.0},"50":{"tf":1.0},"75":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":11,"docs":{"12":{"tf":1.0},"120":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"130":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"45":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"124":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":4,"docs":{"0":{"tf":1.4142135623730951},"117":{"tf":1.0},"133":{"tf":1.4142135623730951},"32":{"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":{"123":{"tf":1.0}}}}}}}},"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"123":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"52":{"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":{"126":{"tf":1.4142135623730951}}}}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"126":{"tf":1.4142135623730951}}}}}},"df":54,"docs":{"100":{"tf":1.4142135623730951},"101":{"tf":1.0},"105":{"tf":1.0},"109":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"116":{"tf":2.23606797749979},"117":{"tf":1.4142135623730951},"118":{"tf":1.4142135623730951},"120":{"tf":1.7320508075688772},"126":{"tf":1.4142135623730951},"129":{"tf":2.6457513110645907},"131":{"tf":1.0},"134":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"160":{"tf":1.7320508075688772},"17":{"tf":1.4142135623730951},"19":{"tf":2.23606797749979},"26":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.4142135623730951},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"42":{"tf":2.0},"43":{"tf":1.0},"44":{"tf":2.0},"48":{"tf":1.7320508075688772},"49":{"tf":1.7320508075688772},"50":{"tf":4.358898943540674},"51":{"tf":1.4142135623730951},"52":{"tf":3.0},"53":{"tf":1.0},"54":{"tf":3.0},"56":{"tf":1.7320508075688772},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"63":{"tf":2.449489742783178},"66":{"tf":1.0},"67":{"tf":1.0},"71":{"tf":1.7320508075688772},"75":{"tf":1.4142135623730951},"79":{"tf":1.0},"86":{"tf":1.4142135623730951},"88":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":2.0},"92":{"tf":1.0},"94":{"tf":3.0},"95":{"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":{"42":{"tf":1.4142135623730951},"44":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"122":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":2,"docs":{"122":{"tf":1.0},"123":{"tf":1.0}}},"t":{"df":3,"docs":{"12":{"tf":1.0},"134":{"tf":1.4142135623730951},"34":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"42":{"tf":1.0},"55":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":2,"docs":{"162":{"tf":1.4142135623730951},"44":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"s":{"df":15,"docs":{"101":{"tf":2.23606797749979},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"120":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"160":{"tf":1.0},"22":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"71":{"tf":1.0},"79":{"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":{"118":{"tf":1.0}}}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"132":{"tf":1.0},"145":{"tf":1.0},"148":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":1.0},"48":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":5,"docs":{"132":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"2":{"tf":1.0},"63":{"tf":1.4142135623730951}}}}}}},"y":{"df":1,"docs":{"66":{"tf":1.0}}}},"df":2,"docs":{"132":{"tf":1.0},"39":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"134":{"tf":1.0},"160":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":4,"docs":{"11":{"tf":2.449489742783178},"150":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"o":{"d":{"df":5,"docs":{"138":{"tf":1.0},"44":{"tf":1.0},"51":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"33":{"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":{}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"140":{"tf":1.0}}}},"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"43":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"g":{"'":{"df":1,"docs":{"126":{"tf":1.0}}},"_":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"126":{"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":{"126":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"124":{"tf":1.0},"125":{"tf":2.23606797749979}}}},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"134":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"118":{"tf":1.0},"50":{"tf":2.23606797749979}}}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"43":{"tf":1.0},"66":{"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":{"146":{"tf":1.0}}},".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":2,"docs":{"33":{"tf":1.0},"34":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":20,"docs":{"129":{"tf":1.0},"132":{"tf":2.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":2.449489742783178},"146":{"tf":3.1622776601683795},"160":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"47":{"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},"163":{"tf":1.0},"3":{"tf":1.0},"48":{"tf":1.0}}}}}}},"y":{"df":4,"docs":{"23":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"36":{"tf":1.0},"37":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"35":{"tf":1.0},"36":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"55":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"117":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"147":{"tf":1.7320508075688772},"148":{"tf":1.4142135623730951}}}}}}},"o":{"d":{"df":3,"docs":{"143":{"tf":1.4142135623730951},"33":{"tf":1.7320508075688772},"34":{"tf":1.7320508075688772}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"11":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0},"34":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"90":{"tf":1.4142135623730951},"91":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"34":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":4,"docs":{"160":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"34":{"tf":1.7320508075688772}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"132":{"tf":1.0}}}},"df":5,"docs":{"116":{"tf":1.0},"128":{"tf":1.0},"130":{"tf":1.0},"154":{"tf":1.0},"52":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"t":{"(":{"df":2,"docs":{"33":{"tf":1.0},"37":{"tf":1.0}}},"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"158":{"tf":1.0}}}}},"df":38,"docs":{"118":{"tf":1.0},"120":{"tf":1.7320508075688772},"123":{"tf":1.0},"124":{"tf":1.0},"129":{"tf":2.449489742783178},"132":{"tf":2.0},"134":{"tf":1.0},"140":{"tf":2.23606797749979},"144":{"tf":1.7320508075688772},"145":{"tf":2.23606797749979},"146":{"tf":2.23606797749979},"149":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"24":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"39":{"tf":2.449489742783178},"4":{"tf":1.0},"40":{"tf":1.4142135623730951},"44":{"tf":2.0},"48":{"tf":2.0},"54":{"tf":1.0},"66":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.4142135623730951},"86":{"tf":2.0},"91":{"tf":1.0},"92":{"tf":1.0}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"86":{"tf":1.0}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":7,"docs":{"11":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.4142135623730951},"38":{"tf":1.0},"4":{"tf":1.0},"94":{"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":{"46":{"tf":1.0},"94":{"tf":1.0},"99":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"161":{"tf":1.0},"163":{"tf":1.0},"37":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"94":{"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":{"52":{"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":{"50":{"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":{"128":{"tf":1.0},"130":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"128":{"tf":1.0},"130":{"tf":1.0}}}},"df":0,"docs":{}}},"df":10,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"128":{"tf":1.7320508075688772},"130":{"tf":1.0},"48":{"tf":1.0},"59":{"tf":1.4142135623730951},"62":{"tf":1.0},"63":{"tf":1.0},"81":{"tf":1.0},"98":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"74":{"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":{"49":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"162":{"tf":1.7320508075688772},"163":{"tf":1.0},"45":{"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":{"157":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":3,"docs":{"110":{"tf":1.0},"163":{"tf":1.0},"23":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"39":{"tf":1.0},"4":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"14":{"tf":1.0},"154":{"tf":1.0}}}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"120":{"tf":1.0},"132":{"tf":1.4142135623730951},"145":{"tf":1.4142135623730951},"39":{"tf":1.0},"4":{"tf":1.7320508075688772}}}},"v":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"160":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"o":{"b":{"df":0,"docs":{},"e":{"df":2,"docs":{"153":{"tf":1.0},"154":{"tf":1.0}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":16,"docs":{"100":{"tf":1.0},"11":{"tf":1.0},"129":{"tf":1.0},"134":{"tf":1.0},"163":{"tf":1.0},"17":{"tf":1.4142135623730951},"2":{"tf":1.0},"22":{"tf":1.0},"33":{"tf":1.4142135623730951},"36":{"tf":1.0},"42":{"tf":1.4142135623730951},"48":{"tf":1.0},"50":{"tf":2.23606797749979},"52":{"tf":2.0},"87":{"tf":1.0},"94":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.0},"145":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":6,"docs":{"11":{"tf":1.0},"12":{"tf":1.4142135623730951},"132":{"tf":1.0},"14":{"tf":1.4142135623730951},"163":{"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":{"155":{"tf":1.0},"24":{"tf":1.0}}}}}}}},"p":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"52":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":12,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"48":{"tf":2.23606797749979},"55":{"tf":1.0},"63":{"tf":2.0},"67":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0},"86":{"tf":1.7320508075688772},"91":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":2.0}}}}}}},"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":{"123":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"123":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":2,"docs":{"121":{"tf":1.0},"123":{"tf":2.0}}}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"13":{"tf":1.0},"163":{"tf":1.4142135623730951},"36":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"3":{"df":1,"docs":{"123":{"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":{"123":{"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":{"123":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":2,"docs":{"121":{"tf":1.0},"123":{"tf":2.23606797749979}}}}},"c":{"df":1,"docs":{"123":{"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":{"126":{"tf":1.0}}}}}}},"df":10,"docs":{"124":{"tf":2.0},"125":{"tf":1.0},"126":{"tf":2.0},"132":{"tf":1.0},"133":{"tf":1.7320508075688772},"145":{"tf":1.0},"149":{"tf":1.0},"158":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.0}}}}},"df":2,"docs":{"123":{"tf":2.0},"134":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":49,"docs":{"1":{"tf":1.0},"110":{"tf":1.4142135623730951},"112":{"tf":1.0},"114":{"tf":1.4142135623730951},"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"124":{"tf":1.7320508075688772},"127":{"tf":1.0},"128":{"tf":1.0},"13":{"tf":1.0},"130":{"tf":1.0},"132":{"tf":3.0},"133":{"tf":1.4142135623730951},"134":{"tf":2.6457513110645907},"135":{"tf":1.0},"138":{"tf":1.7320508075688772},"139":{"tf":2.6457513110645907},"140":{"tf":1.7320508075688772},"141":{"tf":1.0},"142":{"tf":1.7320508075688772},"143":{"tf":1.4142135623730951},"144":{"tf":2.0},"145":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"152":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.7320508075688772},"157":{"tf":1.0},"158":{"tf":1.4142135623730951},"160":{"tf":1.0},"163":{"tf":1.4142135623730951},"2":{"tf":1.0},"22":{"tf":1.0},"32":{"tf":1.7320508075688772},"33":{"tf":1.4142135623730951},"34":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"47":{"tf":1.0},"48":{"tf":1.4142135623730951},"5":{"tf":1.0},"56":{"tf":1.0},"64":{"tf":1.0},"69":{"tf":1.4142135623730951},"71":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"df":0,"docs":{},"i":{"df":127,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"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.4142135623730951},"117":{"tf":1.0},"118":{"tf":1.4142135623730951},"119":{"tf":1.0},"120":{"tf":2.8284271247461903},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"126":{"tf":2.0},"127":{"tf":2.0},"128":{"tf":1.0},"129":{"tf":3.3166247903554},"13":{"tf":1.4142135623730951},"130":{"tf":1.4142135623730951},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":2.0},"134":{"tf":2.449489742783178},"135":{"tf":1.0},"137":{"tf":3.872983346207417},"138":{"tf":3.4641016151377544},"139":{"tf":1.0},"14":{"tf":1.0},"140":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.7320508075688772},"145":{"tf":1.7320508075688772},"146":{"tf":2.23606797749979},"148":{"tf":1.0},"154":{"tf":2.0},"155":{"tf":1.4142135623730951},"157":{"tf":1.0},"158":{"tf":2.8284271247461903},"159":{"tf":3.605551275463989},"160":{"tf":4.47213595499958},"163":{"tf":1.4142135623730951},"18":{"tf":1.7320508075688772},"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},"39":{"tf":3.1622776601683795},"4":{"tf":2.449489742783178},"40":{"tf":1.0},"41":{"tf":2.0},"42":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.7320508075688772},"45":{"tf":1.7320508075688772},"46":{"tf":2.23606797749979},"47":{"tf":1.0},"48":{"tf":2.23606797749979},"49":{"tf":1.0},"50":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.4142135623730951},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"70":{"tf":1.0},"71":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"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.4142135623730951},"93":{"tf":1.0},"94":{"tf":1.7320508075688772},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}},"y":{"'":{"df":4,"docs":{"133":{"tf":1.0},"138":{"tf":1.0},"158":{"tf":1.0},"51":{"tf":1.0}}},".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"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":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"120":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"120":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"158":{"tf":1.4142135623730951},"160":{"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},"105":{"tf":1.0},"146":{"tf":1.0}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":4,"docs":{"124":{"tf":1.0},"150":{"tf":1.0},"36":{"tf":1.0},"44":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"132":{"tf":1.0}}}},"t":{"df":2,"docs":{"159":{"tf":1.0},"53":{"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":{"39":{"tf":1.0}}}}}}},"df":4,"docs":{"124":{"tf":1.7320508075688772},"125":{"tf":1.7320508075688772},"39":{"tf":1.4142135623730951},"4":{"tf":1.0}}}}},"df":2,"docs":{"39":{"tf":1.0},"4":{"tf":1.0}},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":1,"docs":{"126":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"146":{"tf":1.0},"151":{"tf":1.0},"34":{"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":7,"docs":{"146":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"32":{"tf":1.0},"4":{"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":{"133":{"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":{".":{"4":{".":{"0":{"df":1,"docs":{"37":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"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},"131":{"tf":1.0},"134":{"tf":1.4142135623730951},"160":{"tf":1.0},"163":{"tf":1.4142135623730951},"19":{"tf":1.0},"2":{"tf":1.0},"32":{"tf":1.0},"45":{"tf":1.4142135623730951},"50":{"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":2,"docs":{"113":{"tf":1.0},"53":{"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":{"142":{"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":2,"docs":{"141":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772}}}}}}}},"df":5,"docs":{"112":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"144":{"tf":1.0},"43":{"tf":1.4142135623730951},"46":{"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":8,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"116":{"tf":1.0},"142":{"tf":1.0},"61":{"tf":1.0},"62":{"tf":1.0},"81":{"tf":1.0},"98":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":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":2,"docs":{"65":{"tf":1.0},"66":{"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":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"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":{},"n":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":2,"docs":{"72":{"tf":1.0},"73":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"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":{"144":{"tf":1.0},"51":{"tf":1.0},"77":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"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":{"76":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"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":{"103":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"98":{"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":{},"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":{"84":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"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":{"89":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"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":{"51":{"tf":1.0},"93":{"tf":1.0},"94":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"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":{"103":{"tf":1.0},"81":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":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":{"102":{"tf":1.0},"103":{"tf":1.0},"81":{"tf":1.0},"98":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":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":{"106":{"tf":1.0},"107":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"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":4,"docs":{"111":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"142":{"tf":1.0}}}}}}}}}}}},"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":7,"docs":{"120":{"tf":1.0},"123":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":1.7320508075688772},"4":{"tf":1.0},"45":{"tf":1.0}}}}},"df":0,"docs":{}}},"2":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"146":{"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":{":":{":":{"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":{"103":{"tf":1.0},"107":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"144":{"tf":1.0},"51":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0},"98":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"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":1,"docs":{"120":{"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":{},"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":{"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":{"120":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"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":{"118":{"tf":1.0},"119":{"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":{"123":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"m":{"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":{"52":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"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":{"120":{"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":{"120":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"=":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":1,"docs":{"150":{"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":{"151":{"tf":1.0},"4":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"129":{"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":{"129":{"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":{"129":{"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":1,"docs":{"39":{"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":{"129":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"45":{"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":{"131":{"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":{"109":{"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":{"131":{"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":{"70":{"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":{"70":{"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":{"100":{"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":{"100":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"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":{"131":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"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":{"114":{"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":{"131":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"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":{"145":{"tf":1.0},"39":{"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":2,"docs":{"132":{"tf":1.0},"39":{"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":{"138":{"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":{"138":{"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":{"138":{"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":{"138":{"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":{"138":{"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":{"138":{"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":{"138":{"tf":1.0}}}}}},"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":{"145":{"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":{"129":{"tf":1.0}}}}}}}}}}}},"df":1,"docs":{"126":{"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":{"129":{"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":{"129":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"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":{"129":{"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":{"132":{"tf":1.0},"145":{"tf":1.0},"39":{"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":{"39":{"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":1,"docs":{"132":{"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":{"130":{"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":{"130":{"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":{"130":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"u":{"b":{"_":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"132":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"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":{"137":{"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":{"137":{"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":{"137":{"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":{"137":{"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":{"137":{"tf":1.0}}}}}},"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":1,"docs":{"132":{"tf":1.0}}}}}},"df":72,"docs":{"0":{"tf":1.0},"1":{"tf":1.7320508075688772},"11":{"tf":1.7320508075688772},"117":{"tf":1.4142135623730951},"12":{"tf":2.0},"120":{"tf":2.23606797749979},"123":{"tf":1.0},"124":{"tf":1.7320508075688772},"125":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.7320508075688772},"13":{"tf":1.7320508075688772},"132":{"tf":2.23606797749979},"133":{"tf":1.4142135623730951},"134":{"tf":2.0},"135":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.4142135623730951},"14":{"tf":1.0},"140":{"tf":1.0},"142":{"tf":1.7320508075688772},"143":{"tf":2.0},"144":{"tf":1.4142135623730951},"145":{"tf":2.0},"146":{"tf":2.0},"147":{"tf":1.7320508075688772},"148":{"tf":1.0},"15":{"tf":1.4142135623730951},"150":{"tf":2.0},"151":{"tf":1.0},"154":{"tf":1.7320508075688772},"157":{"tf":2.0},"158":{"tf":2.23606797749979},"159":{"tf":1.7320508075688772},"16":{"tf":1.4142135623730951},"160":{"tf":2.449489742783178},"163":{"tf":1.7320508075688772},"18":{"tf":2.23606797749979},"19":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"22":{"tf":2.449489742783178},"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.605551275463989},"35":{"tf":1.0},"36":{"tf":1.4142135623730951},"37":{"tf":3.3166247903554},"38":{"tf":1.0},"39":{"tf":2.23606797749979},"4":{"tf":3.4641016151377544},"40":{"tf":1.0},"41":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"44":{"tf":2.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951},"5":{"tf":1.7320508075688772},"50":{"tf":1.7320508075688772},"53":{"tf":1.0},"54":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"11":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":3,"docs":{"116":{"tf":1.0},"36":{"tf":1.0},"91":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"g":{"df":2,"docs":{"134":{"tf":1.0},"86":{"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":{"86":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"94":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":5,"docs":{"158":{"tf":1.0},"92":{"tf":1.4142135623730951},"93":{"tf":1.0},"94":{"tf":2.449489742783178},"95":{"tf":1.4142135623730951}}}}},"b":{"a":{"c":{"df":2,"docs":{"143":{"tf":1.0},"33":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"132":{"tf":1.0}},"e":{"a":{"d":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"118":{"tf":1.0},"122":{"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":{"131":{"tf":1.0}}}}}}},"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":{"118":{"tf":1.0},"122":{"tf":1.0}}}}}}}}},"df":8,"docs":{"108":{"tf":1.0},"118":{"tf":1.4142135623730951},"129":{"tf":2.0},"131":{"tf":1.0},"38":{"tf":1.0},"52":{"tf":1.0},"74":{"tf":1.0},"86":{"tf":1.0}},"i":{"df":8,"docs":{"154":{"tf":2.0},"22":{"tf":1.7320508075688772},"26":{"tf":1.7320508075688772},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":2.0},"36":{"tf":1.4142135623730951},"37":{"tf":1.0}}},"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}},"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":{},"i":{"df":1,"docs":{"37":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"114":{"tf":1.4142135623730951},"129":{"tf":1.0},"14":{"tf":1.4142135623730951},"69":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":19,"docs":{"118":{"tf":1.4142135623730951},"126":{"tf":1.0},"129":{"tf":2.0},"137":{"tf":1.7320508075688772},"138":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"160":{"tf":1.4142135623730951},"17":{"tf":1.0},"19":{"tf":1.0},"33":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"44":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":2.6457513110645907},"70":{"tf":1.4142135623730951},"88":{"tf":1.0},"92":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"129":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"11":{"tf":1.0},"150":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"d":{"df":3,"docs":{"27":{"tf":1.0},"35":{"tf":1.0},"36":{"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":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"158":{"tf":1.0},"160":{"tf":1.4142135623730951},"2":{"tf":1.0},"48":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":9,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"48":{"tf":1.0},"63":{"tf":1.4142135623730951},"67":{"tf":1.7320508075688772},"74":{"tf":1.4142135623730951},"86":{"tf":2.449489742783178},"91":{"tf":1.0},"99":{"tf":2.6457513110645907}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"158":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"c":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"129":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"50":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":2,"docs":{"60":{"tf":1.4142135623730951},"63":{"tf":1.0}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"132":{"tf":2.23606797749979}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"60":{"tf":1.4142135623730951},"63":{"tf":1.0}}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"134":{"tf":1.7320508075688772},"137":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"y":{"'":{"df":2,"docs":{"145":{"tf":1.0},"146":{"tf":1.0}}},"df":5,"docs":{"132":{"tf":1.7320508075688772},"145":{"tf":3.4641016151377544},"146":{"tf":4.358898943540674},"39":{"tf":1.0},"4":{"tf":1.7320508075688772}}}},"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":{},"v":{"df":1,"docs":{"134":{"tf":1.0}}}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"2":{"tf":1.0}}}},"df":0,"docs":{}},"df":1,"docs":{"120":{"tf":1.0}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"39":{"tf":1.0},"48":{"tf":1.0}}},"v":{"df":12,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"116":{"tf":1.4142135623730951},"123":{"tf":1.0},"131":{"tf":1.0},"142":{"tf":1.0},"2":{"tf":1.0},"52":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":2.0},"81":{"tf":1.0},"98":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"148":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":3,"docs":{"24":{"tf":1.0},"27":{"tf":1.0},"37":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":1,"docs":{"126":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"145":{"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":{"157":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":13,"docs":{"108":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"122":{"tf":1.0},"146":{"tf":1.0},"40":{"tf":1.4142135623730951},"44":{"tf":1.0},"50":{"tf":1.0},"55":{"tf":1.0},"74":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"156":{"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":{"138":{"tf":1.4142135623730951}}}}}},"df":5,"docs":{"138":{"tf":2.0},"145":{"tf":1.4142135623730951},"146":{"tf":1.0},"39":{"tf":1.4142135623730951},"87":{"tf":2.449489742783178}}}}},"i":{"df":0,"docs":{},"r":{"df":18,"docs":{"108":{"tf":1.0},"123":{"tf":1.0},"128":{"tf":1.0},"16":{"tf":1.4142135623730951},"163":{"tf":1.0},"21":{"tf":1.4142135623730951},"3":{"tf":1.0},"31":{"tf":1.4142135623730951},"35":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.4142135623730951},"55":{"tf":1.0},"63":{"tf":2.0},"67":{"tf":1.0},"74":{"tf":1.0},"86":{"tf":1.7320508075688772},"95":{"tf":1.0},"99":{"tf":1.7320508075688772}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"43":{"tf":1.0}}}}},"i":{"d":{"df":2,"docs":{"116":{"tf":1.0},"148":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":8,"docs":{"133":{"tf":1.7320508075688772},"134":{"tf":2.8284271247461903},"137":{"tf":1.0},"138":{"tf":1.4142135623730951},"139":{"tf":1.4142135623730951},"140":{"tf":1.0},"22":{"tf":1.0},"33":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"141":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":4,"docs":{"118":{"tf":1.0},"128":{"tf":1.0},"132":{"tf":1.0},"138":{"tf":1.7320508075688772}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"33":{"tf":1.0},"34":{"tf":1.0}}}}},"df":1,"docs":{"134":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"119":{"tf":1.0},"123":{"tf":1.4142135623730951}}}}}}},"df":6,"docs":{"118":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"133":{"tf":1.0},"134":{"tf":1.0},"4":{"tf":1.0},"50":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":4,"docs":{"113":{"tf":1.0},"39":{"tf":1.0},"48":{"tf":1.0},"56":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":6,"docs":{"118":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.4142135623730951},"156":{"tf":1.0},"60":{"tf":1.0},"66":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"1":{"tf":1.0},"160":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"39":{"tf":1.0},"4":{"tf":1.4142135623730951},"50":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"161":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"158":{"tf":1.0}}}}},"o":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"90":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"]":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"148":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"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":{"90":{"tf":1.0},"91":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"90":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":17,"docs":{"147":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.7320508075688772},"17":{"tf":1.0},"19":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"36":{"tf":2.0},"37":{"tf":2.23606797749979},"41":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.0},"52":{"tf":1.7320508075688772},"56":{"tf":1.0},"71":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"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}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":5,"docs":{"143":{"tf":1.0},"158":{"tf":1.0},"83":{"tf":1.0},"86":{"tf":2.23606797749979},"87":{"tf":2.449489742783178}}}},"n":{"df":35,"docs":{"11":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":2.0},"13":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"143":{"tf":1.7320508075688772},"144":{"tf":1.7320508075688772},"145":{"tf":1.7320508075688772},"146":{"tf":1.7320508075688772},"154":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"21":{"tf":1.0},"22":{"tf":1.7320508075688772},"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},"39":{"tf":1.4142135623730951},"4":{"tf":2.8284271247461903},"45":{"tf":1.0},"99":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"120":{"tf":1.0},"131":{"tf":1.0},"133":{"tf":1.0},"47":{"tf":1.0},"52":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"150":{"tf":1.4142135623730951}}}}}},"df":18,"docs":{"108":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"12":{"tf":2.0},"123":{"tf":1.4142135623730951},"13":{"tf":1.0},"14":{"tf":1.0},"160":{"tf":1.0},"3":{"tf":1.0},"63":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"69":{"tf":1.0},"74":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"96":{"tf":1.0},"99":{"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":9,"docs":{"145":{"tf":1.0},"146":{"tf":1.4142135623730951},"158":{"tf":1.0},"159":{"tf":1.0},"36":{"tf":1.4142135623730951},"44":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"87":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"115":{"tf":1.4142135623730951}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"2":{"tf":1.0}}}},"w":{"df":1,"docs":{"36":{"tf":1.0}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":3,"docs":{"1":{"tf":1.0},"129":{"tf":1.0},"163":{"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":{"50":{"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":{"108":{"tf":1.0},"113":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":15,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"144":{"tf":1.0},"4":{"tf":1.4142135623730951},"45":{"tf":1.0},"48":{"tf":2.0},"55":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0},"99":{"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":{"122":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"123":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"k":{"df":3,"docs":{"148":{"tf":1.4142135623730951},"159":{"tf":1.0},"160":{"tf":1.0}}},"p":{"4":{"df":0,"docs":{},"k":{"df":2,"docs":{"22":{"tf":1.0},"26":{"tf":1.0}}}},"df":0,"docs":{}}},"df":4,"docs":{"137":{"tf":1.0},"141":{"tf":1.0},"34":{"tf":1.7320508075688772},"36":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"148":{"tf":1.0}}}},"df":0,"docs":{}}},"c":{"df":2,"docs":{"145":{"tf":1.0},"39":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"d":{"df":8,"docs":{"129":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"39":{"tf":1.0},"44":{"tf":1.0},"51":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"36":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"1":{"tf":1.0},"116":{"tf":1.0},"160":{"tf":1.0},"2":{"tf":1.0},"3":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":17,"docs":{"12":{"tf":1.0},"129":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951},"146":{"tf":1.0},"150":{"tf":1.0},"155":{"tf":1.4142135623730951},"18":{"tf":1.0},"19":{"tf":1.0},"24":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"36":{"tf":2.23606797749979},"4":{"tf":1.0},"41":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0}},"m":{"df":2,"docs":{"14":{"tf":1.0},"163":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"52":{"tf":1.0},"90":{"tf":1.4142135623730951}}}},"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":{")":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":1,"docs":{"122":{"tf":1.4142135623730951}}}}},"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":{"123":{"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":{"123":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"]":{"'":{"df":2,"docs":{"108":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"123":{"tf":1.4142135623730951}}}},"n":{"d":{"df":17,"docs":{"110":{"tf":1.0},"120":{"tf":1.4142135623730951},"129":{"tf":2.0},"142":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.4142135623730951},"154":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"17":{"tf":1.0},"19":{"tf":2.0},"39":{"tf":1.0},"46":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.7320508075688772}}},"df":0,"docs":{},"s":{"df":2,"docs":{"14":{"tf":1.0},"2":{"tf":1.0}}},"t":{"df":13,"docs":{"110":{"tf":1.0},"116":{"tf":1.0},"118":{"tf":1.4142135623730951},"126":{"tf":2.0},"129":{"tf":1.4142135623730951},"138":{"tf":1.7320508075688772},"160":{"tf":1.0},"27":{"tf":1.4142135623730951},"44":{"tf":1.4142135623730951},"48":{"tf":1.0},"64":{"tf":1.0},"66":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":6,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":1.0},"141":{"tf":1.0},"158":{"tf":1.0},"160":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"q":{"df":1,"docs":{"126":{"tf":1.7320508075688772}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"50":{"tf":1.0},"51":{"tf":1.7320508075688772},"52":{"tf":1.0}}},"df":0,"docs":{}}}}},"r":{"d":{"df":2,"docs":{"121":{"tf":1.0},"122":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"122":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":1,"docs":{"56":{"tf":1.0}}},"v":{"df":3,"docs":{"132":{"tf":1.0},"133":{"tf":1.0},"44":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"'":{"df":3,"docs":{"120":{"tf":1.0},"126":{"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":{"126":{"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":{"126":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":37,"docs":{"0":{"tf":1.0},"1":{"tf":1.7320508075688772},"120":{"tf":2.0},"121":{"tf":1.0},"123":{"tf":1.0},"132":{"tf":1.7320508075688772},"133":{"tf":2.0},"135":{"tf":1.7320508075688772},"137":{"tf":3.3166247903554},"138":{"tf":1.7320508075688772},"139":{"tf":1.0},"140":{"tf":1.0},"143":{"tf":1.0},"145":{"tf":2.0},"146":{"tf":1.7320508075688772},"151":{"tf":1.0},"154":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":3.7416573867739413},"159":{"tf":2.8284271247461903},"160":{"tf":4.358898943540674},"163":{"tf":2.449489742783178},"2":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"23":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"3":{"tf":1.0},"34":{"tf":1.4142135623730951},"35":{"tf":1.0},"37":{"tf":1.0},"39":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"44":{"tf":2.0},"48":{"tf":2.0},"64":{"tf":1.0},"66":{"tf":1.4142135623730951}}}},"i":{"c":{"df":20,"docs":{"120":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"132":{"tf":1.4142135623730951},"133":{"tf":1.0},"134":{"tf":1.7320508075688772},"143":{"tf":1.0},"145":{"tf":3.7416573867739413},"146":{"tf":2.0},"149":{"tf":1.0},"160":{"tf":1.0},"163":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"18":{"tf":1.0},"33":{"tf":2.0},"34":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"37":{"tf":2.23606797749979},"39":{"tf":1.4142135623730951},"4":{"tf":3.4641016151377544}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"129":{"tf":2.23606797749979},"130":{"tf":2.6457513110645907},"36":{"tf":1.0},"44":{"tf":3.605551275463989}}}}}}},"t":{"df":21,"docs":{"1":{"tf":1.0},"131":{"tf":1.7320508075688772},"132":{"tf":1.7320508075688772},"133":{"tf":1.7320508075688772},"14":{"tf":1.0},"141":{"tf":1.7320508075688772},"146":{"tf":2.23606797749979},"150":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"22":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"36":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"52":{"tf":1.4142135623730951},"63":{"tf":2.0},"66":{"tf":1.0},"83":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"120":{"tf":1.0},"133":{"tf":1.0},"146":{"tf":1.4142135623730951}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"116":{"tf":1.0},"133":{"tf":1.0},"157":{"tf":1.4142135623730951},"33":{"tf":1.0},"54":{"tf":1.0}}}}}},"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":{"131":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":2,"docs":{"131":{"tf":1.0},"52":{"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":6,"docs":{"11":{"tf":1.4142135623730951},"120":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"43":{"tf":1.0},"66":{"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":{")":{".":{"a":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"120":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"120":{"tf":1.0}}}}},"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":{"158":{"tf":1.7320508075688772},"159":{"tf":1.4142135623730951},"20":{"tf":1.7320508075688772},"21":{"tf":1.0},"22":{"tf":2.23606797749979},"23":{"tf":1.0},"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":4,"docs":{"116":{"tf":1.0},"13":{"tf":1.4142135623730951},"27":{"tf":1.0},"37":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"133":{"tf":1.0},"36":{"tf":1.0},"50":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"133":{"tf":1.0},"96":{"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":1,"docs":{"158":{"tf":1.0}}}}},"i":{"df":1,"docs":{"43":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"139":{"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":6,"docs":{"145":{"tf":1.0},"160":{"tf":1.4142135623730951},"18":{"tf":1.0},"4":{"tf":1.4142135623730951},"51":{"tf":1.0},"99":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"117":{"tf":1.0},"142":{"tf":1.0},"146":{"tf":1.0},"46":{"tf":1.0}}}},"df":0,"docs":{}}}}},"z":{"df":0,"docs":{},"e":{"df":10,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"116":{"tf":1.0},"126":{"tf":1.0},"138":{"tf":1.0},"142":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":2.0},"81":{"tf":1.0},"98":{"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":{"53":{"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":{"138":{"tf":1.0}}}}}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"158":{"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":3,"docs":{"66":{"tf":1.0},"67":{"tf":1.4142135623730951},"69":{"tf":2.23606797749979}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"138":{"tf":2.8284271247461903}}}}}}}},"df":0,"docs":{}},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"134":{"tf":1.0},"39":{"tf":1.0},"48":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"133":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"163":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"14":{"tf":1.0},"36":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"11":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"w":{"df":1,"docs":{"133":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":15,"docs":{"1":{"tf":1.0},"117":{"tf":1.0},"132":{"tf":1.0},"146":{"tf":1.7320508075688772},"163":{"tf":1.7320508075688772},"4":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"7":{"tf":1.0},"8":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"9":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":5,"docs":{"120":{"tf":1.0},"146":{"tf":1.4142135623730951},"4":{"tf":1.0},"51":{"tf":1.0},"94":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"43":{"tf":1.4142135623730951},"66":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"14":{"tf":1.0}},"t":{"df":1,"docs":{"43":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"f":{"df":13,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951},"12":{"tf":1.0},"131":{"tf":1.4142135623730951},"133":{"tf":1.0},"163":{"tf":1.0},"2":{"tf":1.0},"22":{"tf":1.0},"35":{"tf":1.0},"49":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"99":{"tf":1.4142135623730951}},"i":{"df":10,"docs":{"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.4142135623730951},"145":{"tf":1.0},"146":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"50":{"tf":1.4142135623730951},"51":{"tf":1.0},"94":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"d":{"df":1,"docs":{"69":{"tf":1.0}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"35":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"(":{"0":{".":{".":{"0":{"df":1,"docs":{"122":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"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":{"123":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{".":{"df":0,"docs":{},"r":{"df":1,"docs":{"123":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"123":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"r":{"df":3,"docs":{"120":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951}}}},"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":{"129":{"tf":1.0},"49":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"159":{"tf":1.0},"160":{"tf":1.0},"3":{"tf":1.0}}}}},"r":{"d":{"df":8,"docs":{"1":{"tf":1.0},"120":{"tf":1.0},"133":{"tf":1.0},"14":{"tf":1.0},"141":{"tf":1.0},"158":{"tf":1.0},"35":{"tf":1.0},"75":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":12,"docs":{"11":{"tf":1.0},"120":{"tf":2.23606797749979},"144":{"tf":1.0},"146":{"tf":1.7320508075688772},"17":{"tf":1.4142135623730951},"18":{"tf":2.0},"21":{"tf":1.0},"31":{"tf":1.0},"5":{"tf":1.0},"51":{"tf":1.0},"59":{"tf":1.0},"86":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"133":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"e":{"df":7,"docs":{"123":{"tf":1.0},"133":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"96":{"tf":1.0}}}}}}},"i":{"c":{"df":10,"docs":{"119":{"tf":1.0},"121":{"tf":1.0},"123":{"tf":1.4142135623730951},"133":{"tf":1.0},"134":{"tf":1.4142135623730951},"18":{"tf":1.0},"22":{"tf":1.0},"27":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":2.23606797749979}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"119":{"tf":1.7320508075688772},"123":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"u":{"df":4,"docs":{"153":{"tf":1.0},"154":{"tf":1.4142135623730951},"33":{"tf":1.0},"34":{"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":{"123":{"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":{"123":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"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":{"120":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"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":6,"docs":{"22":{"tf":1.0},"23":{"tf":1.4142135623730951},"26":{"tf":1.0},"27":{"tf":1.0},"34":{"tf":1.0},"50":{"tf":2.23606797749979}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"11":{"tf":1.0},"158":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":4,"docs":{"112":{"tf":1.0},"116":{"tf":1.0},"54":{"tf":1.0},"63":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":5,"docs":{"57":{"tf":1.7320508075688772},"60":{"tf":1.0},"63":{"tf":2.23606797749979},"74":{"tf":1.0},"90":{"tf":1.0}}}}}}},"df":2,"docs":{"119":{"tf":1.0},"123":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"75":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":18,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"141":{"tf":1.0},"42":{"tf":1.0},"46":{"tf":1.7320508075688772},"48":{"tf":2.449489742783178},"52":{"tf":1.0},"55":{"tf":1.0},"63":{"tf":2.23606797749979},"67":{"tf":1.4142135623730951},"74":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0},"86":{"tf":1.7320508075688772},"91":{"tf":1.7320508075688772},"99":{"tf":2.449489742783178}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"122":{"tf":1.7320508075688772},"126":{"tf":1.0}}}},"df":0,"docs":{}}}},"u":{"b":{"_":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"132":{"tf":1.4142135623730951}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"(":{"df":3,"docs":{"132":{"tf":1.0},"145":{"tf":1.0},"4":{"tf":1.0}}},"df":4,"docs":{"132":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"39":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"a":{"d":{"df":1,"docs":{"143":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":1,"docs":{"132":{"tf":1.0}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"64":{"tf":1.0}}}},"t":{"df":1,"docs":{"134":{"tf":1.0}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"137":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"137":{"tf":1.0},"19":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"h":{"df":13,"docs":{"105":{"tf":1.0},"123":{"tf":1.0},"154":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"22":{"tf":1.0},"26":{"tf":1.0},"3":{"tf":1.0},"43":{"tf":1.0},"52":{"tf":1.0},"64":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":4,"docs":{"116":{"tf":1.0},"142":{"tf":1.0},"58":{"tf":1.4142135623730951},"63":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"163":{"tf":1.4142135623730951}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"123":{"tf":1.0},"134":{"tf":2.6457513110645907},"147":{"tf":1.0},"87":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":2,"docs":{"163":{"tf":1.0},"47":{"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":{"126":{"tf":1.0},"96":{"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":{"123":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"123":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":10,"docs":{"116":{"tf":1.0},"12":{"tf":1.0},"123":{"tf":1.0},"146":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"3":{"tf":1.0},"45":{"tf":1.0},"5":{"tf":1.0},"64":{"tf":1.0}}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"63":{"tf":1.0},"99":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":13,"docs":{"122":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"2":{"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},"51":{"tf":1.0},"86":{"tf":1.0}},"n":{"df":1,"docs":{"144":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"k":{"df":3,"docs":{"121":{"tf":1.0},"133":{"tf":1.0},"163":{"tf":1.4142135623730951}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"17":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"51":{"tf":1.0},"94":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"p":{"df":3,"docs":{"124":{"tf":1.0},"132":{"tf":1.0},"44":{"tf":1.4142135623730951}}}},"df":1,"docs":{"39":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"44":{"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},"158":{"tf":1.0}}}}}}}}},"n":{"d":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"34":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"117":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"11":{"tf":1.7320508075688772},"19":{"tf":1.7320508075688772}}}}},"f":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"df":0,"docs":{},"j":{"\"":{",":{"\"":{"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":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"\"":{":":{"[":{"df":0,"docs":{},"{":{"\"":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"\"":{":":{"\"":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"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":{"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":{}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"35":{"tf":1.0}}}}}}}}},"t":{"'":{"df":2,"docs":{"123":{"tf":1.0},"146":{"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":1,"docs":{"37":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"131":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"94":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"36":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"50":{"tf":1.0}}}},"r":{"d":{"df":1,"docs":{"162":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":3,"docs":{"110":{"tf":1.0},"129":{"tf":1.4142135623730951},"158":{"tf":1.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"44":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"94":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":1,"docs":{"34":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":18,"docs":{"101":{"tf":1.0},"160":{"tf":1.0},"163":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.0},"27":{"tf":2.0},"31":{"tf":1.0},"32":{"tf":1.0},"37":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0},"71":{"tf":1.0},"79":{"tf":1.0},"86":{"tf":1.0},"94":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"e":{"df":1,"docs":{"163":{"tf":1.0}}},"m":{"df":0,"docs":{},"e":{"df":12,"docs":{"12":{"tf":1.0},"126":{"tf":2.0},"129":{"tf":1.4142135623730951},"137":{"tf":1.0},"138":{"tf":1.0},"156":{"tf":1.0},"26":{"tf":1.0},"36":{"tf":1.4142135623730951},"52":{"tf":1.0},"66":{"tf":1.0},"87":{"tf":1.0},"94":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"\"":{":":{"\"":{"2":{"0":{"2":{"2":{"df":1,"docs":{"37":{"tf":2.0}}},"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":7,"docs":{"105":{"tf":2.6457513110645907},"106":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.4142135623730951},"109":{"tf":1.0},"126":{"tf":2.0},"54":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"l":{"df":10,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}}}},"o":{"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":1,"docs":{"37":{"tf":2.449489742783178}}}}},"df":0,"docs":{}}},"df":19,"docs":{"110":{"tf":1.7320508075688772},"111":{"tf":1.0},"112":{"tf":1.7320508075688772},"113":{"tf":1.4142135623730951},"114":{"tf":2.23606797749979},"115":{"tf":1.0},"116":{"tf":2.8284271247461903},"141":{"tf":2.0},"144":{"tf":1.0},"147":{"tf":1.4142135623730951},"160":{"tf":1.0},"36":{"tf":2.6457513110645907},"37":{"tf":1.7320508075688772},"43":{"tf":1.7320508075688772},"46":{"tf":1.7320508075688772},"52":{"tf":1.4142135623730951},"54":{"tf":1.0},"56":{"tf":1.0},"71":{"tf":1.0}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":8,"docs":{"110":{"tf":1.7320508075688772},"116":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"43":{"tf":1.0},"52":{"tf":1.4142135623730951},"54":{"tf":1.0},"56":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"120":{"tf":1.0},"51":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{":":{":":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{":":{":":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"120":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"120":{"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":{"123":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"123":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":2,"docs":{"121":{"tf":1.0},"123":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"k":{"df":2,"docs":{"129":{"tf":1.0},"131":{"tf":1.4142135623730951}}},"l":{"df":2,"docs":{"120":{"tf":1.0},"3":{"tf":1.0}}}},"p":{"df":2,"docs":{"139":{"tf":1.0},"163":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"134":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"130":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":8,"docs":{"100":{"tf":1.4142135623730951},"114":{"tf":1.0},"129":{"tf":2.23606797749979},"130":{"tf":1.0},"137":{"tf":2.6457513110645907},"138":{"tf":2.0},"14":{"tf":1.0},"70":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"150":{"tf":1.0}}},"k":{"df":3,"docs":{"129":{"tf":1.0},"137":{"tf":1.0},"44":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"157":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"'":{"df":1,"docs":{"83":{"tf":1.0}}},"df":14,"docs":{"158":{"tf":1.0},"160":{"tf":1.7320508075688772},"163":{"tf":1.0},"18":{"tf":1.0},"22":{"tf":1.0},"37":{"tf":1.0},"41":{"tf":1.0},"44":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":1.0},"54":{"tf":1.0},"66":{"tf":1.0},"83":{"tf":1.0},"90":{"tf":1.0}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"117":{"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},"39":{"tf":1.0}}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"50":{"tf":1.0}}},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"50":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":1,"docs":{"163":{"tf":1.0}}}}},"df":2,"docs":{"120":{"tf":1.0},"123":{"tf":1.0}}},"u":{"df":0,"docs":{},"e":{"df":3,"docs":{"116":{"tf":1.0},"142":{"tf":1.7320508075688772},"99":{"tf":1.4142135623730951}}}},"y":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"(":{"df":0,"docs":{},"p":{"df":1,"docs":{"123":{"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":{"119":{"tf":1.0},"123":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"120":{"tf":1.0}}}}}}},"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":{"123":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"44":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":4,"docs":{"150":{"tf":1.0},"36":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"163":{"tf":1.0}}}}}}}},"w":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"49":{"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":{"50":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"o":{"df":7,"docs":{"117":{"tf":1.0},"12":{"tf":1.0},"123":{"tf":1.0},"141":{"tf":1.0},"163":{"tf":1.4142135623730951},"22":{"tf":1.0},"46":{"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":{"138":{"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":{"138":{"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":{"138":{"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":27,"docs":{"108":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"114":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":1.4142135623730951},"120":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":2.0},"126":{"tf":3.3166247903554},"133":{"tf":1.0},"134":{"tf":1.7320508075688772},"138":{"tf":1.4142135623730951},"19":{"tf":1.0},"33":{"tf":1.0},"37":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":4.242640687119285},"53":{"tf":1.0},"55":{"tf":2.23606797749979},"63":{"tf":3.605551275463989},"67":{"tf":1.7320508075688772},"74":{"tf":2.0},"78":{"tf":1.4142135623730951},"86":{"tf":3.4641016151377544},"91":{"tf":2.0},"95":{"tf":1.7320508075688772},"99":{"tf":4.242640687119285}}},"i":{"c":{"df":1,"docs":{"66":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"1":{"df":1,"docs":{"126":{"tf":2.0}}},"2":{"df":1,"docs":{"126":{"tf":1.0}}},"8":{"df":1,"docs":{"126":{"tf":2.0}}},"d":{"df":0,"docs":{},"p":{"df":23,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"120":{"tf":1.7320508075688772},"124":{"tf":1.4142135623730951},"125":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":1.0},"14":{"tf":1.0},"160":{"tf":1.4142135623730951},"163":{"tf":1.4142135623730951},"17":{"tf":2.23606797749979},"18":{"tf":1.4142135623730951},"19":{"tf":1.7320508075688772},"22":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.4142135623730951},"37":{"tf":1.0},"39":{"tf":2.0},"4":{"tf":1.4142135623730951},"41":{"tf":1.0},"63":{"tf":1.0},"64":{"tf":1.0},"71":{"tf":1.0}}}},"df":3,"docs":{"120":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.7320508075688772}},"e":{"4":{"df":1,"docs":{"148":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"1":{"6":{"df":1,"docs":{"86":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"3":{"2":{"df":2,"docs":{"63":{"tf":1.4142135623730951},"95":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":1,"docs":{"99":{"tf":1.0}}},"df":0,"docs":{}},"8":{"df":2,"docs":{"74":{"tf":1.0},"99":{"tf":1.0}}},"df":1,"docs":{"95":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"141":{"tf":1.0},"148":{"tf":1.0},"36":{"tf":1.0},"43":{"tf":1.0},"53":{"tf":1.0},"63":{"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":{"163":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"145":{"tf":1.0},"146":{"tf":1.0}}}},"q":{"df":0,"docs":{},"u":{"df":3,"docs":{"126":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0}}}},"t":{"df":1,"docs":{"126":{"tf":1.7320508075688772}}},"x":{"df":6,"docs":{"105":{"tf":1.0},"108":{"tf":1.0},"126":{"tf":1.4142135623730951},"45":{"tf":1.0},"50":{"tf":1.0},"54":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":1,"docs":{"60":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"13":{"tf":1.0},"147":{"tf":2.0},"148":{"tf":1.7320508075688772},"159":{"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":{"137":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":7,"docs":{"154":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"36":{"tf":1.0}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"124":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"145":{"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":10,"docs":{"122":{"tf":1.0},"123":{"tf":1.0},"131":{"tf":1.0},"133":{"tf":1.4142135623730951},"137":{"tf":1.7320508075688772},"138":{"tf":2.0},"144":{"tf":1.4142135623730951},"145":{"tf":1.0},"39":{"tf":1.0},"50":{"tf":1.0}}}},"df":0,"docs":{}},"df":13,"docs":{"120":{"tf":1.0},"123":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":1.0},"22":{"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},"66":{"tf":1.0},"94":{"tf":1.0}},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"148":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"133":{"tf":1.0},"44":{"tf":1.0},"48":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":10,"docs":{"118":{"tf":1.4142135623730951},"120":{"tf":1.0},"129":{"tf":1.7320508075688772},"44":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"52":{"tf":1.0},"54":{"tf":1.0},"88":{"tf":1.0},"92":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"l":{"df":4,"docs":{"135":{"tf":1.0},"138":{"tf":1.4142135623730951},"39":{"tf":1.0},"48":{"tf":1.0}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":7,"docs":{"132":{"tf":1.0},"143":{"tf":1.4142135623730951},"145":{"tf":1.0},"150":{"tf":1.0},"29":{"tf":1.0},"39":{"tf":1.0},"4":{"tf":1.7320508075688772}}}},"df":58,"docs":{"0":{"tf":1.0},"1":{"tf":1.4142135623730951},"101":{"tf":1.0},"105":{"tf":1.0},"113":{"tf":1.0},"116":{"tf":1.4142135623730951},"117":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.4142135623730951},"12":{"tf":1.0},"120":{"tf":1.7320508075688772},"121":{"tf":1.7320508075688772},"123":{"tf":2.0},"124":{"tf":1.0},"125":{"tf":1.0},"131":{"tf":1.4142135623730951},"132":{"tf":1.4142135623730951},"133":{"tf":1.0},"134":{"tf":2.8284271247461903},"140":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.4142135623730951},"146":{"tf":2.23606797749979},"153":{"tf":1.0},"154":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"2":{"tf":1.4142135623730951},"27":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.4142135623730951},"42":{"tf":1.0},"43":{"tf":1.7320508075688772},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":1.7320508075688772},"49":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"56":{"tf":1.4142135623730951},"60":{"tf":1.0},"63":{"tf":1.4142135623730951},"66":{"tf":1.0},"67":{"tf":1.0},"71":{"tf":1.0},"75":{"tf":1.0},"79":{"tf":1.0},"8":{"tf":1.0},"87":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"14":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"23":{"tf":1.0},"43":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"c":{"df":2,"docs":{"108":{"tf":1.0},"126":{"tf":1.4142135623730951}}},"df":0,"docs":{},"f":{"df":1,"docs":{"75":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"163":{"tf":1.0},"56":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":9,"docs":{"116":{"tf":1.0},"139":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.4142135623730951},"3":{"tf":1.0},"32":{"tf":1.0},"43":{"tf":1.0},"56":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"159":{"tf":1.0}},"i":{"df":1,"docs":{"46":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"48":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"1":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"1":{"df":21,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"120":{"tf":1.0},"123":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":1.4142135623730951},"46":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":1,"docs":{"142":{"tf":1.0}}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"142":{"tf":1.0},"55":{"tf":1.0},"75":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":21,"docs":{"100":{"tf":1.0},"103":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"137":{"tf":1.0},"141":{"tf":1.0},"24":{"tf":1.0},"27":{"tf":1.0},"36":{"tf":1.0},"4":{"tf":1.0},"42":{"tf":1.4142135623730951},"43":{"tf":1.0},"46":{"tf":1.7320508075688772},"48":{"tf":1.0},"52":{"tf":1.7320508075688772},"55":{"tf":2.0},"60":{"tf":1.0},"63":{"tf":1.0},"81":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":2.449489742783178}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"150":{"tf":1.4142135623730951},"45":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":4,"docs":{"38":{"tf":1.0},"4":{"tf":1.0},"5":{"tf":1.0},"64":{"tf":1.0}}}}}}}},"df":1,"docs":{"4":{"tf":1.0}},"e":{"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":{":":{":":{"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":{"120":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"114":{"tf":1.0}}},"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"117":{"tf":1.0}},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"150":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":2,"docs":{"163":{"tf":1.0},"69":{"tf":1.0}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":25,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"120":{"tf":1.7320508075688772},"123":{"tf":1.4142135623730951},"142":{"tf":1.0},"144":{"tf":1.0},"146":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772},"4":{"tf":1.4142135623730951},"44":{"tf":1.0},"46":{"tf":1.0},"48":{"tf":1.4142135623730951},"51":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0},"98":{"tf":1.0}}}}}}}},"i":{"a":{"df":22,"docs":{"114":{"tf":1.0},"116":{"tf":1.0},"129":{"tf":2.0},"132":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"140":{"tf":1.0},"142":{"tf":1.0},"160":{"tf":1.4142135623730951},"19":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"3":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.4142135623730951},"43":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.4142135623730951},"69":{"tf":1.0}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":2,"docs":{"162":{"tf":1.7320508075688772},"163":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":6,"docs":{"112":{"tf":1.0},"132":{"tf":1.0},"138":{"tf":1.0},"145":{"tf":1.0},"39":{"tf":1.0},"99":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"134":{"tf":1.0},"3":{"tf":1.0},"42":{"tf":1.0},"48":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"131":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"s":{"df":1,"docs":{"154":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"14":{"tf":1.0},"148":{"tf":1.0},"37":{"tf":1.0},"50":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":7,"docs":{"132":{"tf":1.4142135623730951},"139":{"tf":1.0},"140":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.4142135623730951},"163":{"tf":1.0}}}},"df":0,"docs":{}},"y":{"df":5,"docs":{"123":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"41":{"tf":1.0},"56":{"tf":1.0}}}},"df":0,"docs":{},"e":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":5,"docs":{"123":{"tf":1.0},"146":{"tf":1.0},"23":{"tf":1.0},"32":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951}}}},"r":{"df":3,"docs":{"120":{"tf":1.0},"146":{"tf":1.4142135623730951},"22":{"tf":1.0}}},"v":{"df":2,"docs":{"146":{"tf":1.0},"36":{"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":{"145":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":10,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"128":{"tf":1.0},"133":{"tf":1.0},"14":{"tf":1.0},"157":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"43":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951}}}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":3,"docs":{"19":{"tf":1.0},"29":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"120":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"144":{"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":{"137":{"tf":1.0},"154":{"tf":1.0},"4":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"48":{"tf":1.0},"63":{"tf":1.4142135623730951},"67":{"tf":1.0},"74":{"tf":1.4142135623730951},"86":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"148":{"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":{"94":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"120":{"tf":1.0},"123":{"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":{"117":{"tf":1.0},"133":{"tf":1.0},"139":{"tf":1.0},"43":{"tf":1.0},"46":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":1.4142135623730951},"56":{"tf":1.0},"94":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"159":{"tf":1.0},"160":{"tf":1.0},"26":{"tf":1.0},"27":{"tf":1.4142135623730951},"36":{"tf":1.0},"50":{"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":7,"docs":{"14":{"tf":1.0},"146":{"tf":1.0},"163":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0},"35":{"tf":1.0},"50":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":3,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"87":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"d":{"df":1,"docs":{"133":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":1,"docs":{"94":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"66":{"tf":1.4142135623730951}}}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":3,"docs":{"120":{"tf":1.0},"51":{"tf":1.0},"94":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{"&":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":2,"docs":{"118":{"tf":1.0},"122":{"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":{"118":{"tf":1.0},"122":{"tf":1.0}}}}}}}}},"df":14,"docs":{"117":{"tf":2.23606797749979},"118":{"tf":1.7320508075688772},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"129":{"tf":1.7320508075688772},"131":{"tf":1.0},"36":{"tf":1.0},"50":{"tf":1.0},"52":{"tf":1.0},"74":{"tf":1.0},"86":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}}},"x":{"d":{"df":31,"docs":{"123":{"tf":1.0},"132":{"tf":2.23606797749979},"133":{"tf":2.0},"134":{"tf":1.0},"135":{"tf":1.7320508075688772},"136":{"tf":1.4142135623730951},"138":{"tf":2.23606797749979},"139":{"tf":1.7320508075688772},"140":{"tf":1.0},"142":{"tf":1.4142135623730951},"143":{"tf":1.0},"144":{"tf":1.4142135623730951},"145":{"tf":2.0},"146":{"tf":1.4142135623730951},"154":{"tf":1.7320508075688772},"155":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"163":{"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},"43":{"tf":1.4142135623730951},"48":{"tf":1.4142135623730951}},"s":{"/":{"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":{"145":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":2,"docs":{"145":{"tf":1.0},"147":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":20,"docs":{"143":{"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.6457513110645907},"37":{"tf":2.449489742783178},"38":{"tf":1.0}}}}}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":21,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.7320508075688772},"123":{"tf":1.0},"144":{"tf":1.0},"35":{"tf":1.0},"37":{"tf":1.0},"48":{"tf":1.0},"51":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0},"98":{"tf":1.0}}}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"129":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"132":{"tf":2.23606797749979}}}}}}}},"title":{"root":{"1":{"df":3,"docs":{"17":{"tf":1.0},"22":{"tf":1.0},"32":{"tf":1.0}}},"2":{"0":{"2":{"3":{"df":1,"docs":{"163":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"18":{"tf":1.0},"23":{"tf":1.0},"33":{"tf":1.0}}},"3":{"df":3,"docs":{"19":{"tf":1.0},"24":{"tf":1.0},"34":{"tf":1.0}}},"4":{"df":2,"docs":{"27":{"tf":1.0},"35":{"tf":1.0}}},"5":{"df":2,"docs":{"25":{"tf":1.0},"36":{"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":{"141":{"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":{"149":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":8,"docs":{"139":{"tf":1.0},"163":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"26":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.0},"35":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"36":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"i":{"df":2,"docs":{"134":{"tf":1.0},"151":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"115":{"tf":1.0}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"n":{"df":1,"docs":{"128":{"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":{"116":{"tf":1.0}}}}}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"54":{"tf":1.0}}}}}}},"c":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"56":{"tf":1.0},"57":{"tf":1.0}}}}}},"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":{"50":{"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":4,"docs":{"13":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"37":{"tf":1.0}}}}}}},"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":{"df":3,"docs":{"26":{"tf":1.0},"64":{"tf":1.0},"68":{"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":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":1,"docs":{"71":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"156":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":33,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"140":{"tf":1.0},"142":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"47":{"tf":1.0},"51":{"tf":1.0},"62":{"tf":1.0},"63":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"135":{"tf":1.0},"37":{"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":{},"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":{"124":{"tf":1.0},"132":{"tf":1.0},"145":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"35":{"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":{"117":{"tf":1.0}}}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"126":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"75":{"tf":1.0}}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"163":{"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":{"108":{"tf":1.0},"113":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"79":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"47":{"tf":1.0},"52":{"tf":1.0},"53":{"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":5,"docs":{"140":{"tf":1.0},"152":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"147":{"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":{"87":{"tf":1.0}}}}},"df":0,"docs":{}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":14,"docs":{"103":{"tf":1.0},"107":{"tf":1.0},"112":{"tf":1.0},"157":{"tf":1.0},"51":{"tf":1.0},"62":{"tf":1.0},"66":{"tf":1.0},"73":{"tf":1.0},"77":{"tf":1.0},"81":{"tf":1.0},"85":{"tf":1.0},"90":{"tf":1.0},"94":{"tf":1.0},"98":{"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":{"45":{"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":{"144":{"tf":1.0}}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"55":{"tf":1.0}}}}}}}},"df":21,"docs":{"102":{"tf":1.0},"106":{"tf":1.0},"111":{"tf":1.0},"117":{"tf":1.0},"118":{"tf":1.0},"131":{"tf":1.0},"142":{"tf":1.0},"41":{"tf":1.0},"49":{"tf":1.0},"50":{"tf":1.4142135623730951},"52":{"tf":1.0},"54":{"tf":1.0},"61":{"tf":1.0},"65":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"80":{"tf":1.0},"84":{"tf":1.0},"89":{"tf":1.0},"93":{"tf":1.0},"97":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"83":{"tf":1.0}}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"22":{"tf":1.0},"26":{"tf":1.0},"35":{"tf":1.0}}}}}}},"g":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"163":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":1,"docs":{"36":{"tf":1.0}}}}}}}}},"d":{"c":{"df":1,"docs":{"163":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"129":{"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":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":1,"docs":{"151":{"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":{"128":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"148":{"tf":1.0},"33":{"tf":1.0},"34":{"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},"157":{"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":{}}}}},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"48":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"53":{"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":{"163":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"153":{"tf":1.0}}}}},"o":{"a":{"d":{"b":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"88":{"tf":1.0}}},"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":1,"docs":{"92":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":1,"docs":{"150":{"tf":1.0}}}}},"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":{"135":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"96":{"tf":1.0}}}},"df":0,"docs":{}},"x":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"128":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"163":{"tf":1.0}}},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"124":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":4,"docs":{"42":{"tf":1.0},"43":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":11,"docs":{"100":{"tf":1.0},"109":{"tf":1.0},"114":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"136":{"tf":1.0},"155":{"tf":1.0},"24":{"tf":1.0},"70":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":3,"docs":{"137":{"tf":1.0},"138":{"tf":1.0},"68":{"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":{"163":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":12,"docs":{"102":{"tf":1.0},"106":{"tf":1.0},"111":{"tf":1.0},"61":{"tf":1.0},"65":{"tf":1.0},"72":{"tf":1.0},"76":{"tf":1.0},"80":{"tf":1.0},"84":{"tf":1.0},"89":{"tf":1.0},"93":{"tf":1.0},"97":{"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":4,"docs":{"161":{"tf":1.0},"29":{"tf":1.0},"38":{"tf":1.0},"4":{"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":{"163":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":10,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"163":{"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":3,"docs":{"0":{"tf":1.0},"133":{"tf":1.0},"32":{"tf":1.0}}}}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"116":{"tf":1.0},"19":{"tf":1.0},"49":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"162":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"101":{"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":{"125":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":2,"docs":{"132":{"tf":1.0},"145":{"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":{"147":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"160":{"tf":1.0},"34":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"59":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"162":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":1,"docs":{"123":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"124":{"tf":1.0},"126":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"138":{"tf":1.0},"139":{"tf":1.0},"144":{"tf":1.0},"33":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"df":0,"docs":{},"i":{"df":9,"docs":{"127":{"tf":1.0},"13":{"tf":1.0},"137":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.4142135623730951},"160":{"tf":1.4142135623730951},"34":{"tf":1.0},"39":{"tf":1.0},"41":{"tf":1.0}}}}}}},"q":{"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"124":{"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":4,"docs":{"146":{"tf":1.0},"15":{"tf":1.0},"20":{"tf":1.0},"30":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":17,"docs":{"1":{"tf":1.0},"11":{"tf":1.0},"12":{"tf":1.0},"124":{"tf":1.0},"13":{"tf":1.0},"147":{"tf":1.0},"15":{"tf":1.0},"157":{"tf":1.0},"163":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"22":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"154":{"tf":1.0}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"14":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"60":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"145":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":3,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"31":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"87":{"tf":1.0}}}},"n":{"df":2,"docs":{"120":{"tf":1.0},"13":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":10,"docs":{"108":{"tf":1.0},"113":{"tf":1.0},"63":{"tf":1.0},"67":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0},"95":{"tf":1.0},"99":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"115":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":1,"docs":{"48":{"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":{"160":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"135":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"163":{"tf":1.0}}}},"i":{"c":{"df":2,"docs":{"163":{"tf":1.0},"17":{"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":{"130":{"tf":1.0},"44":{"tf":1.0}}}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"c":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"158":{"tf":1.0},"159":{"tf":1.0},"20":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"13":{"tf":1.0},"37":{"tf":1.0}}}},"df":0,"docs":{}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"69":{"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":{"163":{"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":{"43":{"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":{"46":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"119":{"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":{"57":{"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":{"58":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"163":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"134":{"tf":1.0}}}}}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"162":{"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":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"105":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"141":{"tf":1.0}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"110":{"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":{"126":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"147":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"143":{"tf":1.0}}}},"df":1,"docs":{"2":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"53":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":2,"docs":{"29":{"tf":1.0},"38":{"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":{"117":{"tf":1.0}}}}}}},"x":{"d":{"df":8,"docs":{"132":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"144":{"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":4,"docs":{"20":{"tf":1.0},"23":{"tf":1.0},"27":{"tf":1.0},"30":{"tf":1.0}}}}}}},"y":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"122":{"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/services/proxy.html b/main/book/services/proxy.html index 1711b9691b..f36b76c8f4 100644 --- a/main/book/services/proxy.html +++ b/main/book/services/proxy.html @@ -191,6 +191,8 @@

Proxy

The port to listen on [env: QUILKIN_QCMP_PORT=] [default: 7600] -t, --to <TO> One or more socket addresses to forward packets to [env: QUILKIN_DEST=] + --idle-request-interval-secs <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=] [default: 30] -h, --help Print help
diff --git a/main/book/services/relay.html b/main/book/services/relay.html index 0ae1b9298f..cfb58757ef 100644 --- a/main/book/services/relay.html +++ b/main/book/services/relay.html @@ -197,9 +197,14 @@

Contr help Print this message or the help of the given subcommand(s) Options: - -m, --mds-port <MDS_PORT> Port for mDS service [env: QUILKIN_MDS_PORT=] [default: 7900] - -x, --xds-port <XDS_PORT> Port for xDS management_server service [env: QUILKIN_PORT=] [default: 7800] - -h, --help Print help + -m, --mds-port <MDS_PORT> + Port for mDS service [env: QUILKIN_MDS_PORT=] [default: 7900] + -x, --xds-port <XDS_PORT> + Port for xDS management_server service [env: QUILKIN_PORT=] [default: 7800] + --idle-request-interval-secs <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=] [default: 30] + -h, --help + Print help

Quickstart

To get started with the relay service we need to start the relay service, and